Files
pezkuwi-ui/packages/reactnative-identicon/package.json
T
github-actions[bot] bd849e317a [CI Skip] bump/beta 2.8.3-0-x
skip-checks: true
2022-07-11 05:15:58 +00:00

39 lines
1.1 KiB
JSON

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