mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
74 lines
2.9 KiB
JSON
74 lines
2.9 KiB
JSON
{
|
|
"name": "@suite-native/device",
|
|
"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": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@react-navigation/native": "7.1.26",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/analytics": "workspace:*",
|
|
"@suite-common/bluetooth": "workspace:*",
|
|
"@suite-common/device": "workspace:*",
|
|
"@suite-common/device-authenticity": "workspace:*",
|
|
"@suite-common/firmware-authenticity": "workspace:*",
|
|
"@suite-common/message-system": "workspace:*",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@suite-common/test-utils": "workspace:*",
|
|
"@suite-common/thp": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@suite-native/alerts": "workspace:*",
|
|
"@suite-native/analytics": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/bluetooth": "workspace:*",
|
|
"@suite-native/device-mutex": "workspace:*",
|
|
"@suite-native/device-onboarding": "workspace:*",
|
|
"@suite-native/feature-flags": "workspace:*",
|
|
"@suite-native/firmware": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/link": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/sentry": "workspace:*",
|
|
"@suite-native/services": "workspace:*",
|
|
"@suite-native/settings": "workspace:*",
|
|
"@suite-native/staking": "workspace:*",
|
|
"@suite-native/theme": "workspace:*",
|
|
"@suite-native/toasts": "workspace:*",
|
|
"@trezor/analytics-uploader": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/connect-common": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"@types/semver": "^7.7.0",
|
|
"expo": "~54.0.30",
|
|
"expo-video": "~3.0.15",
|
|
"jotai": "2.15.0",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "2.30.0",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-native-svg": "15.15.2",
|
|
"react-redux": "9.2.0",
|
|
"semver": "^7.7.1",
|
|
"type-fest": "4.24.0"
|
|
}
|
|
}
|