Add barcode scanner integration, identifier lookup, and enhanced field mapping for label creation
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline is pending

This commit is contained in:
2026-04-11 02:24:28 +02:00
parent 9f84251af0
commit 9e3245a427
7 changed files with 798 additions and 24 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "lonc-web",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"type": "module",
"scripts": {
@@ -12,6 +12,7 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@zxing/browser": "^0.1.5",
"alpinejs": "^3.14.9",
"bootstrap": "^5.3.3"
},