package.json 517 B

12345678910111213141516171819202122
  1. {
  2. "name": "@example/with-markdown-plugins",
  3. "type": "module",
  4. "version": "0.0.2",
  5. "private": true,
  6. "scripts": {
  7. "dev": "astro dev",
  8. "start": "astro dev",
  9. "build": "astro build",
  10. "preview": "astro preview",
  11. "astro": "astro"
  12. },
  13. "dependencies": {
  14. "@astrojs/markdown-remark": "^4.2.1",
  15. "astro": "^4.4.0",
  16. "hast-util-select": "^6.0.2",
  17. "rehype-autolink-headings": "^7.1.0",
  18. "rehype-slug": "^6.0.0",
  19. "rehype-toc": "^3.0.2",
  20. "remark-code-titles": "^0.1.2"
  21. }
  22. }