feat(qr-scan): Added QR scanner modal

This commit is contained in:
Daniel Gonzalez
2020-06-12 02:32:52 -04:00
parent 86ba6de678
commit a6b5366175
7 changed files with 34953 additions and 5 deletions
+3 -1
View File
@@ -4,6 +4,7 @@
"version": "1.0.0",
"author": "Chris Troutner <chris.troutner@gmail.com>",
"dependencies": {
"@loadable/component": "^5.12.0",
"adminlte-2-react": "^0.1.27",
"gatsby": "^2.22.15",
"gatsby-image": "^2.4.5",
@@ -17,7 +18,8 @@
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0"
"react-helmet": "^6.0.0",
"react-qr-reader": "^2.2.1"
},
"devDependencies": {
"prettier": "2.0.5"