-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
{
"name": "waviv-admin",
"version": "1.1.1",
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hookform/resolvers": "^2.9.11",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.10.6",
"@mui/x-date-pickers": "^6.7.0",
"@reduxjs/toolkit": "^1.8.5",
"apexcharts": "^3.35.5",
"axios": "^1.3.1",
"chart.js": "^4.3.0",
"dayjs": "^1.11.8",
"html-react-parser": "^3.0.9",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"material-react-table": "^1.6.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-chartjs-2": "^5.2.0",
"react-cropper": "^2.3.3",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-hook-form": "^7.43.1",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.1",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"simplebar": "^5.3.8",
"simplebar-react": "^2.4.1",
"web-vitals": "^3.0.2",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
]
}
}