mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-04-22 02:07:57 +00:00
29 lines
792 B
JSON
29 lines
792 B
JSON
{
|
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-web-app-projects/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-web-app-projects/tree/master/packages/react-hooks#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/react-hooks",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/react-hooks",
|
|
"type": "git",
|
|
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-web-app-projects.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.168.2-0-x",
|
|
"dependencies": {
|
|
"@pezkuwi/hw-ledger": "^14.0.5",
|
|
"@pezkuwi/hw-ledger-transports": "^14.0.5",
|
|
"is-ipfs": "^8.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|