-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 991 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 991 Bytes
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
{
"name": "shopping-cart",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www & node apiServer.js"
},
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.16.0",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"express": "^4.16.0",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"http-proxy": "^1.17.0",
"jade": "~1.11.0",
"mongoose": "^5.1.5",
"morgan": "~1.9.0",
"react": "^15.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.5",
"react-router": "^3.0.4",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"nodemon": "^1.17.5",
"redux-logger": "^3.0.6",
"webpack": "^3.12.0",
"webpack-cli": "^3.0.6"
}
}