mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
aaa3eed68a
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"private": true,
|
|
"name": "@nuxt/ui-playground",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"generate": "nuxt generate",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/gateway": "^2.0.18",
|
|
"@ai-sdk/vue": "^2.0.108",
|
|
"@iconify-json/lucide": "^1.2.79",
|
|
"@iconify-json/simple-icons": "^1.2.62",
|
|
"@internationalized/date": "^3.10.0",
|
|
"@nuxt/ui": "workspace:*",
|
|
"@tiptap/extension-emoji": "3.12.0",
|
|
"@tiptap/extension-text-align": "3.12.0",
|
|
"ai": "^5.0.108",
|
|
"nuxt": "^4.2.1",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^3.1.5"
|
|
}
|
|
}
|