mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
* chore: add local module for better dx developing nuxt/ui * up * up * up * feat(Kbd): new * chore(Badge): update * chore(Collapsible): remove content prop * chore(Container): clean * chore(Avatar): update root bg * chore(Link): clean * feat(Tooltip): handle shortcuts * playground(collapsible): update --------- Co-authored-by: Benjamin Canac <canacb1@gmail.com>
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"name": "nuxt-ui-dev-module",
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "latest",
|
|
"chokidar": "^3.6.0",
|
|
"perfect-debounce": "^1.0.0"
|
|
}
|
|
}
|