mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"private": true,
|
|
"version": "1.2.0",
|
|
"name": "docs",
|
|
"description": "docs of VuePress",
|
|
"scripts": {
|
|
"precommit": "lint-staged",
|
|
"dev": "vuepress dev docs --temp .temp",
|
|
"build": "vuepress build docs --temp .temp",
|
|
"view-info": "vuepress view-info docs --temp .temp",
|
|
"show-help": "vuepress --help",
|
|
"lint-md:wording": "textlint ./docs/**/*.md",
|
|
"lint-md:style": "remark --quiet --frail .",
|
|
"lint-md": "yarn lint-md:style && yarn lint-md:wording"
|
|
},
|
|
"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": {
|
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
|
|
"@vuepress/plugin-back-to-top": "^1.2.0",
|
|
"@vuepress/plugin-google-analytics": "^1.2.0",
|
|
"@vuepress/plugin-medium-zoom": "^1.2.0",
|
|
"@vuepress/plugin-pwa": "^1.2.0",
|
|
"@vuepress/theme-vue": "^1.2.0",
|
|
"lint-staged": "^8.1.5",
|
|
"remark-cli": "^7.0.0",
|
|
"remark-lint": "^6.0.5",
|
|
"remark-preset-lint-consistent": "^2.0.3",
|
|
"remark-preset-lint-recommended": "^3.0.3",
|
|
"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",
|
|
"vue-toasted": "^1.1.25",
|
|
"vuepress": "^1.2.0",
|
|
"vuepress-plugin-flowchart": "^1.4.2"
|
|
}
|
|
}
|