Files
astro-template/package.json
“dongming” c8ac12f978 first commit
2025-12-28 22:42:09 +08:00

22 lines
436 B
JSON

{
"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"
}
}