-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.89 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
{
"name": "covidmap",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.17.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --fix",
"format": "prettier --write --ignore-unknown .",
"preview": "vite preview",
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"**/*.{jsx,tsx,js,ts}": "eslint --fix"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-select": "^2.2.6",
"@tailwindcss/vite": "^4.1.13",
"axios": "^1.12.2",
"axios-hooks": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geojson": "^0.5.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^0.544.0",
"numeral": "^2.0.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-leaflet": "^5.0.0",
"recharts": "2.15.4",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@eslint/json": "^0.13.2",
"@tailwindcss/typography": "^0.5.19",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.20",
"@types/leaflet.markercluster": "^1.5.6",
"@types/node": "^24.5.2",
"@types/numeral": "^2.0.5",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^4.1.0",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"husky": "^9.1.7",
"jiti": "^2.6.0",
"lint-staged": "^16.2.0",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.7"
}
}