-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.19 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "dashboardpipe",
"version": "0.1.0",
"private": false,
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"axios": "^0.19.0",
"bookshelf": "^0.15.1",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"concurrently": "^4.1.0",
"connected-react-router": "^6.5.2",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"echarts-for-react": "^2.0.15-beta.0",
"express": "^4.17.1",
"helmet": "^3.20.0",
"history": "^4.9.0",
"http": "0.0.0",
"http-status-codes": "^1.3.2",
"ip": "^1.1.5",
"knex": "^0.19.2",
"method-override": "^3.0.0",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"netmask": "^1.0.6",
"nodemon": "^1.19.1",
"ping": "^0.2.2",
"prop-types": "^15.7.2",
"python-shell": "^1.0.8",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-html5-camera-photo": "^1.4.3",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"redux": "^4.0.4",
"redux-form": "^8.2.6",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"shelljs": "^0.8.3",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.10.0"
},
"scripts": {
"start": "react-scripts start",
"start:server": "nodemon --exec babel-node server/app.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"migrate": "knex migrate:latest",
"dev": "concurrently \"npm run start\" \"npm run start:server\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5000"
}