Files
trezor-suite/suite-native/state/package.json
2026-02-16 16:11:39 +01:00

74 lines
3.1 KiB
JSON

{
"name": "@suite-native/state",
"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",
"@suite-common/analytics-redux": "workspace:*",
"@suite-common/connect-popup": "workspace:*",
"@suite-common/delegated-identity-key": "workspace:*",
"@suite-common/firmware": "workspace:*",
"@suite-common/geolocation": "workspace:*",
"@suite-common/logger": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/platform-encryption-native": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-rbf-labels-migrations": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-sync-quota-manager": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/thp": "workspace:*",
"@suite-common/toast-notifications": "workspace:*",
"@suite-common/token-definitions": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/walletconnect": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/banner-flags": "workspace:*",
"@suite-native/blockchain": "workspace:*",
"@suite-native/bluetooth": "workspace:*",
"@suite-native/config": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-authorization": "workspace:*",
"@suite-native/device-onboarding": "workspace:*",
"@suite-native/discovery": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/firmware": "workspace:*",
"@suite-native/graph": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/message-system": "workspace:*",
"@suite-native/send": "workspace:*",
"@suite-native/sentry": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/settings": "workspace:*",
"@suite-native/storage": "workspace:*",
"@suite-native/suite-sync": "workspace:*",
"@suite-native/thp": "workspace:*",
"@suite-native/trading-state": "workspace:*",
"@suite-native/transaction-management": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/protobuf": "workspace:^",
"@trezor/transport": "workspace:^",
"@trezor/transport-native-bluetooth": "workspace:*",
"@trezor/transport-native-usb": "workspace:*",
"@trezor/type-utils": "workspace:*",
"expo-device": "8.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-redux": "9.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "6.0.0"
},
"devDependencies": {
"@rozenite/redux-devtools-plugin": "^1.2.0",
"@types/redux-logger": "^3.0.13"
}
}