Files
trezor-suite/suite-native/module-device-onboarding/package.json
2026-02-16 16:11:39 +01:00

64 lines
2.5 KiB
JSON

{
"name": "@suite-native/module-device-onboarding",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@animatereactnative/marquee": "^0.5.2",
"@gorhom/bottom-sheet": "5.2.6",
"@react-navigation/native": "7.1.26",
"@react-navigation/native-stack": "7.9.0",
"@reduxjs/toolkit": "2.11.2",
"@shopify/react-native-skia": "2.2.12",
"@suite-common/message-system": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/thp": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/config": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-authorization": "workspace:*",
"@suite-native/device-mutex": "workspace:*",
"@suite-native/device-onboarding": "workspace:*",
"@suite-native/firmware": "workspace:*",
"@suite-native/helpers": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/settings": "workspace:*",
"@suite-native/swipeable-walkthrough": "workspace:*",
"@suite-native/thp": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/analytics-uploader": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/connect-common": "workspace:^",
"@trezor/device-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"expo-haptics": "~15.0.8",
"expo-linear-gradient": "~15.0.8",
"jotai": "2.15.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5",
"react-native-safe-area-context": "5.6.1",
"react-native-svg": "15.14.0",
"react-redux": "9.2.0"
}
}