package.json 988 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "private": true,
U
v1.0.3  
ULIVZ 已提交
3
  "version": "1.0.3",
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
v1.0.3  
ULIVZ 已提交
28 29 30 31 32
    "@vuepress/plugin-back-to-top": "^1.0.3",
    "@vuepress/plugin-google-analytics": "^1.0.3",
    "@vuepress/plugin-medium-zoom": "^1.0.3",
    "@vuepress/plugin-pwa": "^1.0.3",
    "@vuepress/theme-vue": "^1.0.3",
U
ULIVZ 已提交
33
    "vue-toasted": "^1.1.25",
U
v1.0.3  
ULIVZ 已提交
34
    "vuepress": "^1.0.3",
U
ULIVZ 已提交
35
    "vuepress-plugin-flowchart": "^1.4.2"
U
ULIVZ 已提交
36 37
  }
}