mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs: start migration
This commit is contained in:
@@ -33,9 +33,10 @@
|
||||
"prepack": "pnpm build",
|
||||
"dev": "nuxi dev playground",
|
||||
"dev:build": "nuxi build playground",
|
||||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
||||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare docs",
|
||||
"docs": "nuxi dev docs",
|
||||
"docs:build": "nuxi generate docs",
|
||||
"docs:prepare": "nuxt-component-meta docs",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground",
|
||||
@@ -54,7 +55,7 @@
|
||||
"fuse.js": "^7.0.0",
|
||||
"nuxt-icon": "1.0.0-beta.4",
|
||||
"ohash": "^1.1.3",
|
||||
"radix-vue": "^1.8.0",
|
||||
"radix-vue": "^1.8.1",
|
||||
"scule": "^1.3.0",
|
||||
"tailwind-variants": "^0.2.1",
|
||||
"tailwindcss": "4.0.0-alpha.15",
|
||||
@@ -71,7 +72,7 @@
|
||||
"happy-dom": "^14.7.1",
|
||||
"joi": "^17.13.1",
|
||||
"nuxt": "^3.11.2",
|
||||
"release-it": "^17.2.1",
|
||||
"release-it": "^17.3.0",
|
||||
"valibot": "^0.30.0",
|
||||
"vitest": "^1.6.0",
|
||||
"vitest-environment-nuxt": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user