mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 05:37:58 +00:00
9ce16e99bc
* Add ui-util formatting & util * Update README
29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.26.3",
|
|
"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.3.1",
|
|
"@types/store": "^2.0.1",
|
|
"rxjs": "^6.4.0",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/keyring": "^0.34.19",
|
|
"@polkadot/types": "^0.43.10",
|
|
"@polkadot/util": "^0.34.19"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/keyring": "*",
|
|
"@polkadot/types": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|