{ "name": "blog-astro", "type": "module", "version": "0.0.3", "packageManager": "pnpm@9.7.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/cloudflare": "^12.0.1", "@astrojs/mdx": "^4.0.1", "astro": "^5.0.3", "fulldev-ui": "^0.4.33", "typescript": "^5.7.2" }, "devDependencies": { "@unocss/preset-uno": "^0.64.1", "unocss": "^0.64.1", "wrangler": "^3.93.0" } }