mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +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>
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"private": true,
|
|
"name": "nuxt-ui-playground",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi generate"
|
|
},
|
|
"dependencies": {
|
|
"nuxt-ui3": "latest",
|
|
"nuxt": "latest",
|
|
"vue": "latest",
|
|
"vue-router": "latest"
|
|
}
|
|
}
|