{
  "name": "mermaid-it-markdown",
  "private": false,
  "version": "1.0.13",
  "type": "module",
  "main": "dist/mermaid-it-markdown.js",
  "module": "dist/mermaid-it-markdown.js",
  "types": "dist/index.d.ts",
  "files": [
    "package.json",
    "README.md",
    "readme_cn.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"
  }
}
