Files
trezor-suite/suite-native/analytics/package.json
2026-02-03 11:31:02 +01:00

30 lines
1.0 KiB
JSON

{
"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": {
"@suite-common/analytics": "workspace:*",
"@suite-common/analytics-redux": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/trading": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-native/config": "workspace:*",
"@suite-native/sentry": "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"
}
}