Files
trezor-suite/suite-native/bluetooth/package.json
2026-03-18 16:48:47 +01:00

37 lines
1.3 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",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'"
},
"dependencies": {
"@react-navigation/native": "7.1.28",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/analytics": "workspace:*",
"@suite-common/bluetooth": "workspace:*",
"@suite-common/device": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/device-mutex": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/transport-native-bluetooth": "workspace:*",
"expo-constants": "~55.0.7",
"react": "19.2.4",
"react-native": "0.83.2",
"react-native-permissions": "5.4.4",
"react-redux": "9.2.0"
}
}