mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 05:37:58 +00:00
24 lines
567 B
JSON
24 lines
567 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.42.0-beta.34",
|
|
"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.5.5",
|
|
"@polkadot/ui-shared": "^0.42.0-beta.34",
|
|
"react-native-svg": "^9.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"react-native": "^0.60.4"
|
|
}
|
|
}
|