{ "name": "react-barcode", "version": "1.6.1", "description": "React component to generate barcodes", "keywords": [ "react", "react-component", "barcode" ], "homepage": "http://github.com/kciter/react-barcode", "main": "lib/react-barcode.js", "types": "lib/index.d.ts", "scripts": { "lint": "eslint src/ samples/demo.js", "prepublish": "make clean && make all", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Lee Sun-Hyoup ", "repository": { "type": "git", "url": "https://github.com/kciter/react-barcode.git" }, "license": "ISC", "files": [ "lib" ], "peerDependencies": { "react": "16 - 19" }, "dependencies": { "jsbarcode": "^3.8.0", "prop-types": "^15.6.2" }, "devDependencies": { "@babel/cli": "7.7.0", "@babel/core": "7.7.2", "@babel/preset-env": "7.7.1", "@babel/preset-react": "7.7.0", "babel-eslint": "^10.0.3", "babelify": "^10.0.0", "browserify": "^16.5.0", "eslint": "^4.18.2", "eslint-plugin-react": "^3.5.1", "react": "^17.0.0", "react-dom": "^17.0.0" } }