Files

52 lines
2.0 KiB
JSON

{
"name": "@suite-native/module-authorize-device",
"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",
"@react-navigation/native-stack": "7.9.0",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/analytics": "workspace:*",
"@suite-common/bluetooth": "workspace:*",
"@suite-common/device": "workspace:*",
"@suite-common/thp": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/bluetooth": "workspace:*",
"@suite-native/coin-enabling": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-authorization": "workspace:*",
"@suite-native/discovery": "workspace:*",
"@suite-native/firmware": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/module-connect-popup": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/passphrase": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/theme": "workspace:*",
"@suite-native/thp": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/urls": "workspace:*",
"expo-video": "~3.0.15",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5",
"react-redux": "9.2.0"
}
}