-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
46
47
48
49
{
"name": "reactdemo",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npm run client & npm run server",
"client": "pm2 start ./bin/www",
"server": "pm2 start apiServer.js"
},
"devDependencies": {
"babel-loader": "^8.1.0",
"nodemon": "^1.19.4",
"redux-logger": "^3.0.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-es2017": "^7.0.0-beta.53",
"@babel/preset-react": "^7.10.1",
"@babel/preset-stage-1": "^7.8.3",
"@babel/register": "^7.10.1",
"axios": "^0.19.2",
"clean-css": "^4.2.3",
"connect-mongo": "^3.2.0",
"constantinople": "^3.1.2",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"http-proxy": "^1.18.1",
"jade": "~1.11.0",
"mongodb": "^3.5.8",
"mongoose": "^5.9.16",
"morgan": "~1.9.1",
"pm2": "^4.4.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^3.2.6",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
}
}