mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-06-18 03:41:06 +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,26 @@
|
||||
{
|
||||
"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/page-runtime#readme",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@pezkuwi/app-runtime",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"directory": "packages/page-runtime",
|
||||
"type": "git",
|
||||
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.168.2-0-x",
|
||||
"dependencies": {
|
||||
"@pezkuwi/react-components": "^0.168.2-0-x"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-is": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user