-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 825 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": "universal-react-bookstore-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"devDependencies": {
"nodemon": "^1.12.1",
"redux-logger": "^3.0.6",
"webpack": "^3.5.6"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"jade": "~1.11.0",
"mongoose": "^4.12.4",
"morgan": "~1.9.0",
"react": "^15.6.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^15.6.2",
"react-redux": "^5.0.6",
"react-router": "^3.0.2",
"redux": "^3.7.2",
"serve-favicon": "~2.4.5"
}
}