Files
leim-maps/package.json
2023-10-03 18:26:10 +02:00

20 lines
348 B
JSON

{
"name": "leim-maps",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@types/leaflet": "^1.9.6",
"astro": "^3.2.0"
},
"devDependencies": {
"sass": "^1.68.0"
}
}