mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
32 lines
861 B
JSON
32 lines
861 B
JSON
{
|
|
"name": "@polkadot/react-identicon",
|
|
"version": "0.42.0-beta.21",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"@polkadot/ui-settings": "^0.42.0-beta.21",
|
|
"@types/color": "^3.0.0",
|
|
"@types/react-copy-to-clipboard": "^4.2.6",
|
|
"color": "^3.1.2",
|
|
"jdenticon": "2.1.1",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"styled-components": "^4.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/keyring": "^0.95.0-beta.2",
|
|
"@polkadot/util-crypto": "^0.95.0-beta.2",
|
|
"xmlserializer": "^0.6.1"
|
|
}
|
|
}
|