-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 738 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 738 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
{
"name": "airdatamap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:pages": "vite build",
"preview": "vite preview",
"generate:data": "node scripts/build_monitor_data.mjs",
"fetch:aqs": "node scripts/fetch_epa_aqs.mjs"
},
"dependencies": {
"@turf/turf": "^6.5.0",
"h3-js": "^4.1.0",
"leaflet": "^1.9.4",
"maplibre-gl": "^5.9.0",
"topojson-client": "^3.1.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"class-variance-authority": "^0.7.0",
"postcss": "^8.4.35",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"vite": "^5.1.4"
}
}