mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"private": true,
|
|
"name": "@nuxt/ui-playground",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"generate": "nuxt generate",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.57",
|
|
"@iconify-json/simple-icons": "^1.2.43",
|
|
"@internationalized/date": "^3.8.2",
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxthub/core": "^0.9.0",
|
|
"nuxt": "^3.17.7",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^3.0.1"
|
|
},
|
|
"resolutions": {
|
|
"unimport": "4.1.1"
|
|
}
|
|
}
|