mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
38 lines
926 B
JSON
38 lines
926 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"description": "Manages app settings",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-settings#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/ui-settings",
|
|
"repository": {
|
|
"directory": "packages/ui-settings",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "3.15.1",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/networks": "^13.5.3",
|
|
"@polkadot/util": "^13.5.3",
|
|
"eventemitter3": "^5.0.1",
|
|
"store": "^2.0.12",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/store": "^2.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/networks": "*",
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|