Files
trezor-suite/suite-native/module-check-backup/package.json

36 lines
1.3 KiB
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": "7.1.17",
"@react-navigation/native-stack": "7.3.25",
"@reduxjs/toolkit": "2.8.2",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-mutex": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/urls": "workspace:*",
"react": "19.0.0",
"react-native-reanimated": "^3.18.0",
"react-redux": "9.2.0"
}
}