{ "name": "@example/with-mdx", "type": "module", "version": "0.0.1", "private": true, "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^6.0.1", "@astrojs/preact": "^5.1.4", "astro": "^6.4.2", "preact": "^10.28.4" } }