This commit is contained in:
Jesse-Ma
2022-12-05 15:52:23 +08:00
parent 0812f25307
commit e89a85b252
6 changed files with 94 additions and 31 deletions

View File

@@ -16,7 +16,7 @@
"escape-html": "^1.0.3",
"file-saver": "^2.0.5",
"pako": "^2.1.0",
"qrcode": "^1.5.1",
"qrcodejs2": "^0.0.2",
"view-design": "^4.7.0",
"vue": "^2.7.14",
"vue-axios": "^3.5.2",
@@ -24,7 +24,6 @@
"vue-router": "^3.5.4"
},
"devDependencies": {
"core-js": "^3.26.1",
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.8",
@@ -32,11 +31,12 @@
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.26.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"javascript-obfuscator": "^4.0.0",
"webpack-obfuscator": "^3.5.1",
"webpack": "^5.1.0"
"webpack": "^5.1.0",
"webpack-obfuscator": "^3.5.1"
},
"eslintConfig": {
"root": true,