Files
vuepress/packages/docs/package.json
ULIVZandGitHub e5d8ed4655 feat: refine node api (#1395)
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
2019-03-04 23:46:13 +08:00

39 lines
1.1 KiB
JSON

{
"private": true,
"version": "1.0.0-alpha.42",
"name": "docs",
"description": "docs of VuePress",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp",
"view-info": "vuepress view-info docs --temp .temp",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
},
"keywords": [
"documentation",
"vue",
"generator"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.42",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.42",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.42",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.42",
"@vuepress/plugin-pwa": "^1.0.0-alpha.42",
"@vuepress/theme-vue": "^1.0.0-alpha.42",
"vuepress": "^1.0.0-alpha.42",
"vuepress-plugin-flowchart": "^1.4.2",
"vue-toasted": "^1.1.25"
}
}