{ "name": "hweb", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^5.0.3", "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", "@atcute/atproto": "^3.1.11", "@atcute/bluesky": "^3.3.3", "@atcute/client": "^4.2.1", "@atcute/identity": "^1.1.4", "@atcute/lexicons": "^1.3.0", "@fontsource-variable/geist-mono": "^5.2.7", "@tailwindcss/vite": "^4.2.2", "astro": "^6.1.5", "astro-iconify": "^1.3.1", "sharp": "^0.34.3", "tailwindcss": "^4.2.2" }, "devDependencies": { "@types/bun": "^1.3.13" } }