-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "cookbook",
"version": "1.0.0",
"description": "== README",
"main": "webpack.config.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"bootstrap": "^3.3.6",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"jquery": "^2.2.0",
"lodash": "^4.0.0",
"material-ui": "^0.14.4",
"node-bourbon": "^4.2.3",
"node-sass": "^3.4.2",
"path": "^0.12.7",
"q": "^1.4.1",
"react": "^0.14.6",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.6",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.0.6",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.0.5",
"redux-devtools": "^3.0.1",
"redux-thunk": "^1.0.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"build": "webpack --progress --profile --colors --bail",
"predev-server": "npm install && npm run build",
"dev-server": "webpack-dev-server --host 0.0.0.0 --hot --inline --progress --colors"
},
"author": "",
"license": "ISC"
}