mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
7bb148eea9
skip-checks: true
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"description": "Generates and reads QR codes",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-qr#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/react-qr",
|
|
"repository": {
|
|
"directory": "packages/react-qr",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "3.4.1",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/ui-settings": "3.4.1",
|
|
"@polkadot/util": "^12.2.1",
|
|
"@polkadot/util-crypto": "^12.2.1",
|
|
"qrcode-generator": "^1.4.4",
|
|
"react-qr-reader": "^2.2.1",
|
|
"styled-components": "^5.3.10",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-qr-reader": "^2.1.4",
|
|
"@types/styled-components": "^5.1.26"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|