{ "name": "linux-tutorial", "version": "1.0.0", "private": true, "scripts": { "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" }, "devDependencies": { "@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" } }