mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
38 lines
978 B
JSON
38 lines
978 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-shared#readme",
|
|
"license": "Apache-2.0",
|
|
"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": "3.4.1",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"colord": "^2.9.3",
|
|
"tslib": "^2.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^12.2.1",
|
|
"@polkadot/util-crypto": "^12.2.1",
|
|
"@types/xmlserializer": "^0.6.3",
|
|
"xmlserializer": "^0.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*"
|
|
}
|
|
}
|