This commit is contained in:
parent
a1c6320a82
commit
af0dbc9d0c
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,9 @@
|
|||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint": "eslint .",
|
||||
"typecheck": "nuxt typecheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "^4.10.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue