rename configs
This commit is contained in:
parent
737d86f901
commit
3802e75c46
1456
package-lock.json
generated
1456
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -16,7 +16,7 @@
|
||||
"@nuxt/types": "^2.17.3",
|
||||
"@pinia/nuxt": "^0.5.1",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@vueuse/nuxt": "^10.8.0",
|
||||
"@vueuse/nuxt": "^10.9.0",
|
||||
"bootstrap": "^5.3.3",
|
||||
"bootstrap-icons": "^1.11.3",
|
||||
"cookie-universal-nuxt": "^2.2.2",
|
||||
@ -24,13 +24,13 @@
|
||||
"jwt-decode": "^4.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mpegts.js": "^1.7.3",
|
||||
"nuxt": "3.10.2",
|
||||
"nuxt": "3.10.3",
|
||||
"pinia": "^2.1.7",
|
||||
"sortablejs-vue3": "^1.2.11",
|
||||
"splitpanes": "^3.1.5",
|
||||
"video.js": "^8.10.0",
|
||||
"vue": "^3.4.19",
|
||||
"vue-router": "^4.2.5"
|
||||
"vue": "^3.4.21",
|
||||
"vue-router": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxtjs/eslint-config": "^12.0.0",
|
||||
@ -38,10 +38,10 @@
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/splitpanes": "^2.2.6",
|
||||
"@types/video.js": "^7.3.56",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-nuxt": "^4.0.0",
|
||||
"postcss": "^8.4.35",
|
||||
"postcss-loader": "^8.1.0",
|
||||
"postcss-loader": "^8.1.1",
|
||||
"sass": "^1.71.1",
|
||||
"sass-loader": "^14.1.1"
|
||||
}
|
||||
|
@ -49,17 +49,17 @@
|
||||
aria-labelledby="v-pills-gui-tab"
|
||||
>
|
||||
<div class="config-container">
|
||||
<GuiConfig />
|
||||
<ConfigGui />
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane h-100 overflow-y-auto" id="v-pills-playout" role="tabpanel" aria-labelledby="v-pills-playout-tab">
|
||||
<div class="config-container">
|
||||
<PlayoutConfig />
|
||||
<ConfigPlayout />
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane h-100 overflow-y-auto" id="v-pills-user" role="tabpanel" aria-labelledby="v-pills-user-tab">
|
||||
<div class="config-container">
|
||||
<UserConfig />
|
||||
<ConfigUser />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user