-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.26.10",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.3.3",
"@mui/material": "^7.0.2",
"@mui/x-charts": "^7.27.1",
"@mui/x-date-pickers": "^8.0.0",
"axios": "^1.10.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.13",
"html2canvas": "^1.4.1",
"json-schema": "^0.4.0",
"jspdf": "^3.0.3",
"jspdf-autotable": "^5.0.2",
"notistack": "^3.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
"react-router-dom": "^7.5.1",
"recharts": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.20.7",
"@types/babel-core": "^6.25.10",
"@types/date-fns": "^2.5.3",
"@types/file-saver": "^2.0.7",
"@types/jspdf": "^2.0.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"file-saver": "^2.0.5",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.3.1"
}
}