Files
pezkuwi-ui/packages/ui-settings/package.json
T
github-actions[bot] 910ea2be7f [CI Skip] release/beta 0.89.2-2
skip-checks: true
2022-01-12 09:19:27 +00:00

37 lines
940 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": "0.89.2-2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/networks": "^8.3.1",
"@polkadot/util": "^8.3.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
"devDependencies": {
"@types/store": "^2.0.2"
},
"peerDependencies": {
"@polkadot/networks": "*",
"@polkadot/util": "*"
}
}