Files
leim-maps/package.json
2025-01-01 18:25:10 +01:00

25 lines
494 B
JSON

{
"name": "leim-maps",
"type": "module",
"version": "1.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vue": "^5.0.3",
"@types/leaflet": "^1.9.15",
"@vueuse/core": "^12.2.0",
"astro": "^5.1.1",
"radix-vue": "^1.9.12",
"vue": "^3.5.13"
},
"devDependencies": {
"sass": "^1.83.0"
}
}