-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "globalization",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.0.3",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"config": "^2.0.1",
"easy-monitor": "^2.2.5",
"express": "^4.16.3",
"express-http-proxy": "^1.1.0",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-multer": "^1.0.2",
"koa-router": "7.4.0",
"koa-session": "^5.8.2",
"koa-static": "^5.0.0",
"koa-static-cache": "^5.1.2",
"moment": "^2.20.1",
"mongoose": "^5.0.13",
"nodemon": "^1.18.3",
"pm2": "^3.0.4",
"prop-types": "^15.6.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.0.10",
"redux": "^4.0.0",
"serve": "^10.0.0",
"shelljs": "^0.8.2",
"socket.io": "^2.0.4"
},
"scripts": {
"start": "npm run server | react-app-rewired start",
"server": "nodemon server/server.js",
"startOnly": "react-app-rewired start",
"build": "react-app-rewired build",
"serveProd": "NODE_ENV=production node server/server.js ",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^0.1.16",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.4.0",
"webpack": "^3.5.5"
},
"proxy": "http://127.0.0.1:9090/"
}