| 12345678910111213141516171819202122232425 |
- {
- "name": "dify-markdown-parse",
- "version": "1.0.0",
- "description": "dify的markdown解析方案",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "zhupei <zhupei@smartai.com>",
- "license": "ISC",
- "dependencies": {
- "rehype-katex": "^6.0.2",
- "rehype-raw": "^7.0.0",
- "rehype-stringify": "^10.0.1",
- "remark-breaks": "^3.0.2",
- "remark-gfm": "^3.0.1",
- "remark-math": "^5.1.1",
- "remark-parse": "10.0.2",
- "remark-rehype": "10.1.0",
- "style-to-object": "0.4.4"
- },
- "peerDependencies": {
- "vue": ">=3.0.0"
- }
- }
|