Files
trezor-suite/suite-native/module-onboarding/package.json
2025-06-23 17:46:37 +02:00

31 lines
1001 B
JSON

{
"name": "@suite-native/module-onboarding",
"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/core": "^6.4.10",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@reduxjs/toolkit": "2.8.2",
"@suite-native/atoms": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/utils": "workspace:*",
"expo-linear-gradient": "~14.1.5",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-reanimated": "^3.18.0",
"react-redux": "9.2.0"
}
}