-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "mernproject",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www | node apiServer.js"
},
"devDependencies": {
"nodemon": "^1.12.1",
"redux-logger": "^3.0.6",
"webpack": "^3.8.1"
},
"dependencies": {
"axios": "^0.17.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "~1.16.0",
"connect-mongo": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"express-session": "^1.15.6",
"http-proxy": "^1.16.2",
"jade": "~1.11.0",
"mongoose": "^4.12.6",
"morgan": "~1.7.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"serve-favicon": "~2.3.2"
}
}