mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
17 lines
337 B
JSON
17 lines
337 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.18",
|
|
"@iconify-json/simple-icons": "^1.2.14",
|
|
"@nuxt/ui": "latest",
|
|
"nuxt": "^3.14.1592"
|
|
}
|
|
}
|