12345678910111213141516171819202122 |
- {
- "name": "@example/with-markdown-plugins",
- "type": "module",
- "version": "0.0.2",
- "private": true,
- "scripts": {
- "dev": "astro dev",
- "start": "astro dev",
- "build": "astro build",
- "preview": "astro preview",
- "astro": "astro"
- },
- "dependencies": {
- "@astrojs/markdown-remark": "^4.2.1",
- "astro": "^4.4.0",
- "hast-util-select": "^6.0.2",
- "rehype-autolink-headings": "^7.1.0",
- "rehype-slug": "^6.0.0",
- "rehype-toc": "^3.0.2",
- "remark-code-titles": "^0.1.2"
- }
- }
|