feat: add code onwer

chore: update readme.md

chore: update deps

chore: update deps

chore: update deps
This commit is contained in:
vben
2024-06-16 19:17:34 +08:00
parent 382652e0f4
commit 9278c4b416
42 changed files with 607 additions and 507 deletions

View File

@@ -33,6 +33,7 @@
"check:type": "turbo run typecheck",
"clean": "vsh clean",
"commit": "czg",
"docs": "pnpm -F @vben/website run docs:dev",
"dev": "turbo run dev --parallel",
"format": "vsh lint --format",
"lint": "vsh lint && pnpm run check:circular",
@@ -68,7 +69,7 @@
"turbo": "^2.0.4",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "5.3.0",
"vite": "^5.3.1",
"vitest": "^2.0.0-beta.3",
"vue-tsc": "^2.0.21"
},