{ "name": "danethe.dev-astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/sitemap": "latest", "@notionhq/client": "^2.2.14", "@tailwindcss/typography": "^0.5.10", "astro": "latest", "sharp": "^0.33.2" }, "trustedDependencies": [ "sharp" ], "devDependencies": { "@iconify-json/lucide": "^1.1.172", "@unocss/reset": "^0.58.5", "unocss": "^0.58.5" } }