-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "leave-management-system",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@faker-js/faker": "^9.9.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.5.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^4.1.2",
"axe-core": "^4.11.2",
"jsdom": "^29.0.1",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-compression": "^0.5.1",
"vitest": "^4.1.2",
"vitest-axe": "^0.1.0"
}
}