Files
pwap/pezkuwi-sdk-ui/packages/page-accounts/package.json
T
pezkuwichain 28f1f0de96 Fix TypeScript errors and update dependencies
- Fix ReactPortal return types in PopupWindow, Tooltip, Modal
- Fix RefObject type compatibility for React 18
- Update extension-dapp dependency to 0.62.19
- Update vanitygen dependency to 1.0.1
- Add eslint-scope resolution for webpack
- Remove unused @ts-expect-error directives
- Update mobile test snapshots
2026-01-17 23:13:47 +03:00

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.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": "*"
}
}