{ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/ui/issues", "description": "Renders an SVG picture representing an address", "engines": { "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-identicon#readme", "license": "Apache-2.0", "name": "@polkadot/react-identicon", "repository": { "directory": "packages/react-identicon", "type": "git", "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": [ "./packageDetect.js", "./packageDetect.cjs" ], "type": "module", "version": "3.8.4-0-x", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.0.2", "@polkadot/ui-settings": "3.8.4-0-x", "@polkadot/ui-shared": "3.8.4-0-x", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.2.0", "react-copy-to-clipboard": "^5.1.0", "styled-components": "^6.1.1", "tslib": "^2.6.2" }, "devDependencies": { "@types/react-copy-to-clipboard": "^5.0.7", "@types/react-dom": "^18.2.18", "xmlserializer": "^0.6.1" }, "peerDependencies": { "@polkadot/keyring": "*", "@polkadot/util": "*", "@polkadot/util-crypto": "*", "react": "*", "react-dom": "*", "react-is": "*" } }