forked from mango-tree/hexa_bus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "hexa_bus",
"version": "1.0.0",
"description": "bus information for unist students",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --hot --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhguswns23/hexa_bus.git"
},
"keywords": [
"hexa_bus"
],
"author": "HyeonjunOh",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhguswns23/hexa_bus/issues"
},
"homepage": "https://github.com/dhguswns23/hexa_bus#readme",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-2": "^6.24.1",
"ejs": "^2.5.7",
"extract-text-webpack-plugin": "^2.1.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hammerjs": "^0.5.0",
"react-motion": "^0.5.1",
"react-redux": "^5.0.6",
"react-thunk": "^1.0.0",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"electron-prebuilt": "^1.4.13",
"express": "^4.15.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.8.2"
}
}