Files
trezor-suite/suite-native/module-transactions/package.json

46 lines
1.7 KiB
JSON

{
"name": "@suite-native/module-transactions",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"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",
"@suite-common/formatters": "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/analytics": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/clipboard": "workspace:*",
"@suite-native/config": "workspace:*",
"@suite-native/formatters": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/in-app-rating": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/labeling": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/tokens": "workspace:*",
"@suite-native/transactions": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/urls": "workspace:*",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5",
"react-redux": "9.2.0"
}
}