|
@@ -17,14 +17,18 @@
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@babel/runtime": "7.17.8",
|
|
|
- "@chenfengyuan/vue-qrcode": "1.0.2",
|
|
|
+ "@chenfengyuan/vue-qrcode": "2.0.0",
|
|
|
"@fortawesome/fontawesome-svg-core": "1.3.0",
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.4",
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.4",
|
|
|
"@fortawesome/vue-fontawesome": "3.0.0-5",
|
|
|
"@kazvmoe-infra/pinch-zoom-element": "1.2.0",
|
|
|
+ "@vue/compat": "^3.1.0",
|
|
|
+ "@vuelidate/core": "2.0.0-alpha.35",
|
|
|
+ "@vuelidate/validators": "2.0.0-alpha.27",
|
|
|
"body-scroll-lock": "2.7.1",
|
|
|
"chromatism": "3.0.0",
|
|
|
+ "click-outside-vue3": "4.0.1",
|
|
|
"cropperjs": "1.5.12",
|
|
|
"diff": "3.5.0",
|
|
|
"escape-html": "1.0.3",
|
|
@@ -32,14 +36,12 @@
|
|
|
"parse-link-header": "1.0.1",
|
|
|
"phoenix": "1.4.0",
|
|
|
"punycode.js": "2.1.0",
|
|
|
+ "qrcode": "1",
|
|
|
"ruffle-mirror": "2021.12.31",
|
|
|
- "click-outside-vue3": "4.0.1",
|
|
|
"vue": "^3.2.31",
|
|
|
"vue-i18n": "9.1.9",
|
|
|
"vue-router": "4.0.14",
|
|
|
"vue-template-compiler": "2.6.11",
|
|
|
- "@vuelidate/core": "2.0.0-alpha.35",
|
|
|
- "@vuelidate/validators": "2.0.0-alpha.27",
|
|
|
"vuex": "4.0.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
@@ -50,8 +52,8 @@
|
|
|
"@ungap/event-target": "0.2.3",
|
|
|
"@vue/babel-helper-vue-jsx-merge-props": "1.2.1",
|
|
|
"@vue/babel-plugin-jsx": "1.1.1",
|
|
|
- "@vue/test-utils": "2.0.0-rc.17",
|
|
|
"@vue/compiler-sfc": "^3.1.0",
|
|
|
+ "@vue/test-utils": "2.0.0-rc.17",
|
|
|
"autoprefixer": "6.7.7",
|
|
|
"babel-eslint": "7.2.3",
|
|
|
"babel-loader": "8.2.4",
|