mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-23 01:28:02 +00:00
30 lines
721 B
JSON
30 lines
721 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.38.0-beta.2",
|
|
"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.4.3",
|
|
"@types/store": "^2.0.1",
|
|
"rxjs": "^6.4.0",
|
|
"store": "^2.0.12",
|
|
"styled-components": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/keyring": "^0.76.1",
|
|
"@polkadot/types": "^0.77.0-beta.3",
|
|
"@polkadot/util": "^0.76.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/types": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|