Files
EivissaEnvirnmentalWatch/package.json
T

23 lines
447 B
JSON

{
"name": "ibiza-environmental-watch",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/preact": "^6.0.1",
"astro": "^7.1.3",
"leaflet": "^1.9.4",
"pg": "^8.13.0",
"preact": "^10.24.3"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/pg": "^8.11.10"
}
}