mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-06-14 18:01:10 +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,32 @@
|
||||
{
|
||||
"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/test-support#readme",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@pezkuwi/test-support",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"directory": "packages/test-support",
|
||||
"type": "git",
|
||||
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.168.2-0-x",
|
||||
"dependencies": {
|
||||
"@testing-library/react": "^14.1.2",
|
||||
"testcontainers": "^10.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pezkuwi/types-support": "16.5.2",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"tsconfig-paths": "^4.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-is": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user