{ "name": "@suite-native/analytics", "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" }, "dependencies": { "@reduxjs/toolkit": "2.11.0", "@suite-common/analytics": "workspace:*", "@suite-common/suite-constants": "workspace:*", "@suite-common/suite-types": "workspace:*", "@suite-common/trading": "workspace:*", "@suite-common/wallet-config": "workspace:*", "@suite-common/wallet-types": "workspace:*", "@trezor/analytics-uploader": "workspace:*", "@trezor/blockchain-link-types": "workspace:*", "@trezor/connect": "workspace:*", "@trezor/device-utils": "workspace:*", "@trezor/env-utils": "workspace:*", "react-native": "0.81.5" } }