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

39 lines
1.3 KiB
JSON

{
"name": "@suite-native/module-add-accounts",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"type": "module",
"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/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-native/accounts": "workspace:*",
"@suite-native/alerts": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/discovery": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/passphrase": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"expo-linear-gradient": "~15.0.8",
"react": "19.1.0",
"react-native": "0.81.5",
"react-redux": "9.2.0"
}
}