From 035b129c9f7dd6e5d0561385faa15e5fbf495dc9 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 10 Mar 2020 00:50:35 +0100 Subject: [PATCH] Barcode library --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e004752..a240431 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "license": "ISC", "dependencies": { "@babel/polyfill": "~7.2", + "@zxing/library": "^0.16.0", "body-parser": "^1.19.0", "chart.js": "^2.9.3", "clean-webpack-plugin": "^3.0.0",