@evocount/react-code-scanner
Version:
A react module for scanning codes like barcodes and QR codes.
51 lines (50 loc) • 1.37 kB
JSON
{
"name": "@evocount/react-code-scanner",
"version": "0.0.14",
"description": "A react module for scanning codes like barcodes and QR codes.",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"repository": "git@github.com:evocount/react-code-scanner.git",
"scripts": {
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:esm": "npx tsc",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"clean": "rm -rf build",
"test": "npm run test:lint",
"test:lint": "npx eslint src/**/*",
"prepack": "npm run clean && npm run build"
},
"keywords": [
"Barcode",
"QR-Code",
"React"
],
"author": "EvoCount GmbH",
"license": "MIT",
"devDependencies": {
"@types/node": "^15.3.0",
"@types/react": "^17.0.5",
"@types/styled-components": "^5.1.9",
"@types/w3c-image-capture": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"cross-env": "^7.0.3",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"ts-loader": "^9.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
},
"dependencies": {
"@evocount/signal": "0.0.7",
"@zxing/browser": "0.0.9",
"@zxing/library": "^0.18.5",
"image-capture": "^0.4.0",
"styled-components": "^5.3.0"
}
}