-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 901 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 901 Bytes
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
{
"name": "visualization",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"generate": "tsx src/scripts/generate-aggregations.ts",
"fetch-territorial": "tsx src/scripts/fetch-territorial-data.ts",
"prebuild": "pnpm generate",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.18",
"@turf/area": "^7.3.2",
"@turf/helpers": "^7.3.2",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.11",
"lucide-react": "^0.562.0",
"maplibre-gl": "^5.16.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"@types/node": "^25.0.9",
"tsx": "^4.21.0"
}
}