-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "react-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.5.3",
"moment": "^2.29.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"randomcolor": "^0.6.2",
"react": "^16.14.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.14.0",
"react-moment": "^1.0.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-stomp": "^5.0.0",
"react-table": "^7.6.0",
"react-table-6": "^6.11.0",
"react-validation": "^3.0.7",
"reactstrap": "^8.6.0",
"recharts": "2.0.0-beta.8",
"serve": "^11.3.2",
"validator": "^13.1.17"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}