mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-22 15:01:15 +00:00
26 lines
620 B
JSON
26 lines
620 B
JSON
{
|
|
"name": "@polkadot/vue-identicon",
|
|
"version": "0.69.2-0",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"main": "index.js",
|
|
"sideEffects": false,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.13",
|
|
"@polkadot/ui-shared": "0.69.2-0",
|
|
"@polkadot/util": "^5.6.3",
|
|
"@polkadot/util-crypto": "^5.6.3",
|
|
"jdenticon": "3.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"vue": "*"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^2.6.12"
|
|
}
|
|
}
|