mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 06:47:59 +00:00
c01135f515
skip-checks: true
26 lines
642 B
JSON
26 lines
642 B
JSON
{
|
|
"name": "@polkadot/ui-shared",
|
|
"version": "0.78.2-4",
|
|
"type": "module",
|
|
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
|
"main": "index.js",
|
|
"sideEffects": false,
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.14.0",
|
|
"color": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^6.6.1",
|
|
"@polkadot/util-crypto": "^6.6.1",
|
|
"@types/color": "^3.0.1",
|
|
"@types/xmlserializer": "^0.6.2"
|
|
}
|
|
}
|