{ "name": "home", "type": "module", "version": "0.0.1", "license": "MIT", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^4.3.6", "@astrojs/solid-js": "^5.1.1", "@tailwindcss/vite": "^4.1.13", "astro": "^5.13.7", "solid-js": "^1.9.9", "tailwindcss": "^4.1.13" }, "devDependencies": { "@biomejs/biome": "2.2.4", "@tailwindcss/typography": "^0.5.19", "wrangler": "^4.39.0" }, "trustedDependencies": [ "@tailwindcss/oxide", "esbuild", "sharp", "workerd" ] }