initial commit

This commit is contained in:
Jiao77
2025-09-29 05:57:18 +08:00
commit 9c0051c92b
73 changed files with 18737 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "astro-jiao77-cn",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.0",
"@astrojs/tailwind": "^5.0.0",
"tailwindcss": "^3.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.3.0",
"typescript": "^5.0.0"
}
}