mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
70 lines
2.8 KiB
JSON
70 lines
2.8 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",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@react-navigation/native": "7.1.17",
|
|
"@react-navigation/native-stack": "7.3.25",
|
|
"@reduxjs/toolkit": "2.8.2",
|
|
"@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/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/config": "workspace:*",
|
|
"@suite-native/device-authorization": "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/settings": "workspace:*",
|
|
"@suite-native/staking": "workspace:*",
|
|
"@suite-native/theme": "workspace:*",
|
|
"@suite-native/toasts": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/connect": "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-haptics": "~14.1.4",
|
|
"expo-linear-gradient": "~14.1.5",
|
|
"jotai": "2.13.1",
|
|
"lottie-react-native": "7.3.2",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.3",
|
|
"react-native-gesture-handler": "2.28.0",
|
|
"react-native-reanimated": "^3.18.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-redux": "9.2.0",
|
|
"semver": "^7.7.1",
|
|
"type-fest": "4.24.0"
|
|
}
|
|
}
|