Files
trezor-suite/suite-native/module-home/package.json
2025-06-23 17:46:37 +02:00

42 lines
1.5 KiB
JSON

{
"name": "@suite-native/module-home",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest --coverage"
},
"dependencies": {
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@reduxjs/toolkit": "2.8.2",
"@suite-common/graph": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/assets": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/blockchain": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-manager": "workspace:*",
"@suite-native/discovery": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/graph": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/settings": "workspace:*",
"@suite-native/theme": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/styles": "workspace:*",
"jotai": "^2.12.5",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-reanimated": "^3.18.0",
"react-native-svg": "15.11.2",
"react-redux": "9.2.0"
}
}