mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 06:47:59 +00:00
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.43.0-beta.6",
|
|
"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.43.0-beta.6",
|
|
"react-native-svg": "^9.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"react-native": "^0.60.5"
|
|
}
|
|
}
|