{ "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": { "@astrojs/tailwind": "^6.0.2", "astro": "^5.15.4", "tailwindcss": "^3.0.0" }, "devDependencies": { "@astrojs/check": "^0.9.5", "typescript": "^5.0.0" } }