{ "name": "astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build && ./compress-images.sh", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.2.5", "@astrojs/node": "^9.2.1", "@astrojs/preact": "^4.0.10", "@astrojs/rss": "^4.0.11", "@astrojs/tailwind": "^5.1.5", "astro": "^5.7.5", "astro-icon": "^1.1.5", "dayjs": "^1.11.13", "preact": "^10.26.5", "sharp": "^0.33.5", "tailwindcss": "^3.4.17", "typescript": "^5.8.3" }, "devDependencies": { "@iconify-json/mdi": "^1.2.3", "@iconify-json/meteor-icons": "^1.2.1", "@iconify-json/tabler": "^1.2.17", "@tailwindcss/typography": "^0.5.16", "vite": "^6.3.3" } }