mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
44043a9374
skip-checks: true
26 lines
654 B
JSON
26 lines
654 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.50.0-beta.3",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.4",
|
|
"@polkadot/ui-shared": "^0.50.0-beta.3",
|
|
"@types/react-native": "^0.61.12",
|
|
"react-native-svg": "^11.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util-crypto": "^2.3.0-beta.5"
|
|
}
|
|
}
|