mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
39 lines
1.1 KiB
JSON
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.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|