|
20 | 20 | "clean": "npx fa clean --ignore-tips --dist --vite --all",
|
21 | 21 | "lint": "npx fa lint",
|
22 | 22 | "lint:fix": "npx fa lint --fix",
|
23 |
| - "dev": "vuepress dev docs", |
24 |
| - "build": "vuepress build docs --clean-temp --clean-cache", |
| 23 | + "dev": "npx vuepress dev docs", |
| 24 | + "build": "npx vuepress build docs --clean-temp --clean-cache", |
25 | 25 | "build:proxy": "NEED_PROXY=true vuepress build docs --clean-temp --clean-cache",
|
26 | 26 | "release": "npx fa release --vip"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@142vip/eslint-config": "^0.0.1-alpha.2",
|
30 | 30 | "@142vip/fairy-cli": "^0.0.3-alpha.13",
|
31 | 31 | "@142vip/utils": "^0.0.1-alpha.7",
|
32 |
| - "@142vip/vuepress": "^0.0.1-alpha.5", |
33 |
| - "@vue/repl": "^4.4.2", |
34 |
| - "@vuepress/bundler-vite": "^2.0.0-rc.17", |
35 |
| - "mermaid": "^11.3.0", |
| 32 | + "@142vip/vuepress": "^0.0.1-alpha.7", |
| 33 | + "@vuepress/bundler-vite": "2.0.0-rc.17", |
36 | 34 | "only-allow": "^1.2.1",
|
37 |
| - "sass-embedded": "^1.79.4", |
38 | 35 | "simple-git-hooks": "^2.11.1",
|
39 |
| - "typescript": "^5.5.4", |
40 |
| - "vue": "^3.5.8", |
41 |
| - "vuepress": "^2.0.0-rc.17", |
42 |
| - "vuepress-plugin-search-pro": "^2.0.0-rc.57", |
43 |
| - "vuepress-theme-hope": "^2.0.0-rc.58" |
| 36 | + "vuepress": "2.0.0-rc.17" |
44 | 37 | },
|
45 | 38 | "simple-git-hooks": {
|
46 | 39 | "pre-commit": "pnpm lint",
|
|
0 commit comments