mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
19 lines
388 B
JSON
19 lines
388 B
JSON
{
|
|
"private": true,
|
|
"name": "@nuxt/ui-playground",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi generate"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.34",
|
|
"@iconify-json/simple-icons": "^1.2.30",
|
|
"@nuxt/ui": "latest",
|
|
"@nuxthub/core": "^0.8.22",
|
|
"nuxt": "^3.16.1",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|