parent
f90269373c
commit
42a48aced3
|
@ -28,5 +28,6 @@ module.exports = {
|
|||
'vuejs-accessibility/label-has-for': 'off',
|
||||
'vuejs-accessibility/media-has-caption': 'off',
|
||||
'vuejs-accessibility/click-events-have-key-events': 'off',
|
||||
'vue/no-v-text-v-html-on-component': 'off',
|
||||
},
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -40,27 +40,27 @@
|
|||
"detect-browser": "^5.3.0",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-vue": "^7.20.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"fast-xml-parser": "^4.3.1",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^14.0.1",
|
||||
"mux.js": "^6.3.0",
|
||||
"sass": "^1.68.0",
|
||||
"sass-loader": "^10.1.1",
|
||||
"sass-loader": "^13.3.2",
|
||||
"shaka-player": "^3.3.1",
|
||||
"socket.io-client": "^4.7.2",
|
||||
"string-similarity": "^4.0.4",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"stylelint": "^14.16.1",
|
||||
"stylelint-config-standard": "^29.0.0",
|
||||
"synclounge-libjass": "^1.0.0",
|
||||
"vanilla-tilt": "^1.8.1",
|
||||
"vue": "^2.6.14",
|
||||
"vue": "^2.7.14",
|
||||
"vue-chat-scroll": "^1.4.0",
|
||||
"vue-cli-plugin-vuetify": "^2.5.8",
|
||||
"vue-router": "^3.4.9",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"vue-router": "^3.6.5",
|
||||
"vue-template-compiler": "^2.7.14",
|
||||
"vuetify": "^2.7.1",
|
||||
"vuetify-loader": "^1.8.0",
|
||||
"vuetify-loader": "^1.9.2",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-persistedstate": "^4.1.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue