-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.33 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
{
"name": "@devias/carpatin-dashboard-free",
"version": "2.0.0",
"license": "MIT",
"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"
]
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@heroicons/react": "2.0.16",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/material": "5.11.10",
"apexcharts": "3.37.1",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "2.29.3",
"formik": "2.2.9",
"numeral": "2.0.6",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "1.3.0",
"react-modal": "^3.16.1",
"react-router-dom": "6.8.1",
"simplebar-react": "3.2.1",
"yup": "1.0.0"
},
"devDependencies": {
"eslint": "^8.34.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"react-scripts": "5.0.1",
"tailwindcss": "^3.4.3"
}
}