-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "prod",
"version": "1.0.0",
"proxy": "http://localhost:5000",
"engines": {
"node": "8.9.0",
"npm": "6.14.4"
},
"dependencies": {
"async": "^3.2.0",
"bootstrap": "^4.4.1",
"echarts": "^5.0.0",
"echarts-for-react": "^2.0.16",
"encrypt-password": "^1.0.1",
"express": "^4.17.1",
"http": "0.0.1-security",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"pg": "^8.5.1",
"pg-promise": "^10.5.0",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-chartkick": "^0.4.0",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.4",
"react-dropdown": "^1.9.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "0.9.x",
"react-tabs": "^3.2.0",
"reactstrap": "^8.7.1",
"ws": "^7.3.1"
},
"devDependencies": {
"nodemon": "^2.0.3",
"raphael": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"server": "nodemon server.js",
"build": "react-scripts build",
"client": "npm start",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install && npm run build"
}
}