@vuepress/plugin-container
Version:
VuePress plugin - markdown container
48 lines • 1.15 kB
JSON
{
"name": "@vuepress/plugin-container",
"version": "2.0.0-rc.0",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"markdown",
"container"
],
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuepress/vuepress-next/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-next.git"
},
"license": "MIT",
"author": "meteorlxy",
"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": {
"@types/markdown-it": "^13.0.6",
"markdown-it": "^13.0.2",
"markdown-it-container": "^3.0.0",
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/markdown": "2.0.0-rc.0",
"@vuepress/shared": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
}
}