mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
27 lines
552 B
JSON
27 lines
552 B
JSON
{
|
|
"private": true,
|
|
"name": "@nuxt/ui-playground",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi generate",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.39",
|
|
"@iconify-json/simple-icons": "^1.2.33",
|
|
"@nuxt/ui": "latest",
|
|
"@nuxthub/core": "^0.8.25",
|
|
"nuxt": "^3.17.1",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^2.2.10"
|
|
},
|
|
"resolutions": {
|
|
"unimport": "4.1.1"
|
|
}
|
|
}
|