{ "private": true, "version": "1.0.0-alpha.44", "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.44", "@vuepress/plugin-google-analytics": "^1.0.0-alpha.44", "@vuepress/plugin-medium-zoom": "^1.0.0-alpha.44", "@vuepress/plugin-pwa": "^1.0.0-alpha.44", "@vuepress/theme-vue": "^1.0.0-alpha.44", "vue-toasted": "^1.1.25", "vuepress": "^1.0.0-alpha.44", "vuepress-plugin-flowchart": "^1.4.2" } }