jccp_a/vuepress/node_modules/@vuepress/plugin-markdown-chart/package.json
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

94 lines
2.1 KiB
JSON

{
"name": "@vuepress/plugin-markdown-chart",
"version": "2.0.0-rc.114",
"description": "VuePress plugin - markdown chart",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"markdown",
"chart",
"chartjs",
"echarts",
"flowchart",
"markmap",
"mermaid"
],
"homepage": "https://ecosystem.vuejs.press/plugins/markdown/markdown-chart.html",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/markdown/plugin-markdown-chart"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./client": "./lib/client/index.js",
"./client/*": "./lib/client/*",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@mdit/plugin-container": "^0.22.1",
"@mdit/plugin-plantuml": "^0.22.2",
"@vuepress/helper": "2.0.0-rc.114",
"@vueuse/core": "^13.9.0",
"vue": "^3.5.22"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0",
"markmap-common": "^0.18.9"
},
"peerDependencies": {
"chart.js": "^4.4.7",
"echarts": "^6.0.0",
"flowchart.ts": "^3.0.1",
"markmap-lib": "^0.18.11",
"markmap-toolbar": "^0.18.10",
"markmap-view": "^0.18.10",
"mermaid": "^11.12.0",
"vuepress": "2.0.0-rc.26"
},
"peerDependenciesMeta": {
"chart.js": {
"optional": true
},
"echarts": {
"optional": true
},
"flowchart.ts": {
"optional": true
},
"markmap-lib": {
"optional": true
},
"markmap-toolbar": {
"optional": true
},
"markmap-view": {
"optional": true
},
"mermaid": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "bb7cbe54154be9d9b09b6116888ed61d8701862b"
}