feat: 更新 package.json 和 pnpm-lock.yaml,添加新的大小检查命令和依赖项版本更新
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m49s
/ playwright (push) Successful in 2m22s
/ depcheck (push) Successful in 1m9s

This commit is contained in:
严浩
2024-12-26 22:54:37 +08:00
parent 8d048038ee
commit bc8fc96580
2 changed files with 51 additions and 55 deletions

View File

@ -20,7 +20,9 @@
"playwright:chromium": "playwright test --project=chromium",
"dep:dedupe": "pnpm dedupe",
"dep:update": "taze major -I",
"sizecheck": "npx vite-bundle-visualizer"
"sizecheck:Treemap": "npx vite-bundle-visualizer -t treemap",
"sizecheck:Sunburst": "npx vite-bundle-visualizer -t sunburst",
"sizecheck:Network": "npx vite-bundle-visualizer -t network"
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
@ -44,7 +46,7 @@
"@vueuse/core": "^12.2.0",
"alova": "^3.2.7",
"axios": "^1.7.9",
"consola": "^3.3.1",
"consola": "^3.3.2",
"dayjs": "^1.11.13",
"jsencrypt": "^3.3.2",
"mitt": "^3.0.1",
@ -63,7 +65,7 @@
"vant": "^4.9.15",
"vite-plugin-webfont-dl": "^3.10.3",
"vue": "^3.5.13",
"vue-i18n": "11.0.0",
"vue-i18n": "11.0.1",
"vue-page-stack": "^3.2.0",
"vue-router": "^4.5.0"
},
@ -115,7 +117,7 @@
"vercel": "^39.2.2",
"vite": "^6.0.6",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-fake-server": "^2.1.4",
"vite-plugin-fake-server": "^2.1.5",
"vite-plugin-vue-devtools": "^7.6.8",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vue-meta-layouts": "^0.5.1",