mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 18:02:16 +01:00
23 lines
681 B
JSON
23 lines
681 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": {
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@testing-library/react-native": "^11.0.0",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"react": "18.2.0",
|
|
"react-native-gesture-handler": "2.18.1",
|
|
"react-native-reanimated": "3.15.0",
|
|
"react-native-safe-area-context": "4.10.9"
|
|
}
|
|
}
|