mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
65320a36d1
skip-checks: true
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"contributors": [],
|
|
"description": "Renders an SVG picture representing an address",
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-identicon#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/react-identicon",
|
|
"repository": {
|
|
"directory": "packages/react-identicon",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "2.9.9-0-x",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.9",
|
|
"@polkadot/keyring": "^10.1.7",
|
|
"@polkadot/ui-settings": "2.9.9-0-x",
|
|
"@polkadot/ui-shared": "2.9.9-0-x",
|
|
"@polkadot/util": "^10.1.7",
|
|
"@polkadot/util-crypto": "^10.1.7",
|
|
"color": "^3.2.1",
|
|
"ethereum-blockies-base64": "^1.0.2",
|
|
"jdenticon": "3.1.1",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-copy-to-clipboard": "^5.0.4",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/styled-components": "^5.1.26",
|
|
"styled-components": "^5.3.5",
|
|
"xmlserializer": "^0.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*",
|
|
"styled-components": "*"
|
|
}
|
|
}
|