mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
18 lines
366 B
JSON
18 lines
366 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.22",
|
|
"@iconify-json/simple-icons": "^1.2.19",
|
|
"@nuxt/ui": "latest",
|
|
"@nuxthub/core": "^0.8.11",
|
|
"nuxt": "^3.15.1"
|
|
}
|
|
}
|