mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
aa36e56ff6
skip-checks: true
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"contributors": [],
|
|
"description": "Generates and reads QR codes",
|
|
"engines": {},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-qr#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/react-qr",
|
|
"repository": {
|
|
"directory": "packages/react-qr",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.86.3-2",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.4",
|
|
"@polkadot/util": "^7.6.1",
|
|
"@polkadot/util-crypto": "^7.6.1",
|
|
"qrcode-generator": "^1.4.4",
|
|
"react-qr-reader": "^2.2.1",
|
|
"styled-components": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-qr-reader": "^2.1.4",
|
|
"@types/styled-components": "^5.1.15"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"styled-components": "*"
|
|
}
|
|
}
|