mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
725feb2528
skip-checks: true
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@polkadot/react-identicon",
|
|
"version": "0.85.6-0",
|
|
"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.15.4",
|
|
"@polkadot/keyring": "^7.4.1",
|
|
"@polkadot/ui-settings": "0.85.6-0",
|
|
"@polkadot/ui-shared": "0.85.6-0",
|
|
"@polkadot/util": "^7.4.1",
|
|
"@polkadot/util-crypto": "^7.4.1",
|
|
"color": "^3.2.1",
|
|
"ethereum-blockies-base64": "^1.0.2",
|
|
"jdenticon": "3.1.1",
|
|
"react-copy-to-clipboard": "^5.0.4",
|
|
"styled-components": "^5.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*",
|
|
"styled-components": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-copy-to-clipboard": "^5.0.1",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/styled-components": "^5.1.15",
|
|
"styled-components": "^5.3.1",
|
|
"xmlserializer": "^0.6.1"
|
|
}
|
|
}
|