新規作成

This commit is contained in:
admin
2025-12-27 17:03:36 +09:00
commit 111e1ede65
10 changed files with 4974 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "my-company-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.1"
}
}