{ "name": "new-blog", "type": "module", "private": true, "scripts": { "dev": "bunx --bun astro dev", "dist": "bunx --bun astro build", "preview": "bunx --bun astro preview" }, "devDependencies": { "@types/bun": "latest", "hast": "^1.0.0", "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "unist-util-visit": "^5.0.0" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@astrojs/mdx": "^4.2.2", "@astrojs/solid-js": "^5.0.6", "@fontsource-variable/roboto": "^5.2.5", "@formatjs/intl-localematcher": "^0.6.1", "@iconify-json/mdi": "^1.2.3", "astro": "^5.5.5", "astro-icon": "^1.1.5", "astro-pagefind": "^1.8.3", "date-fns": "^4.1.0", "solid-js": "^1.9.5", "xast": "^0.1.208", "xast-util-to-xml": "^4.0.0", "xastscript": "^4.0.0" }, "packageManager": "bun@1.2.9" }