-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.68 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
{
"name": "aiof",
"version": "0.1.0",
"private": true,
"devDependencies": {
"cross-env": "^5.1.4",
"cypress": "^7.7.0",
"react-scripts": "^4.0.3"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"date-fns": "^2.25.0",
"history": "^4.6.3",
"js-cookie": "^2.2.1",
"marked": "^0.3.6",
"prop-types": "^15.5.10",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-json-pretty": "^2.2.0",
"react-redux": "^5.1.2",
"react-router": "^4.1.2",
"react-router-dom": "^5.3.0",
"react-router-redux": "^5.0.0-alpha.6",
"react-select": "^3.2.0",
"react-spinners": "^0.9.0",
"react-tabs": "^3.2.2",
"react-toastify": "^7.0.4",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.4.0",
"styled-components": "^5.3.3",
"superagent": "^3.8.2",
"superagent-promise": "^1.1.0"
},
"scripts": {
"start": "cross-env PORT=4100 react-scripts start",
"build": "react-scripts build",
"cypress": "npx cypress open",
"test": "cross-env PORT=4100 react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}