mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 04:28:00 +00:00
e1b7f8cdcd
* 2.8.2 * Bump dev
38 lines
992 B
JSON
38 lines
992 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"contributors": [],
|
|
"description": "Renders an SVG picture representing an address",
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/vue-identicon#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/vue-identicon",
|
|
"repository": {
|
|
"directory": "packages/vue-identicon",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "2.8.2",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.6",
|
|
"@polkadot/ui-shared": "2.8.2",
|
|
"@polkadot/util": "^10.0.2",
|
|
"@polkadot/util-crypto": "^10.0.2",
|
|
"jdenticon": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^2.6.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"vue": "*"
|
|
}
|
|
}
|