{ "name": "danethe.dev-astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro build && wrangler dev", "astro": "astro", "deploy": "astro build && wrangler deploy", "cf-typegen": "wrangler types" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/cloudflare": "^12.6.2", "@astrojs/mdx": "^4.3.3", "@astrojs/sitemap": "latest", "@nulfrost/leaflet-loader-astro": "^1.0.0", "astro": "^5.12.8", "sharp": "^0.34.3", "typescript": "^5.9.2" }, "trustedDependencies": [ "sharp" ], "devDependencies": { "@cloudflare/workers-types": "^4.20250803.0", "@iconify-json/lucide": "^1.2.60", "@iconify-json/tabler": "^1.2.20", "@unocss/reset": "^66.4.1", "detect-libc": "^2.0.4", "tsx": "^4.20.3", "unocss": "^66.4.1", "wrangler": "^4.27.0" } }