mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
54 lines
2.1 KiB
JSON
54 lines
2.1 KiB
JSON
{
|
|
"name": "@suite-native/state",
|
|
"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": {
|
|
"@reduxjs/toolkit": "2.8.2",
|
|
"@suite-common/analytics": "workspace:*",
|
|
"@suite-common/firmware": "workspace:*",
|
|
"@suite-common/logger": "workspace:*",
|
|
"@suite-common/message-system": "workspace:*",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/test-utils": "workspace:*",
|
|
"@suite-common/toast-notifications": "workspace:*",
|
|
"@suite-common/token-definitions": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/walletconnect": "workspace:*",
|
|
"@suite-native/banner-flags": "workspace:*",
|
|
"@suite-native/blockchain": "workspace:*",
|
|
"@suite-native/bluetooth": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/device-authorization": "workspace:*",
|
|
"@suite-native/discovery": "workspace:*",
|
|
"@suite-native/feature-flags": "workspace:*",
|
|
"@suite-native/firmware": "workspace:*",
|
|
"@suite-native/graph": "workspace:*",
|
|
"@suite-native/message-system": "workspace:*",
|
|
"@suite-native/module-send": "workspace:*",
|
|
"@suite-native/module-trading": "workspace:*",
|
|
"@suite-native/sentry": "workspace:*",
|
|
"@suite-native/settings": "workspace:*",
|
|
"@suite-native/storage": "workspace:*",
|
|
"@trezor/transport-native-bluetooth": "workspace:*",
|
|
"@trezor/transport-native-usb": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"expo-device": "7.0.3",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.3",
|
|
"react-redux": "9.2.0",
|
|
"redux-devtools-expo-dev-plugin": "2.0.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/redux-logger": "^3.0.13"
|
|
}
|
|
}
|