Files
leim-maps/package.json
2025-09-17 21:55:09 +02:00

28 lines
596 B
JSON

{
"name": "leim-maps",
"type": "module",
"version": "1.4.13",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.6.0",
"@astrojs/vue": "^5.1.1",
"@nanostores/persistent": "1.1.0",
"@nanostores/vue": "^1.0.1",
"@types/leaflet": "^1.9.20",
"@vueuse/core": "^13.9.0",
"astro": "^5.13.8",
"nanostores": "^1.0.1",
"radix-vue": "^1.9.17",
"vue": "^3.5.21"
},
"devDependencies": {
"sass": "^1.92.1"
}
}