-
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) · 746 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 746 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": "madridverde",
"type": "module",
"version": "0.0.25",
"private": true,
"description": "Dashboard medioambiental de Madrid — Índice Verde por distrito",
"author": "Michel Marques",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"prebuild": "node scripts/aggregate-data.mjs",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.0.6",
"chart.js": "^4.5.1",
"chartjs-plugin-annotation": "^3.1.0",
"leaflet": "^1.9.4",
"papaparse": "^5.5.3",
"topojson-client": "^3.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"gtfs-realtime-bindings": "^1.1.1",
"puppeteer": "^24.39.1"
}
}