-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "enspiral-orientation-app",
"version": "0.1.0",
"dependencies": {
"babel-runtime": "^5.8.20",
"font-awesome": "^4.4.0",
"fs": "0.0.2",
"lodash": "^3.10.1",
"material-ui": "^0.11.0",
"react": "^0.13.3",
"react-flexbox": "^2.0.2",
"react-fontawesome": "^0.2.5",
"react-markdown": "^1.0.3",
"react-redux": "^1.0.1",
"react-tap-event-plugin": "^0.1.7",
"redux": "^1.0.1",
"redux-devtools": "^1.1.2",
"redux-thunk": "^0.1.0",
"yamljs": "^0.2.4"
},
"scripts": {
"start": "DEBUG=true node server.js",
"build": "webpack -p"
},
"devDependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"css-loader": "^0.16.0",
"cssnext-loader": "^1.0.1",
"extract-text-webpack-plugin": "^0.8.2",
"jsx-loader": "^0.13.2",
"react-hot-loader": "^1.2.9",
"style-loader": "^0.12.3",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
}
}