UNPKG

react-barcode-print

Version:
40 lines (39 loc) 1.23 kB
{ "name": "react-barcode-print", "version": "0.4.4", "description": "react component to print barcode", "main": "dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "build": "rm -rf dist && NODE_ENV=production babel src/ --out-dir dist --copy-files", "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { "react": "^17.0.2 || ^18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/channyeintun/react-barcode-print.git" }, "keywords": [ "react-barcode" ], "author": "Chan Nyein Tun <chanyeintun@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/channyeintun/react-barcode-print/issues" }, "homepage": "https://github.com/channyeintun/react-barcode-print#readme", "dependencies": { "jsbarcode": "^3.11.5", "prop-types": "^15.8.1" }, "devDependencies": { "@babel/cli": "^7.17.6", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7" } }