Files
pezkuwi-ui/packages/ui-shared/package.json
T
github-actions[bot] 1cc9fb245f [CI Skip] release/beta 0.87.6-1
skip-checks: true
2021-12-13 06:45:39 +00:00

34 lines
939 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/ui/issues",
"contributors": [],
"description": "Shared logic that is usable accross all frameworks-specific areas",
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-shared#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/ui-shared",
"repository": {
"directory": "packages/ui-shared",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"type": "module",
"version": "0.87.6-1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"color": "^3.2.1"
},
"devDependencies": {
"@polkadot/util": "^8.1.2",
"@polkadot/util-crypto": "^8.1.2",
"@types/color": "^3.0.2",
"@types/xmlserializer": "^0.6.2"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
}
}