mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-24 08:07:15 +01:00
59 lines
2.4 KiB
JSON
59 lines
2.4 KiB
JSON
{
|
|
"name": "@suite-native/module-accounts-management",
|
|
"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": {
|
|
"@react-navigation/native": "7.1.26",
|
|
"@react-navigation/native-stack": "7.9.0",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/fiat-services": "workspace:*",
|
|
"@suite-common/graph": "workspace:*",
|
|
"@suite-common/suite-sync": "workspace:*",
|
|
"@suite-common/token-definitions": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@suite-native/accounts": "workspace:*",
|
|
"@suite-native/alerts": "workspace:*",
|
|
"@suite-native/analytics": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/banner-flags": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/device-manager": "workspace:*",
|
|
"@suite-native/discovery": "workspace:*",
|
|
"@suite-native/feature-flags": "workspace:*",
|
|
"@suite-native/formatters": "workspace:*",
|
|
"@suite-native/forms": "workspace:*",
|
|
"@suite-native/graph": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/labeling": "workspace:*",
|
|
"@suite-native/link": "workspace:*",
|
|
"@suite-native/module-device-onboarding": "workspace:*",
|
|
"@suite-native/module-earn": "workspace:*",
|
|
"@suite-native/module-stellar-token-management": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/qr-code": "workspace:*",
|
|
"@suite-native/services": "workspace:*",
|
|
"@suite-native/toasts": "workspace:*",
|
|
"@suite-native/tokens": "workspace:*",
|
|
"@suite-native/transactions": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"date-fns": "^4.1.0",
|
|
"jotai": "2.15.0",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|