mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
510d33fd89
skip-checks: true
28 lines
709 B
JSON
28 lines
709 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.65.2-5",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"sideEffects": false,
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@polkadot/ui-shared": "0.65.2-5",
|
|
"@polkadot/util": "^5.2.4-6",
|
|
"@polkadot/util-crypto": "^5.2.4-6",
|
|
"react-native-svg": "^12.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-native": "^0.63.45"
|
|
}
|
|
}
|