mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-27 11:38:04 +00:00
18 lines
427 B
JSON
18 lines
427 B
JSON
{
|
|
"name": "@polkadot/ui-shared",
|
|
"version": "0.42.0-beta.24",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util-crypto": "*"
|
|
}
|
|
}
|