first commit

This commit is contained in:
grechkagk 2026-02-02 17:04:57 +08:00
commit 2a60d2653e
239 changed files with 2722 additions and 0 deletions

14
package.json Normal file
View file

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