Client: Switched to react-qr-scanner

This commit is contained in:
Donkie
2023-08-03 22:26:17 +02:00
parent 3eda3580f6
commit edd75e86be
5 changed files with 388 additions and 82 deletions

View File

@@ -16,12 +16,12 @@
"@refinedev/simple-rest": "^4.5.0",
"@tanstack/react-query": "^4.29.19",
"@types/loadable__component": "^5.13.4",
"@yudiel/react-qr-scanner": "^1.1.10",
"antd": "^5.6.4",
"flag-icons": "^6.7.0",
"i18next": "^23.2.8",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-xhr-backend": "^3.2.2",
"qr-scanner": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1",
@@ -41,7 +41,8 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.1.6",
"vite": "^4.4.1"
"vite": "^4.4.1",
"vite-plugin-mkcert": "^1.16.0"
},
"scripts": {
"dev": "refine dev",