-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "licence-monitoring",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && node scripts/check-i18n.js && vite build",
"lint": "oxlint && node scripts/check-i18n.js",
"lint:i18n": "node scripts/check-i18n.js",
"test": "vitest run",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"firebase": "^10.8.0",
"i18next": "^26.3.6",
"leaflet": "^1.9.4",
"lucide-react": "^0.475.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.50.1",
"react-i18next": "^17.0.11",
"react-router-dom": "^6.22.1",
"recharts": "^2.12.0",
"xlsx": "^0.18.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.4.16",
"oxlint": "^1.69.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.1",
"typescript": "~6.0.2",
"vite": "^8.1.0",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.10"
}
}