-
Notifications
You must be signed in to change notification settings - Fork 634
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.06 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.06 KB
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
74
75
76
{
"name": "react-material-full",
"description": "React Material Admin Full",
"version": "3.0.1",
"private": true,
"homepage": "./",
"scripts": {
"build": "vite build",
"start": "vite",
"dev": "vite",
"preview": "vite preview",
"lint": "cross-env NODE_ENV=development eslint src --ext .js,.jsx",
"lint:fix": "cross-env NODE_ENV=development eslint src --ext .js,.jsx --fix",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write src/"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fullcalendar/core": "^6.1.14",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/list": "^6.1.14",
"@fullcalendar/react": "^6.1.14",
"@fullcalendar/timegrid": "^6.1.14",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^7.3.8",
"@mui/x-data-grid": "^8.27.1",
"@mui/x-date-pickers": "^8.27.2",
"apexcharts": "^5.6.0",
"axios": "^1.13.5",
"classnames": "^2.3.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"formik": "^2.4.9",
"leaflet": "^1.9.4",
"prop-types": "^15.8.1",
"react": "^19.2.4",
"react-apexcharts": "^2.0.1",
"react-dom": "^19.2.4",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.13.0",
"react-sortablejs": "^6.1.4",
"react-syntax-highlighter": "^16.1.0",
"recharts": "^3.7.0",
"sortablejs": "^1.15.7",
"tinycolor2": "^1.6.0",
"topojson-client": "^3.1.0",
"tss-react": "^4.9.20",
"uuid": "^13.0.0",
"yup": "^1.7.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react-swc": "^4.2.0",
"cross-env": "^10.1.0",
"eslint": "^10.0.1",
"globals": "^17.3.0",
"jsdom": "^28.1.0",
"sass": "^1.97.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}