Files
pezkuwi-ui/packages/reactnative-identicon/package.json
T
2021-02-26 09:09:02 +01:00

27 lines
680 B
JSON

{
"name": "@polkadot/reactnative-identicon",
"version": "0.69.2-1",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/ui-shared": "0.69.2-1",
"@polkadot/util": "^5.8.1",
"@polkadot/util-crypto": "^5.8.1",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.63.49"
}
}