-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 847 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
{
"name": "forest-fires-map",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"copy-maplibre-worker": "node scripts/copy-maplibre-worker.mjs",
"predev": "npm run copy-maplibre-worker",
"dev": "vite",
"prestart": "npm run copy-maplibre-worker",
"start": "vite",
"prebuild": "npm run copy-maplibre-worker",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"maplibre-gl": "^6.0.0",
"shpjs": "^6.1.0",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.14",
"@types/shpjs": "^3.4.7",
"@types/topojson-client": "^3.1.5",
"@types/topojson-specification": "^1.0.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}