{ "name": "@example/with-markdown-plugins", "version": "0.0.2", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview" }, "devDependencies": { "astro": "^0.22.14", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", "rehype-toc": "^3.0.2", "remark-code-titles": "^0.1.2" } }