|
9 | 9 | "scripts": { |
10 | 10 | "prepare": "rm -f .husky/pre-commit && husky install && npx husky add .husky/pre-commit \"./scripts/lint --fix\" && chmod +x .husky/pre-commit", |
11 | 11 | "dev": "vuepress dev docs", |
12 | | - "build": "./scripts/bundle build", |
| 12 | + "build": "vuepress build docs", |
13 | 13 | "build:proxy": "./scripts/bundle build_proxy", |
14 | 14 | "deploy:vercel": "vercel --prod", |
15 | 15 | "clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' + " |
|
32 | 32 | "devDependencies": { |
33 | 33 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
34 | 34 | "@typescript-eslint/parser": "^5.62.0", |
35 | | - "@vuepress/client": "^2.0.0-beta.67", |
36 | | - "@vuepress/utils": "^2.0.0-beta.67", |
| 35 | + "@vuepress/client": "2.0.0-beta.67", |
| 36 | + "@vuepress/plugin-register-components": "2.0.0-beta.67", |
| 37 | + "@vuepress/utils": "2.0.0-beta.67", |
37 | 38 | "bumpp": "^9.2.0", |
38 | | - "commit-and-tag-version": "11.2.3", |
39 | | - "dayjs": "^1.11.9", |
| 39 | + "commit-and-tag-version": "^11.3.0", |
40 | 40 | "enquirer": "^2.4.1", |
41 | | - "eslint": "^8.49.0", |
| 41 | + "eslint": "^8.51.0", |
42 | 42 | "eslint-config-standard": "^17.1.0", |
43 | 43 | "eslint-plugin-import": "^2.28.1", |
44 | 44 | "eslint-plugin-n": "^15.7.0", |
45 | 45 | "eslint-plugin-promise": "^6.1.1", |
46 | 46 | "eslint-plugin-vue": "^9.17.0", |
47 | | - "fs-extra": "^11.1.1", |
48 | 47 | "husky": "^8.0.3", |
49 | | - "lodash": "^4.17.21", |
| 48 | + "markmap-cli": "^0.15.4", |
50 | 49 | "shelljs": "^0.8.5", |
51 | 50 | "typescript": "^3.9.10", |
52 | | - "vercel": "^32.2.0", |
| 51 | + "vercel": "^32.4.1", |
53 | 52 | "vue": "^3.3.4", |
54 | | - "vuepress": "^2.0.0-beta.67", |
55 | | - "vuepress-plugin-search-pro": "^2.0.0-beta.237", |
56 | | - "vuepress-theme-hope": "^2.0.0-beta.237", |
57 | | - "webpack": "^5.88.2" |
| 53 | + "vuepress": "2.0.0-beta.67", |
| 54 | + "vuepress-plugin-components": "2.0.0-beta.238", |
| 55 | + "vuepress-plugin-md-enhance": "2.0.0-beta.238", |
| 56 | + "vuepress-plugin-search-pro": "2.0.0-beta.238", |
| 57 | + "vuepress-theme-hope": "2.0.0-beta.238", |
| 58 | + "webpack": "^5.88.2", |
| 59 | + "xmind-embed-viewer": "^1.2.0" |
58 | 60 | } |
59 | 61 | } |
0 commit comments