Files
trezor-suite/suite-native/test-utils/package.json
2026-02-16 16:11:39 +01:00

35 lines
1.2 KiB
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.2.6",
"@react-navigation/native": "7.1.26",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/formatters": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/test-utils": "workspace:*",
"@suite-native/formatters-config": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/services": "workspace:*",
"@testing-library/react-native": "13.3.3",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"react": "19.1.0",
"react-intl": "^8.0.6",
"react-native": "0.81.5",
"react-native-keyboard-controller": "1.19.2",
"react-native-mmkv": "~4.1.2",
"react-native-permissions": "5.4.2",
"react-native-safe-area-context": "5.6.1",
"react-redux": "9.2.0"
}
}