mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
33 lines
809 B
JSON
33 lines
809 B
JSON
{
|
|
"name": "@vuepress/plugin-container",
|
|
"version": "1.0.0-alpha.42",
|
|
"description": "markdown container plugin for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git",
|
|
"directory": "packages/@vuepress/plugin-container"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"markdown-it-container": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/test-utils": "1.0.0-alpha.42"
|
|
},
|
|
"author": "Shigma <1700011071@pku.edu.cn>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-container#readme"
|
|
}
|