package.json 1.7 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "docs",
U
ULIVZ 已提交
3
  "version": "1.5.2",
4
  "private": true,
U
ULIVZ 已提交
5
  "description": "docs of VuePress",
6 7 8 9 10 11 12 13
  "keywords": [
    "documentation",
    "generator",
    "vue"
  ],
  "homepage": "https://github.com/vuejs/vuepress#readme",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
U
ULIVZ 已提交
14 15 16 17 18 19
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git"
  },
  "license": "MIT",
20 21 22 23 24 25 26 27 28
  "author": "Evan You",
  "scripts": {
    "build": "vuepress build docs --temp .temp",
    "dev": "vuepress dev docs --temp .temp",
    "lint-md": "yarn lint-md:style && yarn lint-md:wording",
    "lint-md:style": "remark --quiet --frail .",
    "lint-md:wording": "textlint ./docs/**/*.md",
    "show-help": "vuepress --help",
    "view-info": "vuepress view-info docs --temp .temp"
U
ULIVZ 已提交
29 30
  },
  "devDependencies": {
31
    "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
U
ULIVZ 已提交
32 33 34 35 36
    "@vuepress/plugin-back-to-top": "1.5.2",
    "@vuepress/plugin-google-analytics": "1.5.2",
    "@vuepress/plugin-medium-zoom": "1.5.2",
    "@vuepress/plugin-pwa": "1.5.2",
    "@vuepress/theme-vue": "1.5.2",
37 38 39 40
    "remark-cli": "^7.0.0",
    "remark-lint": "^6.0.5",
    "remark-preset-lint-consistent": "^2.0.3",
    "remark-preset-lint-recommended": "^3.0.3",
41 42 43 44 45 46 47 48 49
    "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 已提交
50
    "vue-toasted": "^1.1.25",
U
ULIVZ 已提交
51
    "vuepress": "1.5.2",
U
ULIVZ 已提交
52
    "vuepress-plugin-flowchart": "^1.4.2"
U
ULIVZ 已提交
53 54
  }
}