Files
openfreemap/website/package.json
2025-02-27 16:52:31 +01:00

21 lines
402 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": {
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.4.0",
"lightningcss": "^1.29.1"
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild", "sharp"]
}
}