vuepress-plugin-live
Version:
Make your markdown code examples come alive
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "vuepress-plugin-live",
"version": "1.6.2",
"description": "Make your markdown code examples come alive ",
"main": "index.js",
"scripts": {
"start": "npm run docs",
"docs": "vuepress dev docs --no-clear-screen",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-styleguidist/vuepress-plugin-live.git"
},
"keywords": [
"vue",
"vuepress",
"vue-live",
"markdown",
"example"
],
"author": "ledouxb@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/vue-styleguidist/vuepress-plugin-live/issues"
},
"homepage": "http://vuepress-live.surge.sh/",
"devDependencies": {
"@vuepress/plugin-register-components": "^1.6.0",
"@vuepress/theme-default": "^1.6.0",
"lodash": "^4.17.11",
"lodash.throttle": "^4.1.1",
"validate-commit-msg": "^2.14.0",
"vue-slider-component": "^3.0.31",
"vuepress": "^1.6.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-container": "^2.1.5"
},
"dependencies": {
"acorn": "^6.1.1",
"vue-live": "^1.14.2",
"vue-no-ssr": "^1.1.1",
"walkes": "^0.2.1"
}
}