{ "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/mdx": "^3.1.4", "@astrojs/sitemap": "latest", "@notionhq/client": "^2.2.15", "astro": "^4.14.5", "sharp": "^0.33.5" }, "trustedDependencies": [ "sharp" ], "devDependencies": { "@iconify-json/lucide": "^1.1.208", "@iconify-json/tabler": "^1.2.7", "@unocss/reset": "^0.62.2", "detect-libc": "^2.0.3", "unocss": "^0.62.2" } }