{
    "name": "@maxboeck/react-qr-reader",
    "version": "1.0.19",
    "description": "A react component for reading QR codes from the webcam.  This is a modernized version of the JodusNodus package",
    "main": "./lib/index.js",
    "scripts": {
        "start": "concurrently --kill-others \"npm run build:watch\" \"npm run storybook\"",
        "build": "gulp",
        "build:watch": "gulp watch",
        "storybook": "start-storybook -p 6006",
        "build-storybook": "build-storybook"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/KhaosArbiter/modern-react-qr-reader"
    },
    "keywords": [
        "react",
        "qr",
        "qrcode",
        "qrreader"
    ],
    "author": "Darrell Tripp",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/KhaosArbiter/modern-react-qr-reader/issues"
    },
    "homepage": "https://github.com/KhaosArbiter/modern-react-qr-reader#readme",
    "devDependencies": {
        "@storybook/addon-actions": "^3.4.11",
        "@storybook/addon-links": "^3.4.11",
        "@storybook/addons": "^3.4.11",
        "@storybook/react": "^3.4.11",
        "babel-cli": "^6.8.0",
        "babel-core": "^6.26.3",
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-react": "^6.24.1",
        "babel-preset-stage-0": "^6.5.0",
        "babel-runtime": "^6.26.0",
        "concurrently": "^3.6.1",
        "del": "^2.2.2",
        "gulp": "^3.9.1",
        "gulp-babel": "^6.1.3",
        "gulp-concat": "^2.6.1",
        "gulp-inline-str": "^0.1.0",
        "gulp-uglify": "^2.0.0",
        "react": "^16.8.3",
        "react-dom": "^16.8.3"
    },
    "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0",
        "react-dom": "^16.8.0 || ^17.0.0"
    },
    "dependencies": {
        "jsqr": "^1.4.0",
        "prop-types": "^15.7.2",
        "webrtc-adapter": "^7.2.1"
    },
    "overrides": {
        "graceful-fs": "^4.2.10"
    }
}
