mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-06-14 02:51:03 +00:00
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>
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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-api#readme",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@pezkuwi/react-api",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"directory": "packages/react-api",
|
||||
"type": "git",
|
||||
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
|
||||
},
|
||||
"sideEffects": true,
|
||||
"type": "module",
|
||||
"version": "0.168.2-0-x",
|
||||
"browser": {
|
||||
"fs": false,
|
||||
"path": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/api": "^16.5.6",
|
||||
"@pezkuwi/extension-compat-metamask": "^0.62.19",
|
||||
"@pezkuwi/extension-dapp": "^0.62.19",
|
||||
"@pezkuwi/extension-inject": "^0.62.19",
|
||||
"@pezkuwi/rpc-provider": "^16.5.6",
|
||||
"fflate": "^0.8.1",
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-is": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user