mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
38 lines
1004 B
JSON
38 lines
1004 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
|
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/ui-shared#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/ui-shared",
|
|
"repository": {
|
|
"directory": "packages/ui-shared",
|
|
"type": "git",
|
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "3.17.2",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"colord": "^2.9.3",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/util": "^14.0.5",
|
|
"@pezkuwi/util-crypto": "^14.0.5",
|
|
"@types/xmlserializer": "^0.6.6",
|
|
"xmlserializer": "^0.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@pezkuwi/util": "*",
|
|
"@pezkuwi/util-crypto": "*"
|
|
}
|
|
}
|