mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 09:18:15 +01:00
24 lines
716 B
JSON
24 lines
716 B
JSON
{
|
|
"name": "@suite-native/module-check-backup",
|
|
"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/native": "6.1.18",
|
|
"@react-navigation/native-stack": "6.11.0",
|
|
"@reduxjs/toolkit": "2.8.2",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"react": "19.0.0",
|
|
"react-native-reanimated": "^3.18.0",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|