Files
website/package.json
T
last2014 70afd0b02c
Deploy / deploy (push) Has been cancelled
Chg: Astro Upgrade
2026-02-07 14:04:42 +09:00

17 lines
332 B
JSON

{
"name": "website",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.17.1",
"date-fns": "^4.1.0",
"sharp": "^0.34.4",
"tailwindcss": "^4.1.14"
}
}