mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +00:00
37 lines
995 B
JSON
37 lines
995 B
JSON
{
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-apps/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-apps/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-apps.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.168.2-4-x",
|
|
"dependencies": {
|
|
"@pezkuwi/hw-ledger": "^14.0.11",
|
|
"@pezkuwi/phishing": "^0.25.28",
|
|
"@pezkuwi/react-components": "^0.168.2-4-x",
|
|
"@pezkuwi/react-hooks": "^0.168.2-4-x",
|
|
"@pezkuwi/util": "^14.0.11",
|
|
"@polkadot/vanitygen": "^0.63.18",
|
|
"detect-browser": "^5.3.0",
|
|
"file-saver": "^2.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/test-support": "0.168.2-4-x"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|