mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
63440d051f
skip-checks: true
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@polkadot/react-identicon",
|
|
"version": "0.83.2-5",
|
|
"type": "module",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"main": "index.js",
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.14.6",
|
|
"@polkadot/keyring": "^6.11.2-15",
|
|
"@polkadot/ui-settings": "0.83.2-5",
|
|
"@polkadot/ui-shared": "0.83.2-5",
|
|
"@polkadot/util": "^6.11.2-15",
|
|
"@polkadot/util-crypto": "^6.11.2-15",
|
|
"color": "^3.1.3",
|
|
"ethereum-blockies-base64": "^1.0.2",
|
|
"jdenticon": "3.1.0",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"styled-components": "^5.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*",
|
|
"styled-components": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-copy-to-clipboard": "^5.0.0",
|
|
"@types/react-dom": "^17.0.8",
|
|
"@types/styled-components": "^5.1.11",
|
|
"styled-components": "^5.3.0",
|
|
"xmlserializer": "^0.6.1"
|
|
}
|
|
}
|