first commit

This commit is contained in:
“dongming”
2025-12-28 22:42:09 +08:00
commit c8ac12f978
37 changed files with 10218 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "astro-template",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.6",
"axios": "^1.13.2",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}