-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.12 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
66
67
68
69
70
71
72
73
{
"name": "bob10sedr",
"version": "0.1.0",
"private": true,
"proxy": "http://222.233.2.147:8080",
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.4",
"@craco/craco": "^6.3.0",
"@hookform/error-message": "^2.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"apexcharts": "^3.28.3",
"axios": "^0.24.0",
"chart.js": "^2.9.4",
"cross-env": "^7.0.3",
"date-fns": "^2.26.0",
"gh-pages": "^3.2.3",
"history": "^5.0.1",
"is-ip": "^3.1.0",
"match-sorter": "^4.0.0",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"namor": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-grid-layout": "^1.3.0",
"react-hook-form": "^7.19.5",
"react-icons": "^4.2.0",
"react-modal": "^3.14.4",
"react-paginate": "^8.1.0",
"react-resizable-box": "^2.1.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-sparklines": "^1.7.0",
"react-splitter-layout": "^4.0.0",
"react-table": "^7.7.0",
"react-tabs": "^3.2.2",
"react-use": "^17.3.1",
"swr": "^1.0.1",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "craco start",
"build": "cross-env GENERATE_SOURCEMAP=false craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "cross-env GENERATE_SOURCEMAP=false craco build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"craco-alias": "^3.0.1"
},
"homepage": "http://BoB10-SEDR.github.io"
}