mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
34 lines
1.1 KiB
JSON
34 lines
1.1 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.8",
|
|
"@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-native": "0.81.5",
|
|
"react-native-keyboard-controller": "1.20.7",
|
|
"react-native-mmkv": "~4.1.2",
|
|
"react-native-permissions": "5.4.2",
|
|
"react-native-safe-area-context": "5.6.2",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|