mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 06:55:13 +01:00
29 lines
914 B
JSON
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"
|
|
}
|
|
}
|