mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
910ea2be7f
skip-checks: true
39 lines
1.0 KiB
JSON
39 lines
1.0 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": "0.89.2-2",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.16.7",
|
|
"@polkadot/ui-shared": "0.89.2-2",
|
|
"@polkadot/util": "^8.3.1",
|
|
"@polkadot/util-crypto": "^8.3.1",
|
|
"react-native-svg": "^12.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-native": "^0.66.11"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|