mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 04:28:00 +00:00
492e1739bc
* Bump berry * Rewrite
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"name": "@polkadot/ui-settings",
|
|
"version": "0.58.0-beta.2",
|
|
"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.11.2",
|
|
"eventemitter3": "^4.0.4",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^3.1.0-beta.4",
|
|
"@types/store": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|