mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 11:28:00 +00:00
57 lines
1.6 KiB
JSON
57 lines
1.6 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",
|
|
"engines": {},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-identicon#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/react-identicon",
|
|
"private": false,
|
|
"repository": {
|
|
"directory": "packages/react-identicon",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "0.86.3-0",
|
|
"main": "index.js",
|
|
"bin": {},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.4",
|
|
"@polkadot/keyring": "^7.6.1",
|
|
"@polkadot/ui-settings": "0.86.3-0",
|
|
"@polkadot/ui-shared": "0.86.3-0",
|
|
"@polkadot/util": "^7.6.1",
|
|
"@polkadot/util-crypto": "^7.6.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.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@types/styled-components": "^5.1.15",
|
|
"styled-components": "^5.3.3",
|
|
"xmlserializer": "^0.6.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*",
|
|
"styled-components": "*"
|
|
},
|
|
"resolutions": {}
|
|
} |