-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "quality-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.10",
"@mui/material": "^7.3.10",
"axios": "^1.15.2",
"dayjs": "^1.11.20",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"framer-motion": "^12.38.0",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.2",
"recharts": "^3.8.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"globals": "^17.5.0",
"jsdom": "^28.1.0",
"vite": "^8.0.10",
"vitest": "^4.1.5"
},
"scripts": {
"dev": "vite",
"start": "vite preview",
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint src/"
}
}