mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 09:54:10 +01:00
49 lines
1.8 KiB
JSON
49 lines
1.8 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.17",
|
|
"@react-navigation/native-stack": "7.3.25",
|
|
"@reduxjs/toolkit": "2.8.2",
|
|
"@suite-common/firmware": "workspace:*",
|
|
"@suite-common/local-first-storage": "workspace:*",
|
|
"@suite-common/message-system": "workspace:*",
|
|
"@suite-common/trading": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-native/alerts": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/config": "workspace:*",
|
|
"@suite-native/feature-flags": "workspace:*",
|
|
"@suite-native/firmware": "workspace:*",
|
|
"@suite-native/helpers": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/link": "workspace:*",
|
|
"@suite-native/local-first-storage": "workspace:*",
|
|
"@suite-native/module-trading": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/sentry": "workspace:*",
|
|
"@suite-native/settings": "workspace:*",
|
|
"@suite-native/storage": "workspace:*",
|
|
"@suite-native/toasts": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"expo": "^53.0.22",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.3",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|