UNPKG

vue-markdown-unified

Version:

Vue3 VNode to render markdown

53 lines (52 loc) 1.26 kB
{ "name": "vue-markdown-unified", "version": "1.0.0", "type": "module", "description": "Vue3 VNode to render markdown", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "keywords": [ "ast", "remark", "unified", "vue3", "VNode", "markdown" ], "author": "zhengdaonian", "bugs": "https://github.com/zhengdaonian/vue-markdown-unified/issues", "files": [ "dist", "dist/themes" ], "license": "MIT", "dependencies": { "hast-util-to-jsx-runtime": "^2.3.6", "katex": "^0.16.22", "rehype-github-alerts": "^4.1.1", "rehype-katex": "^7.0.1", "rehype-prism": "^2.3.3", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "unified": "^11.0.5", "vue": "^3.5.17" }, "devDependencies": { "@types/katex": "^0.16.7", "glob": "^11.0.3", "rollup": "^4.44.0", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.8.3" } }