mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 09:07:56 +00:00
a616ee7146
skip-checks: true
26 lines
585 B
JSON
26 lines
585 B
JSON
{
|
|
"name": "@polkadot/ui-settings",
|
|
"version": "0.76.1",
|
|
"type": "module",
|
|
"description": "Manages app settings",
|
|
"main": "index.js",
|
|
"sideEffects": false,
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.14.0",
|
|
"@polkadot/networks": "^6.4.1",
|
|
"@polkadot/util": "^6.4.1",
|
|
"eventemitter3": "^4.0.7",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/store": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/networks": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|