mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 17:18:03 +00:00
29 lines
714 B
JSON
29 lines
714 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.38.0-beta.8",
|
|
"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.4",
|
|
"@types/store": "^2.0.1",
|
|
"store": "^2.0.12",
|
|
"styled-components": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/keyring": "^0.90.0-beta.4",
|
|
"@polkadot/types": "^0.78.0-beta.13",
|
|
"@polkadot/util": "^0.90.0-beta.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/types": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|