initial commit

This commit is contained in:
admin
2025-12-27 18:03:17 +09:00
parent 111e1ede65
commit 16f5e4564b
26 changed files with 3148 additions and 21 deletions

View File

@@ -3,12 +3,22 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.1"
"@tailwindcss/vite": "^4.1.16",
"astro": "^5.15.1",
"tailwindcss": "^4.1.16"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@typescript-eslint/parser": "^8.46.2",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.38.0",
"eslint-plugin-astro": "^1.4.0",
"typescript-eslint": "^8.46.2"
}
}
}