mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
16d29df52a
skip-checks: true
28 lines
696 B
JSON
28 lines
696 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.61.2-1",
|
|
"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.12.1",
|
|
"@polkadot/ui-shared": "0.61.2-1",
|
|
"@polkadot/util": "^3.6.1",
|
|
"@polkadot/util-crypto": "^3.6.1",
|
|
"react-native-svg": "^12.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-native": "^0.63.30"
|
|
}
|
|
}
|