vuepress-plugin-md-enhance
Version:
Markdown enhancement plugin for vuepress
127 lines • 2.85 kB
JSON
{
"name": "vuepress-plugin-md-enhance",
"version": "2.0.0-rc.107",
"description": "Markdown enhancement plugin for vuepress",
"keywords": [
"align",
"attrs",
"chart",
"container",
"demo",
"echarts",
"flowchart",
"footnote",
"gfm",
"include",
"mark",
"markdown",
"markmap",
"mermaid",
"playground",
"stylize",
"subscript",
"superscript",
"tasklist",
"vuepress",
"vuepress-plugin",
"vuepress2"
],
"homepage": "https://plugin-md-enhance.vuejs.press/",
"bugs": {
"url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git",
"directory": "packages/md-enhance"
},
"files": [
"dist"
],
"type": "module",
"sideEffects": [
"./dist/client/styles/**/*.scss"
],
"exports": {
".": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
},
"./client": {
"types": "./dist/client/index.d.ts",
"default": "./dist/client/index.js"
},
"./components/*": {
"types": "./dist/client/components/*.d.ts",
"default": "./dist/client/components/*.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"@mdit/plugin-container": "^0.23.2",
"@mdit/plugin-demo": "^0.23.2",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "2.0.0-rc.130",
"@vuepress/plugin-sass-palette": "2.0.0-rc.130",
"@vueuse/core": "^14.3.0",
"balloon-css": "^1.2.0",
"js-yaml": "^4.1.1",
"vue": "^3.5.34",
"vuepress-shared": "2.0.0-rc.107"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"@vuepress/bundler-vite": "2.0.0-rc.30",
"markdown-it": "14.1.1"
},
"peerDependencies": {
"@vue/repl": "^4.1.1",
"kotlin-playground": "^1.23.0",
"sandpack-vue3": "^3.0.0",
"sass": "^1.99.0",
"sass-embedded": "^1.99.0",
"sass-loader": "^16.0.8",
"typescript": ">=5.0.0",
"vuepress": "2.0.0-rc.30"
},
"peerDependenciesMeta": {
"@vue/repl": {
"optional": true
},
"kotlin-playground": {
"optional": true
},
"sandpack-vue3": {
"optional": true
},
"sass": {
"optional": true
},
"sass-embedded": {
"optional": true
},
"sass-loader": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": ">= 20.19.0",
"npm": ">=8",
"pnpm": ">=7",
"yarn": ">=2"
},
"scripts": {
"build": "tsdown --config-loader unrun",
"clean": "rimraf ./dist",
"dev": "pnpm build --watch"
}
}