mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-06-15 10:21:09 +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,57 @@
|
||||
{
|
||||
"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/apps#readme",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@pezkuwi/apps",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"directory": "packages/apps",
|
||||
"type": "git",
|
||||
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
|
||||
},
|
||||
"sideEffects": true,
|
||||
"type": "module",
|
||||
"version": "0.168.2-0-x",
|
||||
"dependencies": {
|
||||
"@acala-network/chopsticks-core": "^1.2.1",
|
||||
"@pezkuwi/apps-config": "^0.168.2-0-x",
|
||||
"@pezkuwi/apps-routing": "^0.168.2-0-x",
|
||||
"@pezkuwi/dev": "^0.85.2",
|
||||
"@pezkuwi/react-api": "^0.168.2-0-x",
|
||||
"@pezkuwi/react-components": "^0.168.2-0-x",
|
||||
"@pezkuwi/react-hooks": "^0.168.2-0-x",
|
||||
"@pezkuwi/react-params": "^0.168.2-0-x",
|
||||
"@pezkuwi/react-query": "^0.168.2-0-x",
|
||||
"@pezkuwi/react-signer": "^0.168.2-0-x",
|
||||
"punycode": "^2.3.1",
|
||||
"query-string": "^8.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-is": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/punycode": "^2.1.3",
|
||||
"assert": "^2.1.0",
|
||||
"buffer": "^6.0.3",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"css-loader": "^6.8.1",
|
||||
"empty": "^0.10.1",
|
||||
"html-webpack-plugin": "^5.5.4",
|
||||
"https-browserify": "^1.0.0",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"os-browserify": "^0.3.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"process": "^0.11.10",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"stream-http": "^3.2.0",
|
||||
"ts-loader": "^9.5.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "*",
|
||||
"webpack": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user