mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"private": true,
|
|
"name": "@nuxt/ui-playground",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/ui": "latest",
|
|
"nuxt": "^3.13.0"
|
|
}
|
|
}
|