{ "private": true, "version": "1.0.0-alpha.7", "name": "docs", "description": "docs of VuePress", "scripts": { "dev": "vuepress dev docs --temp .temp", "build": "vuepress build docs --temp .temp" }, "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.7", "@vuepress/plugin-i18n-ui": "^1.0.0-alpha.7", "@vuepress/plugin-medium-zoom": "^1.0.0-alpha.7", "@vuepress/plugin-notification": "^1.0.0-alpha.7", "@vuepress/plugin-pwa": "^1.0.0-alpha.7", "vuepress": "^1.0.0-alpha.7", "vuepress-plugin-flowchart": "^1.4.2" } }