mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 15:18:00 +00:00
98c497b0aa
skip-checks: true
33 lines
824 B
JSON
33 lines
824 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.63.2-1",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"sideEffects": false,
|
|
"repository": "github:polkadot-js/apps",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@polkadot/keyring": "^5.0.2-6",
|
|
"@polkadot/ledger": "^0.63.2-1",
|
|
"@polkadot/ui-settings": "0.63.2-1",
|
|
"@polkadot/util": "^5.0.2-6",
|
|
"@polkadot/x-rxjs": "^3.0.2-7",
|
|
"mkdirp": "^1.0.4",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/types": "^3.0.2-7",
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/store": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/ui-settings": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|