-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
34 lines (34 loc) · 866 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
{
"name": "webpack-react-express",
"version": "0.2.0",
"private": true,
"dependencies": {
"flux": "^2.1.1",
"keymirror": "^0.1.1",
"object-assign": "^4.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"body-parser": "~1.12.3",
"cookie-parser": "~1.3.4",
"debug": "~2.1.3",
"express": "~4.12.3",
"jade": "~1.9.2",
"morgan": "~1.5.2",
"serve-favicon": "^2.3.0",
"statics": "~0.1.0",
"webpack": "^1.12.13"
},
"main": "./index.js",
"scripts": {
"start": "webpack --progress --colors --watch -d",
"build": "webpack --progress --colors -p",
"server": "node bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
}
}