Files
trezor-suite/suite-native/module-trading/package.json
2025-06-23 17:46:37 +02:00

40 lines
1.3 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",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest --coverage"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@reduxjs/toolkit": "2.8.2",
"@shopify/flash-list": "1.7.6",
"@suite-common/trading": "workspace:*",
"@suite-native/analytics": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/utils": "workspace:*",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.5",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "5.4.0",
"react-native-webview": "13.13.5",
"react-redux": "9.2.0"
},
"devDependencies": {
"@suite-native/test-utils": "workspace:*"
}
}