Files
trezor-suite/suite-native/navigation/package.json
2026-02-13 11:09:36 +01:00

50 lines
1.9 KiB
JSON

{
"name": "@suite-native/navigation",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"test:unit": "yarn g:jest",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@react-navigation/bottom-tabs": "7.9.0",
"@react-navigation/native": "7.1.26",
"@react-navigation/native-stack": "7.9.0",
"@react-navigation/routers": "^7.5.3",
"@rozenite/react-navigation-plugin": "^1.2.0",
"@suite-common/message-system": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/scrollview": "workspace:*",
"@suite-native/sentry": "workspace:*",
"@suite-native/services": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/utils": "workspace:*",
"@types/invity-api": "^1.1.12",
"expo-system-ui": "~6.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-edge-to-edge": "1.7.0",
"react-native-keyboard-controller": "1.19.2",
"react-native-reanimated": "~4.1.5",
"react-native-safe-area-context": "5.6.1",
"react-redux": "9.2.0",
"type-fest": "4.24.0"
}
}