mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 16:08:01 +00:00
e88351e994
* addMultisig for ui-keyring * Bumps * Spelling.
24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"name": "@polkadot/ui-settings",
|
|
"version": "0.52.1",
|
|
"description": "Manages app settings",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.9.2",
|
|
"eventemitter3": "^4.0.0",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^2.9.0-beta.0",
|
|
"@types/store": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|