chore: update package.json and cspell.json
parent
45054d3238
commit
36313f378e
|
|
@ -12,10 +12,13 @@
|
||||||
"axios",
|
"axios",
|
||||||
"brotli",
|
"brotli",
|
||||||
"cascader",
|
"cascader",
|
||||||
|
"chatcmpl",
|
||||||
"clsx",
|
"clsx",
|
||||||
|
"dedup",
|
||||||
"defu",
|
"defu",
|
||||||
"demi",
|
"demi",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
|
"echart",
|
||||||
"echarts",
|
"echarts",
|
||||||
"ependencies",
|
"ependencies",
|
||||||
"esbuild",
|
"esbuild",
|
||||||
|
|
@ -41,6 +44,7 @@
|
||||||
"noreferrer",
|
"noreferrer",
|
||||||
"nprogress",
|
"nprogress",
|
||||||
"nuxt",
|
"nuxt",
|
||||||
|
"organisation",
|
||||||
"pinia",
|
"pinia",
|
||||||
"prefixs",
|
"prefixs",
|
||||||
"publint",
|
"publint",
|
||||||
|
|
@ -51,6 +55,7 @@
|
||||||
"sonner",
|
"sonner",
|
||||||
"sortablejs",
|
"sortablejs",
|
||||||
"styl",
|
"styl",
|
||||||
|
"tabler",
|
||||||
"taze",
|
"taze",
|
||||||
"tdesign",
|
"tdesign",
|
||||||
"ui-kit",
|
"ui-kit",
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
"reinstall": "pnpm clean --del-lock && pnpm install",
|
"reinstall": "pnpm clean --del-lock && pnpm install",
|
||||||
"test:unit": "vitest run --dom",
|
"test:unit": "vitest run --dom",
|
||||||
"test:e2e": "turbo run test:e2e",
|
"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",
|
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
|
||||||
"catalog": "pnpx codemod pnpm/catalog"
|
"catalog": "pnpx codemod pnpm/catalog"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue