mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"name": "@polkadot/ui-settings",
|
|
"version": "0.38.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.4.3",
|
|
"@polkadot/util": "^0.76.1",
|
|
"@types/store": "^2.0.1",
|
|
"store": "^2.0.12"
|
|
}
|
|
}
|