-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (66 loc) · 1.84 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/charts": "^2.1.1",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-components": "^2.7.1",
"@ant-design/pro-form": "^2.25.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.2.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^5.17.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"file-saver": "^2.0.5",
"firebase": "^10.12.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"md5": "^2.3.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"redux-thunk": "^3.1.0",
"sass": "^1.76.0",
"web-vitals": "^2.1.4",
"babel-preset-react-app": "^10.0.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "NODE_OPTIONS='--max-old-space-size=4096' react-scripts 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"
]
}
}