mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
feat(module)!: use tailwind-merge for app.config & move config to components & type props (#692)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
This commit is contained in:
13
package.json
13
package.json
@@ -25,8 +25,8 @@
|
||||
"build:docs": "nuxi generate docs",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"typecheck": "nuxi typecheck",
|
||||
"prepare": "nuxi prepare docs",
|
||||
"typecheck": "vue-tsc --noEmit && nuxi typecheck docs",
|
||||
"prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare docs",
|
||||
"release": "release-it"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -45,9 +45,10 @@
|
||||
"@vueuse/integrations": "^10.4.1",
|
||||
"@vueuse/math": "^10.4.1",
|
||||
"defu": "^6.1.2",
|
||||
"ohash": "^1.1.3",
|
||||
"scule": "^1.0.0",
|
||||
"fuse.js": "^6.6.2",
|
||||
"ohash": "^1.1.3",
|
||||
"pathe": "^1.1.1",
|
||||
"scule": "^1.0.0",
|
||||
"tailwind-merge": "^1.14.0",
|
||||
"tailwindcss": "^3.3.3"
|
||||
},
|
||||
@@ -61,9 +62,9 @@
|
||||
"release-it": "^16.1.5",
|
||||
"typescript": "^5.2.2",
|
||||
"unbuild": "^2.0.0",
|
||||
"valibot": "^0.15.0",
|
||||
"vue-tsc": "^1.8.11",
|
||||
"yup": "^1.2.0",
|
||||
"zod": "^3.22.2",
|
||||
"valibot": "^0.15.0"
|
||||
"zod": "^3.22.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user