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

53 lines
2.0 KiB
JSON

{
"name": "@suite-native/module-dev-utils",
"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-redux": "workspace:*",
"@suite-common/firmware": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-sync-quota-manager": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/validators": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/clipboard": "workspace:*",
"@suite-native/config": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/firmware": "workspace:*",
"@suite-native/forms": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/sentry": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/settings": "workspace:*",
"@suite-native/storage": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@suite-native/trading-state": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/urls": "workspace:*",
"expo": "~54.0.30",
"react": "19.1.0",
"react-native": "0.81.5",
"react-redux": "9.2.0"
}
}