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

45 lines
1.7 KiB
JSON

{
"name": "@suite-native/transactions",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@react-navigation/native": "7.1.26",
"@reduxjs/toolkit": "2.11.2",
"@shopify/flash-list": "2.2.0",
"@suite-common/formatters": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/suite-utils": "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/atoms": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/formatters": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/scrollview": "workspace:*",
"@suite-native/tokens": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/utils": "workspace:*",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-svg": "15.14.0",
"react-redux": "9.2.0"
}
}