mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-14 19:29:16 +01:00
27 lines
852 B
JSON
27 lines
852 B
JSON
{
|
|
"name": "@suite-native/module-authenticity-checks",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/core": "^6.4.10",
|
|
"@react-navigation/native": "6.1.18",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/link": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.3",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|