mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
38 lines
988 B
JSON
38 lines
988 B
JSON
{
|
|
"private": true,
|
|
"version": "1.0.2",
|
|
"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.2",
|
|
"@vuepress/plugin-google-analytics": "^1.0.2",
|
|
"@vuepress/plugin-medium-zoom": "^1.0.2",
|
|
"@vuepress/plugin-pwa": "^1.0.2",
|
|
"@vuepress/theme-vue": "^1.0.2",
|
|
"vue-toasted": "^1.1.25",
|
|
"vuepress": "^1.0.2",
|
|
"vuepress-plugin-flowchart": "^1.4.2"
|
|
}
|
|
}
|