mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +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.56",
|
|
"@iconify-json/simple-icons": "^1.2.42",
|
|
"@internationalized/date": "^3.8.2",
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxthub/core": "^0.9.0",
|
|
"nuxt": "^3.17.6",
|
|
"zod": "^3.25.75"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^3.0.0"
|
|
},
|
|
"resolutions": {
|
|
"unimport": "4.1.1"
|
|
}
|
|
}
|