{ "name": "zoe-blog", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "lint": "biome check", "format": "biome check --write" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^5.0.4", "@astrojs/rss": "^4.0.11", "@iconify-json/fa-brands": "^1.2.2", "@iconify-json/fa6-brands": "^1.2.6", "@iconify-json/fa6-solid": "^1.2.4", "@tailwindcss/vite": "^4.2.4", "astro": "^5.7.10", "astro-icon": "^1.1.5", "remark": "^15.0.1", "remark-toc": "^9.0.0", "strip-markdown": "^6.0.0", "typescript": "^5.7.3" }, "devDependencies": { "@biomejs/biome": "^2.4.14", "@tailwindcss/typography": "^0.5.16", "tailwindcss": "^4.1.4" } }