mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
0da5471b3e
skip-checks: true
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@polkadot/react-identicon",
|
|
"version": "0.62.2-4",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"sideEffects": false,
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@polkadot/keyring": "^4.0.2-8",
|
|
"@polkadot/ui-settings": "0.62.2-4",
|
|
"@polkadot/ui-shared": "0.62.2-4",
|
|
"@polkadot/util": "^4.0.2-8",
|
|
"@polkadot/util-crypto": "^4.0.2-8",
|
|
"color": "^3.1.3",
|
|
"ethereum-blockies-base64": "^1.0.2",
|
|
"jdenticon": "2.2.0",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"styled-components": "^5.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*",
|
|
"styled-components": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
|
"@types/react-dom": "^16.9.9",
|
|
"@types/styled-components": "^5.1.4",
|
|
"styled-components": "^5.2.1",
|
|
"xmlserializer": "^0.6.1"
|
|
}
|
|
}
|