{ "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.1", "@astrojs/node": "^9.1.3", "@astrojs/preact": "^4.0.5", "@astrojs/rss": "^4.0.11", "@astrojs/tailwind": "^5.1.5", "astro": "^5.5.3", "astro-icon": "^1.1.5", "dayjs": "^1.11.13", "preact": "^10.26.4", "sharp": "^0.33.5", "tailwindcss": "^3.4.17", "typescript": "^5.8.2" }, "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.2.2" } }