mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
59952cbb3a
skip-checks: true
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@polkadot/react-identicon",
|
|
"version": "0.58.0-beta.3",
|
|
"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.11.2",
|
|
"@polkadot/ui-settings": "0.58.0-beta.3",
|
|
"@polkadot/ui-shared": "0.58.0-beta.3",
|
|
"color": "^3.1.2",
|
|
"jdenticon": "2.2.0",
|
|
"react-copy-to-clipboard": "^5.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*",
|
|
"styled-components": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/keyring": "^3.1.0-beta.4",
|
|
"@polkadot/util": "^3.1.0-beta.4",
|
|
"@polkadot/util-crypto": "^3.1.0-beta.4",
|
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/styled-components": "^5.1.2",
|
|
"styled-components": "^5.1.1",
|
|
"xmlserializer": "^0.6.1"
|
|
}
|
|
}
|