mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-28 16:47:59 +00:00
Move ui-identicon -> react-identicon (#165)
* Move ui-identicon -> react-identicon * ui-identicon import fix * Update README package links * Update doc sidebar links * Adjust react-qr signatures, CHANGELOG
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "@polkadot/react-identicon",
|
||||
"version": "0.42.0-beta.18",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [
|
||||
"Jaco Greeff <jacogr@gmail.com>"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"@polkadot/ui-settings": "^0.42.0-beta.18",
|
||||
"@types/color": "^3.0.0",
|
||||
"@types/react-copy-to-clipboard": "^4.2.6",
|
||||
"color": "^3.1.2",
|
||||
"jdenticon": "2.1.1",
|
||||
"react-copy-to-clipboard": "^5.0.1",
|
||||
"styled-components": "^4.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
"@polkadot/util-crypto": "*",
|
||||
"react": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.95.0-beta.2",
|
||||
"@polkadot/util-crypto": "^0.95.0-beta.2",
|
||||
"xmlserializer": "^0.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user