mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 05:37:58 +00:00
cd074efa3b
skip-checks: true
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
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": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "2.9.15-2-x",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.6",
|
|
"color": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^10.2.1",
|
|
"@polkadot/util-crypto": "^10.2.1",
|
|
"@types/color": "^3.0.3",
|
|
"@types/xmlserializer": "^0.6.3",
|
|
"xmlserializer": "^0.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*"
|
|
}
|
|
}
|