mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 06:47:59 +00:00
ccfa730713
* Bump deps * Update packages/ui-settings/src/defaults/crypto.ts * .eslintrc
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "@polkadot/ui-shared",
|
|
"version": "0.58.0-beta.7",
|
|
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
|
"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",
|
|
"color": "^3.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^3.4.0-beta.1",
|
|
"@polkadot/util-crypto": "^3.4.0-beta.1",
|
|
"@types/color": "^3.0.1",
|
|
"@types/xmlserializer": "^0.6.1"
|
|
}
|
|
}
|