-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1004 Bytes
/
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
{
"name": "contest",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"immutable": "^4.0.0-rc.12",
"jsonwebtoken": "^8.5.0",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.0.13",
"lodash": "^4.17.11",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0-beta.5",
"react-data-grid": "^6.0.2-0",
"react-data-grid-addons": "^6.0.2-0",
"react-dom": "^16.8.4",
"react-scripts": "2.1.8",
"react-toastify": "^4.5.2",
"socket.io": "^2.2.0"
},
"scripts": {
"start": "node server.js",
"start_UI": "react-scripts start",
"build_UI": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:8080"
}