First Commit

This commit is contained in:
2025-10-27 05:00:02 +09:00
commit 5d3fb2a5d0
37 changed files with 4118 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "www",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.6",
"sharp": "^0.34.4",
"tailwindcss": "^4.1.14"
}
}