mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
50 lines
1.9 KiB
JSON
50 lines
1.9 KiB
JSON
{
|
|
"name": "@suite-native/module-connect-popup",
|
|
"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": {
|
|
"@react-navigation/native": "7.1.26",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/connect-popup": "workspace:^",
|
|
"@suite-common/formatters": "workspace:*",
|
|
"@suite-common/tx-simulation": "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:^",
|
|
"@suite-common/walletconnect": "workspace:*",
|
|
"@suite-native/accounts": "workspace:^",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/clipboard": "workspace:*",
|
|
"@suite-native/config": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/device-manager": "workspace:*",
|
|
"@suite-native/icons": "workspace:^",
|
|
"@suite-native/intl": "workspace:^",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/qr-code": "workspace:^",
|
|
"@suite-native/toasts": "workspace:^",
|
|
"@trezor/connect": "workspace:^",
|
|
"@trezor/connect-common": "workspace:^",
|
|
"@trezor/connect-mobile": "workspace:*",
|
|
"@trezor/styles": "workspace:^",
|
|
"@trezor/urls": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"expo-clipboard": "~8.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-redux": "9.2.0",
|
|
"web3-utils": "^4.3.2"
|
|
}
|
|
}
|