1 Star 0 Fork 1

sensan/markdown-it-mermaid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mermaid-it-markdown",
"private": false,
"version": "1.0.8",
"type": "module",
"main": "dist/mermaid-it-markdown.js",
"module": "dist/mermaid-it-markdown.js",
"types": "dist/index.d.ts",
"files": [
"package.json",
"README.md",
"dist",
"volar.d.ts"
],
"description": "一个markdown-it的插件,用于支持mermaid语法的渲染",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"mermaid",
"flowchart",
"sequence",
"es-module"
],
"author": "Fangjianchao",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitee.com/ericfang/markdown-it-mermaid"
},
"bugs": {
"url": "https://gitee.com/ericfang/markdown-it-mermaid/issues"
},
"homepage": "https://gitee.com/ericfang/markdown-it-mermaid",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build ",
"build-module": "vue-tsc --noEmit && vite build --config vite.module.config.ts ",
"preview": "vite preview"
},
"dependencies": {
"@types/vue": "^2.0.0",
"highlight.js": "^11.9.0",
"js-beautify": "^1.14.9",
"markdown-it": "^13.0.2",
"mavon-editor": "^3.0.0-beta",
"mermaid": "^10.7.0",
"terser": "^5.22.0",
"uuid": "^9.0.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@arco-design/web-vue": "^2.52.0",
"@types/node": "^20.8.5",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-vue": "^4.2.3",
"less": "^4.2.0",
"prettier": "^3.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.0",
"vue-tsc": "^1.8.5"
},
"peerDependencies": {
"mermaid": "^10.7.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sensan626/markdown-it-mermaid.git
git@gitee.com:sensan626/markdown-it-mermaid.git
sensan626
markdown-it-mermaid
markdown-it-mermaid
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385