Files
openfreemap/website/package.json
2024-06-25 14:36:04 +02:00

17 lines
302 B
JSON

{
"name": "website_astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.11.1",
"lightningcss": "^1.25.1"
}
}