linux-tutorial/docs/package.json

40 lines
1.4 KiB
JSON
Raw Normal View History

2019-05-10 18:35:33 +08:00
{
2019-12-30 16:30:18 +08:00
"name": "linux-tutorial",
2020-02-10 23:11:22 +08:00
"version": "1.0.0",
"private": true,
2019-12-30 16:30:18 +08:00
"scripts": {
2020-02-10 23:11:22 +08:00
"clean": "rimraf dist && rimraf .temp",
"build": "npm run clean && vuepress build ./ --temp .temp",
"dev": "vuepress dev ./ --temp .temp",
"lint-md": "npm run lint-md:style && npm run lint-md:wording",
"lint-md:style": "remark --quiet --frail .",
"lint-md:wording": "textlint ./**/*.md",
"show-help": "vuepress --help",
"view-info": "vuepress view-info ./ --temp .temp"
2019-12-30 16:30:18 +08:00
},
"devDependencies": {
2020-02-10 23:11:22 +08:00
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@vuepress/plugin-back-to-top": "^1.3.0",
"@vuepress/plugin-medium-zoom": "^1.3.0",
"@vuepress/plugin-pwa": "^1.3.0",
"@vuepress/theme-vue": "^1.3.0",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-consistent": "^2.0.3",
"remark-preset-lint-recommended": "^3.0.3",
"rimraf": "^3.0.1",
"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.3.0",
"vuepress-plugin-flowchart": "^1.4.2"
2019-12-30 16:30:18 +08:00
}
2019-05-10 18:35:33 +08:00
}