Files
trezor-suite/suite-native/module-home/package.json
2026-02-18 14:40:36 +01:00

59 lines
2.2 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": "7.1.26",
"@react-navigation/native-stack": "7.9.0",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/graph": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-native/accounts": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/assets": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/blockchain": "workspace:*",
"@suite-native/bluetooth": "workspace:*",
"@suite-native/confirm-on-trezor": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-manager": "workspace:*",
"@suite-native/discovery": "workspace:*",
"@suite-native/firmware": "workspace:*",
"@suite-native/graph": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/settings": "workspace:*",
"@suite-native/theme": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/urls": "workspace:*",
"jotai": "2.15.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5",
"react-native-svg": "15.14.0",
"react-redux": "9.2.0"
},
"devDependencies": {
"@suite-native/test-utils": "workspace:*"
}
}