mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
23 lines
646 B
JSON
23 lines
646 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": {
|
|
"@react-navigation/native": "6.1.18",
|
|
"@reduxjs/toolkit": "1.9.5",
|
|
"@testing-library/react-native": "13.0.0",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"react": "18.2.0",
|
|
"react-native-safe-area-context": "^4.14.0",
|
|
"react-redux": "8.0.7"
|
|
}
|
|
}
|