Files
trezor-suite/suite-native/module-device-settings/package.json
2026-02-16 16:11:39 +01:00

44 lines
1.6 KiB
JSON

{
"name": "@suite-native/module-device-settings",
"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"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@react-navigation/native": "7.1.26",
"@react-navigation/native-stack": "7.9.0",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/analytics": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/thp": "workspace:*",
"@suite-common/validators": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/bluetooth": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-authorization": "workspace:*",
"@suite-native/firmware": "workspace:*",
"@suite-native/forms": "workspace:*",
"@suite-native/helpers": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/module-check-backup": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/thp": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/utils": "workspace:*",
"react": "19.1.0",
"react-redux": "9.2.0"
}
}