mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 06:47:59 +00:00
35 lines
838 B
JSON
35 lines
838 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.78.2-7",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"repository": "github:polkadot-js/apps",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.14.0",
|
|
"@polkadot/hw-ledger": "^6.6.2-8",
|
|
"@polkadot/keyring": "^6.6.2-8",
|
|
"@polkadot/ui-settings": "0.78.2-7",
|
|
"@polkadot/util": "^6.6.2-8",
|
|
"@polkadot/x-rxjs": "^6.6.2-8",
|
|
"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": "*"
|
|
}
|
|
}
|