Initial commit

This commit is contained in:
root
2025-05-20 04:13:47 +00:00
commit d6a4ef97ec
17 changed files with 5608 additions and 0 deletions

14
package.json Normal file
View File

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