mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 19:57:59 +00:00
34 lines
810 B
JSON
34 lines
810 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.66.4-2",
|
|
"main": "index.js",
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.mjs"
|
|
],
|
|
"repository": "github:polkadot-js/apps",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@polkadot/hw-ledger": "^5.4.4",
|
|
"@polkadot/keyring": "^5.4.4",
|
|
"@polkadot/ui-settings": "0.66.4-2",
|
|
"@polkadot/util": "^5.4.4",
|
|
"@polkadot/x-rxjs": "^5.4.4",
|
|
"mkdirp": "^1.0.4",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/store": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/ui-settings": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|