mirror of
https://github.com/pezkuwichain/pezkuwi-sdk-ui.git
synced 2026-04-21 23:47:59 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-web-app-projects/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://git.pezkuwichain.io/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://git.pezkuwichain.io/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.1",
|
|
"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": "*"
|
|
}
|
|
}
|