Added Qr qr-scanner @zxing/library @capacitor-mlkit/barcode-scanning

This commit is contained in:
Srinath 2026-02-20 16:01:56 +05:30
parent 504ad1229c
commit 1068973ebc
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"dependencies": { "dependencies": {
"@ant-design/plots": "^1.2.6", "@ant-design/plots": "^1.2.6",
"@autocomplete/material-ui": "0.0.17", "@autocomplete/material-ui": "0.0.17",
"@capacitor-mlkit/barcode-scanning": "^8.0.1",
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0", "@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "^11.11.4", "@emotion/react": "^11.11.4",
@ -23,6 +24,7 @@
"@tanstack/react-query": "^5.90.11", "@tanstack/react-query": "^5.90.11",
"@tanstack/react-query-devtools": "^5.91.1", "@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-virtual": "^3.13.18", "@tanstack/react-virtual": "^3.13.18",
"@zxing/library": "^0.21.3",
"antd": "^5.17.4", "antd": "^5.17.4",
"antd-img-crop": "^4.22.0", "antd-img-crop": "^4.22.0",
"aos": "^2.3.4", "aos": "^2.3.4",
@ -52,6 +54,7 @@
"mui-autocomplete": "^2.0.1", "mui-autocomplete": "^2.0.1",
"number-to-words": "^1.2.4", "number-to-words": "^1.2.4",
"pdf-lib": "^1.17.1", "pdf-lib": "^1.17.1",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
"qrcode.react": "^4.2.0", "qrcode.react": "^4.2.0",
"react": "^18.3.1", "react": "^18.3.1",