{ "name": "astro-template", "type": "module", "version": "0.0.1", "scripts": { "dev": "[ -f .dev.pid ] && kill -0 $(cat .dev.pid) 2>/dev/null && echo '开发服务器已在运行 (PID: '$(cat .dev.pid)')' || (astro dev & echo $! > .dev.pid)", "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" } }