authentication implementation
This commit is contained in:
+2
-1
@@ -5,15 +5,16 @@
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "nuxt build",
|
||||
"start": "PORT=5805 HOST=127.0.0.1 node .output/server/index.mjs",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/image": "^1.7.0",
|
||||
"nuxt": "^3.11.2",
|
||||
"vue": "^3.4.27",
|
||||
"vue-router": "^4.3.2",
|
||||
"vue-toastification": "^1.7.14",
|
||||
"vue3-carousel-nuxt": "^1.1.1",
|
||||
"vue3-tabs-component": "^1.3.7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user