|
| 1 | +{ |
| 2 | + "name": "java-tutorial", |
| 3 | + "version": "1.0.0", |
| 4 | + "scripts": { |
| 5 | + "clean": "rimraf docs/.temp", |
| 6 | + "start": "vuepress dev docs", |
| 7 | + "build": "vuepress build docs", |
| 8 | + "deploy": "bash scripts/deploy.sh", |
| 9 | + "updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D", |
| 10 | + "editFm": "node utils/editFrontmatter.js", |
| 11 | + "lint": "markdownlint -r markdownlint-rule-emphasis-style -c ./.markdownlint.json **/*.md -i node_modules", |
| 12 | + "lint:fix": "markdownlint -f -r markdownlint-rule-emphasis-style -c ./.markdownlint.json **/*.md -i node_modules", |
| 13 | + "show-help": "vuepress --help", |
| 14 | + "view-info": "vuepress view-info ./ --temp docs/.temp" |
| 15 | + }, |
| 16 | + "license": "MIT", |
| 17 | + "devDependencies": { |
| 18 | + "dayjs": "^1.9.7", |
| 19 | + "inquirer": "^7.1.0", |
| 20 | + "json2yaml": "^1.1.0", |
| 21 | + "vuepress": "1.9.2", |
| 22 | + "vuepress-plugin-baidu-tongji": "^1.0.1", |
| 23 | + "vuepress-plugin-demo-block": "^0.7.2", |
| 24 | + "vuepress-plugin-fulltext-search": "^2.2.1", |
| 25 | + "vuepress-plugin-one-click-copy": "^1.0.2", |
| 26 | + "vuepress-plugin-thirdparty-search": "^1.0.2", |
| 27 | + "vuepress-plugin-zooming": "^1.1.7", |
| 28 | + "vuepress-plugin-flowchart": "^1.4.2", |
| 29 | + "vuepress-theme-vdoing": "^1.10.3", |
| 30 | + "yamljs": "^0.3.0", |
| 31 | + "markdownlint-cli": "^0.25.0", |
| 32 | + "markdownlint-rule-emphasis-style": "^1.0.1", |
| 33 | + "rimraf": "^3.0.1", |
| 34 | + "vue-toasted": "^1.1.25" |
| 35 | + }, |
| 36 | + "dependencies": {} |
| 37 | +} |
0 commit comments