docs: start migration

This commit is contained in:
Benjamin Canac
2024-05-22 12:42:30 +02:00
parent 072f2c64f7
commit 316eeea482
24 changed files with 1125 additions and 1971 deletions

View File

@@ -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",