-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "microblog-react",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "webpack --config webpack.pro.config.js && NODE_ENV=pro node app",
"pro": "webpack -p --config webpack.pro.config.js && NODE_ENV=pro node app",
"start": "NODE_ENV=development node app",
"node": "NODE_ENV=pro node app",
"watch": "NODE_ENV=development supervisor app"
},
"dependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"body-parser": "~1.13.2",
"connect": "^3.4.0",
"connect-flash": "^0.1.1",
"keymirror": "~0.1.0",
"connect-mongo": "^0.8.2",
"cookie-parser": "~1.3.5",
"css-loader": "^0.16.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.11.3",
"fbjs": "^0.2.1",
"flux": "^2.0.1",
"jade": "^1.11.0",
"mongodb": "^2.0.45",
"morgan": "~1.6.1",
"node-sass": "^3.2.0",
"object-assign": "^4.0.1",
"proxy-middleware": "^0.14.0",
"react": "^0.13.3",
"react-bootstrap": "^0.26.4",
"react-hot-loader": "^1.2.9",
"react-router": "^0.13.3",
"sass-loader": "^2.0.1",
"serve-favicon": "~2.3.0",
"style-loader": "^0.12.3",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-dev-server": "^1.10.1"
}
}