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

29 lines
914 B
JSON

{
"name": "@suite-native/test-utils",
"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": {
"@gorhom/bottom-sheet": "5.1.5",
"@react-navigation/native": "6.1.18",
"@reduxjs/toolkit": "2.8.2",
"@suite-common/formatters": "workspace:*",
"@suite-native/intl": "workspace:*",
"@testing-library/react-native": "13.0.0",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-keyboard-controller": "1.16.5",
"react-native-permissions": "5.2.5",
"react-native-safe-area-context": "5.4.0",
"react-redux": "9.2.0"
}
}