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

81 lines
3.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": {
"@gorhom/bottom-sheet": "5.1.5",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "7.1.17",
"@react-navigation/native-stack": "7.3.25",
"@reduxjs/toolkit": "2.8.2",
"@shopify/flash-list": "1.7.6",
"@suite-common/formatters": "workspace:*",
"@suite-common/geolocation": "workspace:*",
"@suite-common/local-first-storage": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-constants": "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/device": "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/link": "workspace:*",
"@suite-native/message-system": "workspace:*",
"@suite-native/module-add-accounts": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/toasts": "workspace:*",
"@suite-native/tokens": "workspace:*",
"@suite-native/transaction-management": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/react-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "7.1.7",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-gesture-handler": "2.28.0",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "5.6.1",
"react-native-webview": "13.15.0",
"react-redux": "9.2.0",
"type-fest": "4.24.0"
},
"devDependencies": {
"@suite-common/analytics": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/test-utils": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/test-utils": "workspace:*",
"@trezor/theme": "workspace:*"
}
}