|
21 | 21 | "dev": "vuepress dev docs", |
22 | 22 | "lint": "npx fa lint", |
23 | 23 | "lint:fix": "npx fa lint --fix", |
24 | | - "build": "vuepress build docs --clean-temp --clean-cache", |
| 24 | + "build": "npx vuepress build docs --clean-temp --clean-cache", |
25 | 25 | "build:proxy": "PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache", |
26 | 26 | "deploy:vercel": "vercel --prod", |
27 | 27 | "release": "npx fa release --vip" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | 30 | "@142vip/fairy-cli": "^0.0.3-alpha.11", |
31 | 31 | "@142vip/release-version": "^0.0.1-alpha.9", |
32 | | - "@142vip/utils": "^0.0.1-alpha.4", |
| 32 | + "@142vip/utils": "0.0.1-alpha.4", |
33 | 33 | "@antfu/eslint-config": "^2.27.3", |
34 | 34 | "@commitlint/cli": "^18.6.1", |
35 | 35 | "@commitlint/config-conventional": "^18.6.3", |
36 | 36 | "@vue/repl": "^4.3.1", |
37 | | - "@vuepress/bundler-vite": "2.0.0-rc.14", |
| 37 | + "@vuepress/bundler-vite": "2.0.0-rc.15", |
| 38 | + "@vuepress/plugin-markdown-image": "2.0.0-rc.30", |
38 | 39 | "dashjs": "^4.7.4", |
39 | 40 | "enquirer": "^2.4.1", |
40 | | - "eslint": "^8.55.0", |
| 41 | + "eslint": "8.55.0", |
41 | 42 | "eslint-plugin-format": "^0.1.2", |
42 | 43 | "hls.js": "^1.5.13", |
43 | 44 | "husky": "^8.0.3", |
44 | 45 | "lint-staged": "^15.2.7", |
45 | 46 | "markmap-cli": "^0.15.8", |
46 | 47 | "mermaid": "^10.9.1", |
47 | 48 | "reveal.js": "^5.1.0", |
| 49 | + "sass-embedded": "^1.79.3", |
48 | 50 | "shelljs": "^0.8.5", |
49 | 51 | "typescript": "^5.5.4", |
50 | 52 | "vercel": "^32.7.2", |
51 | 53 | "vidstack": "^1.11.30", |
52 | | - "vue": "^3.4.34", |
53 | | - "vuepress": "2.0.0-rc.14", |
54 | | - "vuepress-plugin-components": "2.0.0-rc.52", |
55 | | - "vuepress-plugin-md-enhance": "2.0.0-rc.52", |
56 | | - "vuepress-plugin-search-pro": "2.0.0-rc.52", |
57 | | - "vuepress-theme-hope": "2.0.0-rc.52", |
| 54 | + "vuepress": "2.0.0-rc.15", |
| 55 | + "vuepress-plugin-search-pro": "2.0.0-rc.53", |
| 56 | + "vuepress-theme-hope": "2.0.0-rc.53", |
58 | 57 | "webpack": "^5.93.0", |
59 | 58 | "xmind-embed-viewer": "^1.2.0" |
60 | 59 | } |
|
0 commit comments