mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-23 23:57:15 +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.16.2",
|
|
"react-native-reanimated": "3.11.0",
|
|
"react-native-safe-area-context": "4.10.3"
|
|
}
|
|
}
|