Skip to content

Commit 742eeb7

Browse files
committed
feat: 移除无用pnpm模块,优化bundler编译配置
1 parent df0db7b commit 742eeb7

File tree

3 files changed

+203
-1118
lines changed

3 files changed

+203
-1118
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dev": "vuepress dev docs",
2222
"lint": "npx fa lint",
2323
"lint:fix": "npx fa lint --fix",
24-
"build": "npx vuepress build docs --clean-temp --clean-cache",
24+
"build": "vuepress build docs --clean-temp --clean-cache",
2525
"build:proxy": "PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache",
2626
"deploy:vercel": "vercel --prod",
2727
"release": "npx fa release --vip"
@@ -36,25 +36,18 @@
3636
"@vue/repl": "^4.3.1",
3737
"@vuepress/bundler-vite": "2.0.0-rc.15",
3838
"@vuepress/plugin-markdown-image": "2.0.0-rc.30",
39-
"dashjs": "^4.7.4",
40-
"enquirer": "^2.4.1",
4139
"eslint": "8.55.0",
42-
"eslint-plugin-format": "^0.1.2",
4340
"hls.js": "^1.5.13",
4441
"husky": "^8.0.3",
4542
"lint-staged": "^15.2.7",
46-
"markmap-cli": "^0.15.8",
4743
"mermaid": "^10.9.1",
4844
"reveal.js": "^5.1.0",
49-
"sass-embedded": "^1.79.3",
50-
"shelljs": "^0.8.5",
5145
"typescript": "^5.5.4",
5246
"vercel": "^32.7.2",
5347
"vidstack": "^1.11.30",
48+
"vue": "^3.5.8",
5449
"vuepress": "2.0.0-rc.15",
5550
"vuepress-plugin-search-pro": "2.0.0-rc.53",
56-
"vuepress-theme-hope": "2.0.0-rc.53",
57-
"webpack": "^5.93.0",
58-
"xmind-embed-viewer": "^1.2.0"
51+
"vuepress-theme-hope": "2.0.0-rc.53"
5952
}
6053
}

0 commit comments

Comments
 (0)