1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00

feat: 升级vuepress到最新版本,改造整个项目结构、配置 (#108)

* feat: 升级`vuepress`到最新版本,改造整个项目结构、配置

* chore: update

* chore: update

* fix: update
This commit is contained in:
公众号:Rong姐姐好可爱
2024-09-26 12:05:53 +08:00
committed by GitHub
parent 72cad09072
commit 779994121d
243 changed files with 3044 additions and 12730 deletions

View File

@@ -17,36 +17,40 @@
},
"scripts": {
"preinstall": "chmod +x ./scripts/*",
"postinstall": "pnpm build:mark-map",
"clean": "npx fa clean --ignore-tips --dist --vite --all",
"lint": "npx fa lint",
"lint:fix": "npx fa lint --fix",
"dev": "npx vuepress dev docs",
"build": "npx vuepress build docs --clean-temp --clean-cache",
"build:proxy": "NEED_PROXY=true npx vuepress build docs --clean-temp --clean-cache",
"build:mark-map": "scripts/mark-map.js",
"build:mark-map": "./scripts/mark-map",
"deploy:vercel": "vercel --prod",
"release": "npx fa release --vip"
},
"devDependencies": {
"@142vip/fairy-cli": "^0.0.3-alpha.13",
"@142vip/fairy-cli": "^0.0.3-alpha.11",
"@142vip/utils": "^0.0.1-alpha.5",
"@antfu/eslint-config": "^2.27.3",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"enquirer": "^2.4.1",
"@vue/repl": "^4.3.1",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/plugin-feed": "2.0.0-rc.3",
"@vuepress/plugin-markdown-image": "2.0.0-rc.30",
"dashjs": "^4.7.4",
"eslint": "8.55.0",
"eslint-plugin-format": "^0.1.2",
"hls.js": "^1.5.13",
"markmap-cli": "^0.15.8",
"shelljs": "^0.8.5",
"mermaid": "^10.9.1",
"reveal.js": "^5.1.0",
"sass-embedded": "^1.79.3",
"typescript": "^5.5.4",
"vercel": "^32.7.2",
"vue": "^3.4.23",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-components": "2.0.0-beta.238",
"vuepress-plugin-md-enhance": "2.0.0-beta.238",
"vuepress-plugin-search-pro": "2.0.0-beta.238",
"vuepress-theme-hope": "2.0.0-beta.238",
"vidstack": "^1.11.30",
"vue": "^3.5.8",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-search-pro": "2.0.0-rc.53",
"vuepress-theme-hope": "2.0.0-rc.53",
"webpack": "^5.91.0",
"xmind-embed-viewer": "^1.2.0"
}