mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
62f6cb363e
skip-checks: true
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"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.16.2-0-x",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/keyring": "^13.5.7",
|
|
"@polkadot/ui-settings": "3.16.2-0-x",
|
|
"@polkadot/ui-shared": "3.16.2-0-x",
|
|
"@polkadot/util": "^13.5.7",
|
|
"@polkadot/util-crypto": "^13.5.7",
|
|
"ethereum-blockies-base64": "^1.0.2",
|
|
"jdenticon": "3.2.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"styled-components": "^6.1.1",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"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": "*"
|
|
}
|
|
}
|