Initial commit from Astro

This commit is contained in:
houston[bot]
2026-02-18 19:40:33 +08:00
committed by bisnsh
commit 745a2c94f3
88 changed files with 15600 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "biome check --apply-unsafe ."
},
"devDependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/tailwind": "^5.1.0",
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.8.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.12.2"
}