@vuepress/plugin-markdown-preview
Version:
VuePress plugin - preview
56 lines (55 loc) • 1.33 kB
JSON
{
"name": "@vuepress/plugin-markdown-preview",
"version": "2.0.0-rc.107",
"description": "VuePress plugin - preview",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"markdown",
"preview"
],
"homepage": "https://ecosystem.vuejs.press/plugins/markdown/preview.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-preview"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@mdit/helper": "^0.21.0",
"@mdit/plugin-demo": "^0.21.0",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "2.0.0-rc.107",
"@vueuse/core": "^13.3.0",
"vue": "^3.5.16"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.23"
},
"devDependencies": {
"markdown-it": "^14.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "61d1277699b4e550c8d9be6085915f54c85c007f"
}