Files
pezkuwi-sdk-ui/packages/react-hooks/package.json
T
pezkuwichain d949863789 Initial commit: Pezkuwi SDK UI
Comprehensive web interface for interacting with Pezkuwi blockchain.

Features:
- Blockchain explorer
- Wallet management
- Staking interface
- Governance participation
- Developer tools

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 13:55:36 +03:00

29 lines
765 B
JSON

{
"bugs": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/issues",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/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://github.com/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": "*"
}
}