mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-20 18:41:05 +00:00
db4ef7f6a4
- Update package.json: @polkadot/vanitygen ^0.63.18 -> @pezkuwi/vanitygen ^1.0.0 - Update TypeScript imports in Vanity component - Package now uses Pezkuwi-specific network options (bizinikiwi, pezkuwi, dicle, zagros)
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
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/page-accounts#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/app-accounts",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/page-accounts",
|
|
"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/phishing": "^0.25.26",
|
|
"@pezkuwi/react-components": "^0.168.2-0-x",
|
|
"@pezkuwi/react-hooks": "^0.168.2-0-x",
|
|
"@pezkuwi/util": "^14.0.5",
|
|
"@pezkuwi/vanitygen": "^1.0.0",
|
|
"detect-browser": "^5.3.0",
|
|
"file-saver": "^2.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/test-support": "0.168.2-0-x"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|