package.json 1.5 KB
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": {
7
    "precommit": "lint-staged",
U
ULIVZ 已提交
8
    "dev": "vuepress dev docs --temp .temp",
9
    "build": "vuepress build docs --temp .temp",
U
ULIVZ 已提交
10
    "view-info": "vuepress view-info docs --temp .temp",
11 12
    "show-help": "vuepress --help",
    "lint-md": "textlint ./docs/**/*.md"
U
ULIVZ 已提交
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
  },
  "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": {
30
    "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
U
v1.0.3  
ULIVZ 已提交
31 32 33 34 35
    "@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",
36 37 38 39 40 41 42 43 44 45
    "lint-staged": "^8.1.5",
    "textlint": "^11.3.1",
    "textlint-filter-rule-comments": "^1.2.2",
    "textlint-rule-apostrophe": "^1.0.0",
    "textlint-rule-common-misspellings": "^1.0.1",
    "textlint-rule-diacritics": "^1.0.0",
    "textlint-rule-en-capitalization": "^2.0.2",
    "textlint-rule-stop-words": "^1.0.17",
    "textlint-rule-terminology": "^1.1.30",
    "textlint-rule-write-good": "^1.6.2",
U
ULIVZ 已提交
46
    "vue-toasted": "^1.1.25",
U
v1.0.3  
ULIVZ 已提交
47
    "vuepress": "^1.0.3",
U
ULIVZ 已提交
48
    "vuepress-plugin-flowchart": "^1.4.2"
U
ULIVZ 已提交
49 50
  }
}