Files
pezkuwi-ui/packages/reactnative-identicon/package.json
T
Jaco Greeff 353a15827b No types export from index (#421)
* No types export from index

* Fix use

* bump

* Bumps

* CHANGELOG

* OCD
2020-12-21 11:50:34 +01:00

28 lines
701 B
JSON

{
"name": "@polkadot/reactnative-identicon",
"version": "0.64.0",
"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.64.0",
"@polkadot/util": "^5.1.1",
"@polkadot/util-crypto": "^5.1.1",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.63.42"
}
}