mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-24 03:08:05 +00:00
c077dfe24e
* List both deps & peers (optional with default) * Apply suggestions from code review
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"name": "@polkadot/ui-settings",
|
|
"version": "0.60.2-0",
|
|
"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.11.2",
|
|
"@polkadot/networks": "^3.6.0-beta.14",
|
|
"@polkadot/util": "^3.6.0-beta.14",
|
|
"eventemitter3": "^4.0.7",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/store": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/networks": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|