mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 19:38:03 +00:00
7b45a86daa
skip-checks: true
34 lines
855 B
JSON
34 lines
855 B
JSON
{
|
|
"name": "@polkadot/ui-settings",
|
|
"version": "0.86.3-0",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"description": "Manages app settings",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"homepage": "https://github.com/polkadot-js/ui#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git",
|
|
"directory": "packages/ui-settings"
|
|
},
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.4",
|
|
"@polkadot/networks": "^7.6.1",
|
|
"@polkadot/util": "^7.6.1",
|
|
"eventemitter3": "^4.0.7",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/store": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/networks": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|