Files
leim-maps/package.json
2026-07-11 14:57:26 +02:00

28 lines
596 B
JSON

{
"name": "leim-maps",
"type": "module",
"version": "1.4.15",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@astrojs/vue": "^7.0.1",
"@nanostores/persistent": "1.3.4",
"@nanostores/vue": "^1.1.0",
"@types/leaflet": "^1.9.21",
"@vueuse/core": "^14.3.0",
"astro": "^7.0.7",
"nanostores": "^1.4.0",
"radix-vue": "^1.9.17",
"vue": "^3.5.39"
},
"devDependencies": {
"sass": "^1.101.0"
}
}