-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "expressreact",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon ./bin/www localhost 3000",
"dev": "webpack-dashboard -t 'ExpressReact' webpack-dev-server --hot"
},
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.4",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-hbs": "^1.0.4",
"extract-text-webpack-plugin": "^2.1.2",
"html-webpack-plugin": "^2.28.0",
"jade": "~1.11.0",
"morgan": "~1.8.1",
"nodemon": "^1.11.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.1",
"serve-favicon": "~2.4.2",
"style-loader": "^0.18.2",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"webpack": "^3.0.0",
"webpack-dashboard": "^0.4.0",
"webpack-dev-server": "^2.5.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"uglifyjs-webpack-plugin": "^0.4.6"
}
}