diff --git a/package.json b/package.json index 95d4371..ecc52ce 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ }, "dependencies": { "bwip-js": "^3.2.2", - "jsbarcode": "^3.11.5", "marked": "2.0.3", "redaxios": "0.4.1", "toastify-js": "1.10.0", diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 79d5fac..5626f4f 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -594,7 +594,6 @@ import { reactive } from "vue"; import { TYPE, useToast } from "vue-toastification"; import axios from "redaxios"; -import JsBarcode from "jsbarcode"; import bwipjs from "bwip-js"; function textToBase64Barcode(text) {