28 lines
595 B
JSON
28 lines
595 B
JSON
{
|
|
"name": "leim-maps",
|
|
"type": "module",
|
|
"version": "1.4.10",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.4.1",
|
|
"@astrojs/vue": "^5.1.0",
|
|
"@nanostores/persistent": "1.0.0",
|
|
"@nanostores/vue": "^1.0.0",
|
|
"@types/leaflet": "^1.9.18",
|
|
"@vueuse/core": "^13.3.0",
|
|
"astro": "^5.9.0",
|
|
"nanostores": "^1.0.1",
|
|
"radix-vue": "^1.9.17",
|
|
"vue": "^3.5.16"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.89.1"
|
|
}
|
|
}
|