mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
c075950e93
skip-checks: true
31 lines
748 B
JSON
31 lines
748 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.84.1",
|
|
"type": "module",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"main": "index.js",
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.14.6",
|
|
"@polkadot/ui-shared": "0.84.1",
|
|
"@polkadot/util": "^7.0.1",
|
|
"@polkadot/util-crypto": "^7.0.1",
|
|
"react-native-svg": "^12.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-native": "^0.64.10"
|
|
}
|
|
}
|