mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
23 lines
546 B
JSON
23 lines
546 B
JSON
{
|
|
"name": "@polkadot/ui-shared",
|
|
"version": "0.42.0-beta.32",
|
|
"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.5.5",
|
|
"@types/color": "^3.0.0",
|
|
"color": "^3.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util-crypto": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util-crypto": "^1.1.1"
|
|
}
|
|
}
|