Files
trezor-suite/suite-native/module-device-onboarding/package.json

43 lines
1.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": {
"@react-navigation/core": "^6.4.10",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@reduxjs/toolkit": "2.8.2",
"@shopify/react-native-skia": "^2.0.5",
"@suite-native/atoms": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/helpers": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/settings": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/utils": "workspace:*",
"expo-haptics": "~14.1.4",
"expo-linear-gradient": "~14.1.5",
"jotai": "^2.12.5",
"lottie-react-native": "7.2.2",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "5.4.0",
"react-native-svg": "15.11.2",
"react-redux": "9.2.0"
}
}