Files
website/package.json
T
2026-03-28 16:19:42 +09:00

13 lines
215 B
JSON

{
"name": "website",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.1"
}
}