-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
{
"name": "clean-tracking",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"connected-react-router": "^4.5.0",
"env-cmd": "^8.0.2",
"history": "^4.7.2",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"popper": "^1.0.1",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-icons": "^3.2.2",
"react-redux": "^5.1.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"react-table": "^6.8.6",
"react-toastify": "^4.4.0",
"react-widgets": "^4.4.6",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2",
"yup": "^0.26.6"
},
"scripts": {
"start": "react-scripts start",
"start:production": "env-cmd .env.production npm run start",
"build": "react-scripts build",
"build:production": "env-cmd .env.production npm run build && cp build/index.html build/200.html",
"build:production:hx": "env-cmd .env.production.serverhx npm run build && cp build/index.html build/200.html",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}