Files
leim-maps/package.json
2025-03-19 16:40:46 +01:00

25 lines
494 B
JSON

{
"name": "leim-maps",
"type": "module",
"version": "1.4.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.3.0",
"@astrojs/vue": "^5.0.7",
"@types/leaflet": "^1.9.16",
"@vueuse/core": "^13.0.0",
"astro": "^5.5.3",
"radix-vue": "^1.9.17",
"vue": "^3.5.13"
},
"devDependencies": {
"sass": "^1.86.0"
}
}