Files
pezkuwi-ui/packages/reactnative-identicon/package.json
T
Github Actions 7b45a86daa [CI Skip] release/beta 0.86.3-0
skip-checks: true
2021-10-25 09:34:02 +00:00

39 lines
1.0 KiB
JSON

{
"name": "@polkadot/reactnative-identicon",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/ui/issues",
"homepage": "https://github.com/polkadot-js/ui#readme",
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/reactnative-identicon"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.86.3-0",
"@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.6.1",
"react-native-svg": "^12.1.1"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.66.0"
}
}