Files
trezor-suite/suite-common/walletconnect/package.json

37 lines
1.3 KiB
JSON

{
"name": "@suite-common/walletconnect",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@reduxjs/toolkit": "2.11.2",
"@reown/walletkit": "^1.2.8",
"@suite-common/analytics": "workspace:*",
"@suite-common/connect-popup": "workspace:*",
"@suite-common/device": "workspace:*",
"@suite-common/mev": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/toast-notifications": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-constants": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/connect-plugin-ethereum": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"@walletconnect/core": "^2.21.5",
"@walletconnect/types": "^2.21.4",
"@walletconnect/utils": "^2.21.5",
"bs58": "^6.0.0"
}
}