create profile section
This commit is contained in:
Generated
+10
-1
@@ -10,7 +10,8 @@
|
||||
"nuxt": "^3.11.2",
|
||||
"vue": "^3.4.27",
|
||||
"vue-router": "^4.3.2",
|
||||
"vue3-carousel-nuxt": "^1.1.1"
|
||||
"vue3-carousel-nuxt": "^1.1.1",
|
||||
"vue3-tabs-component": "^1.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxtjs/tailwindcss": "^6.12.0"
|
||||
@@ -11787,6 +11788,14 @@
|
||||
"vue3-carousel": "^0.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/vue3-tabs-component": {
|
||||
"version": "1.3.7",
|
||||
"resolved": "https://registry.npmjs.org/vue3-tabs-component/-/vue3-tabs-component-1.3.7.tgz",
|
||||
"integrity": "sha512-nitYlPlTrKCW8msQS1HdtajYNRAfZsSP+2wQQymJDGDCK3um62mXP4oKUgAF5pRe6md86LMRQud7Ic3zmu7Zpg==",
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user