chore: update package.json and cspell.json

This commit is contained in:
lmx
2026-03-04 19:17:33 +08:00
parent 45054d3238
commit 36313f378e
2 changed files with 6 additions and 1 deletions

View File

@@ -12,10 +12,13 @@
"axios",
"brotli",
"cascader",
"chatcmpl",
"clsx",
"dedup",
"defu",
"demi",
"dotenv",
"echart",
"echarts",
"ependencies",
"esbuild",
@@ -41,6 +44,7 @@
"noreferrer",
"nprogress",
"nuxt",
"organisation",
"pinia",
"prefixs",
"publint",
@@ -51,6 +55,7 @@
"sonner",
"sortablejs",
"styl",
"tabler",
"taze",
"tdesign",
"ui-kit",

View File

@@ -59,7 +59,7 @@
"reinstall": "pnpm clean --del-lock && pnpm install",
"test:unit": "vitest run --dom",
"test:e2e": "turbo run test:e2e",
"up te:deps": "npx taze -r -w",
"update:deps": "npx taze -r -w",
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
"catalog": "pnpx codemod pnpm/catalog"
},