Files
pezkuwi-ui/packages/ui-keyring/package.json
T
Github Actions 28956664cc [CI Skip] release/beta 0.85.2-0
skip-checks: true
2021-08-17 07:41:09 +00:00

35 lines
818 B
JSON

{
"name": "@polkadot/ui-keyring",
"version": "0.85.2-0",
"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.15.3",
"@polkadot/hw-ledger": "^7.2.1",
"@polkadot/keyring": "^7.2.1",
"@polkadot/ui-settings": "0.85.2-0",
"@polkadot/util": "^7.2.1",
"mkdirp": "^1.0.4",
"rxjs": "^7.3.0",
"store": "^2.0.12"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"@types/store": "^2.0.2"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/ui-settings": "*",
"@polkadot/util": "*"
}
}