mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"name": "@polkadot/ui-settings",
|
|
"version": "0.40.1",
|
|
"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.4.5",
|
|
"@types/store": "^2.0.2",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^0.92.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|