forked from mixxen/react-webpack-express
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 968 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
38
{
"name": "webpack-react-express",
"version": "0.1.0",
"private": true,
"dependencies": {
"alt": "latest",
"react": "latest",
"react-router": "latest",
"react-dom":"latest",
"react-bootstrap": "latest"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"body-parser": "~1.12.3",
"cookie-parser": "~1.3.4",
"css-loader": "^0.19.0",
"debug": "~2.1.3",
"express": "~4.12.3",
"jade": "~1.9.2",
"jsx-loader": "^0.13.1",
"morgan": "~1.5.2",
"node-sass": "^3.3.3",
"sass-loader": "^3.0.0",
"static-favicon": "~1.0.0",
"statics": "~0.1.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.2"
},
"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"
},
"author":"WarrenDev3190"
}