Files
trezor-suite/suite-native/bluetooth/package.json
2025-06-23 17:46:37 +02:00

33 lines
1.1 KiB
JSON

{
"name": "@suite-native/bluetooth",
"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": "6.1.18",
"@reduxjs/toolkit": "2.8.2",
"@suite-common/bluetooth": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/device-mutex": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/transport-native-bluetooth": "workspace:*",
"expo-constants": "17.0.3",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-permissions": "5.2.5",
"react-native-reanimated": "^3.18.0",
"react-redux": "9.2.0"
}
}