28 lines
598 B
JSON
28 lines
598 B
JSON
{
|
|
"name": "leim-maps",
|
|
"type": "module",
|
|
"version": "1.4.6",
|
|
"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",
|
|
"@nanostores/persistent": "^0.10.2",
|
|
"@nanostores/vue": "^0.11.0",
|
|
"@types/leaflet": "^1.9.17",
|
|
"@vueuse/core": "^13.0.0",
|
|
"astro": "^5.5.4",
|
|
"nanostores": "^0.11.4",
|
|
"radix-vue": "^1.9.17",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.86.0"
|
|
}
|
|
}
|