{ "name": "frontend", "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/check": "^0.9.4", "@astrojs/node": "^8.3.4", "@astrojs/tailwind": "^5.1.2", "astro": "^4.16.7", "typescript": "^5.6.3" }, "devDependencies": { "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14" } }