mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
32 lines
783 B
JSON
32 lines
783 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.45.0-beta.5",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/polkadot-js/apps.git",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.6.0",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"@types/store": "^2.0.2",
|
|
"extensionizer": "^1.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"store": "^2.0.12",
|
|
"styled-components": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/keyring": "^1.4.1",
|
|
"@polkadot/types": "^0.93.0-beta.0",
|
|
"@polkadot/util": "^1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/types": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|