package.json 619 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "dify-markdown-parse",
  3. "version": "1.0.1",
  4. "description": "dify的markdown解析方案",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "zhupei <zhupei@smartai.com>",
  10. "license": "ISC",
  11. "dependencies": {
  12. "rehype-katex": "^6.0.2",
  13. "rehype-raw": "^7.0.0",
  14. "rehype-stringify": "^10.0.1",
  15. "remark-breaks": "^3.0.2",
  16. "remark-gfm": "^3.0.1",
  17. "remark-math": "^5.1.1",
  18. "remark-parse": "10.0.2",
  19. "remark-rehype": "10.1.0",
  20. "style-to-object": "0.4.4"
  21. },
  22. "peerDependencies": {
  23. "vue": ">=3.0.0"
  24. }
  25. }