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

94 lines
4.0 KiB
JSON

{
"name": "@suite-native/module-trading",
"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}'",
"lint:js:fix": "yarn lint:js --fix",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest --coverage",
"test:unit:watch": "yarn g:jest --watch"
},
"dependencies": {
"@gorhom/bottom-sheet": "5.2.6",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "7.1.26",
"@react-navigation/native-stack": "7.9.0",
"@reduxjs/toolkit": "2.11.2",
"@shopify/flash-list": "2.2.0",
"@suite-common/formatters": "workspace:*",
"@suite-common/geolocation": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/mev": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/token-definitions": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/validators": "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/clipboard": "workspace:*",
"@suite-native/device": "workspace:*",
"@suite-native/device-authorization": "workspace:*",
"@suite-native/device-manager": "workspace:*",
"@suite-native/device-mutex": "workspace:*",
"@suite-native/discovery": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/formatters": "workspace:*",
"@suite-native/forms": "workspace:*",
"@suite-native/helpers": "workspace:*",
"@suite-native/icons": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/labeling": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/message-system": "workspace:*",
"@suite-native/module-add-accounts": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/services": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@suite-native/tokens": "workspace:*",
"@suite-native/trading-analytics": "workspace:*",
"@suite-native/trading-atoms": "workspace:*",
"@suite-native/trading-browser-auth": "workspace:*",
"@suite-native/trading-consts": "workspace:*",
"@suite-native/trading-debug": "workspace:*",
"@suite-native/trading-residence": "workspace:*",
"@suite-native/trading-state": "workspace:*",
"@suite-native/transaction-management": "workspace:*",
"@trezor/analytics-uploader": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/react-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"expo-linear-gradient": "~15.0.8",
"react": "19.1.0",
"react-intl": "^8.0.6",
"react-native": "0.81.5",
"react-native-gesture-handler": "2.29.0",
"react-native-reanimated": "~4.1.5",
"react-native-safe-area-context": "5.6.1",
"react-redux": "9.2.0"
},
"devDependencies": {
"@suite-native/test-utils": "workspace:*",
"@suite-native/trading-fixtures": "workspace:*",
"@suite-native/trading-types": "workspace:*",
"@types/invity-api": "^1.1.12"
}
}