package.json 1.1 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "private": true,
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.42",
U
ULIVZ 已提交
4 5 6
  "name": "docs",
  "description": "docs of VuePress",
  "scripts": {
U
ULIVZ 已提交
7
    "dev": "vuepress dev docs --temp .temp",
8
    "build": "vuepress build docs --temp .temp",
U
ULIVZ 已提交
9
    "view-info": "vuepress view-info docs --temp .temp",
10
    "show-help": "vuepress --help"
U
ULIVZ 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
  },
  "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": {
U
ULIVZ 已提交
28 29 30 31 32 33 34
    "@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",
35 36
    "vuepress-plugin-flowchart": "^1.4.2",
    "vue-toasted": "^1.1.25"
U
ULIVZ 已提交
37 38
  }
}