mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
61a28eb333
skip-checks: true
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/reactnative-identicon#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"repository": {
|
|
"directory": "packages/reactnative-identicon",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "3.8.4-0-x",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/ui-shared": "3.8.4-0-x",
|
|
"@polkadot/util": "^13.0.2",
|
|
"@polkadot/util-crypto": "^13.0.2",
|
|
"react-native-svg": "^14.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-native": "^0.72.8"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|