feat: 更新页面模板内容,调整 VSCode 设置,更新依赖管理器版本并添加新脚本
All checks were successful
/ playwright (push) Successful in 1m56s
/ depcheck (push) Successful in 1m27s
/ build-and-deploy-to-vercel (push) Successful in 1m43s

This commit is contained in:
严浩
2024-12-25 11:00:19 +08:00
parent 03d22e09a0
commit 7a682b1ea6
9 changed files with 54 additions and 56 deletions

View File

@ -1,5 +1,5 @@
{
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"name": "vue-ts-example",
"version": "0.0.0",
"private": true,
@ -15,7 +15,9 @@
"playwright": "playwright test",
"playwright:ui": "playwright test --ui",
"playwright:chromium": "playwright test --project=chromium",
"dep:dedupe": "pnpm dedupe"
"dep:dedupe": "pnpm dedupe",
"dep:update": "taze major -I",
"sizecheck": "npx vite-bundle-visualizer"
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [