Files
pezkuwi-ui/packages/ui-settings/package.json
T
github-actions[bot] 854e812ef3 [CI Skip] release/beta 1.4.2-0
skip-checks: true
2022-04-05 06:34:05 +00:00

37 lines
943 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/ui/issues",
"contributors": [],
"description": "Manages app settings",
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-settings#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/ui-settings",
"repository": {
"directory": "packages/ui-settings",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/networks": "^8.7.2-1",
"@polkadot/util": "^8.7.2-1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
"devDependencies": {
"@types/store": "^2.0.2"
},
"peerDependencies": {
"@polkadot/networks": "*",
"@polkadot/util": "*"
}
}