Files
trezor-suite/suite-native/module-dev-utils/package.json
Matej Kriz 9f5c339779 fix(suite-native): update @sentry/react-native to prevent authToken bundling
- also add Sentry Metro Plugin https://docs.sentry.io/platforms/react-native/sourcemaps/uploading/expo/#add-the-sentry-metro-plugin to ensure unique Debug IDs are assigned to the generated bundles and source maps
2024-03-01 16:36:43 +01:00

40 lines
1.5 KiB
JSON

{
"name": "@suite-native/module-dev-utils",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@react-navigation/core": "^6.4.10",
"@react-navigation/native-stack": "6.9.18",
"@sentry/react-native": "5.19.1",
"@suite-common/icons": "workspace:*",
"@suite-common/logger": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-native/atoms": "workspace:*",
"@suite-native/config": "workspace:*",
"@suite-native/device-manager": "workspace:*",
"@suite-native/discovery": "workspace:*",
"@suite-native/feature-flags": "workspace:*",
"@suite-native/helpers": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/link": "workspace:*",
"@suite-native/module-settings": "workspace:*",
"@suite-native/navigation": "workspace:*",
"@suite-native/storage": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"react": "18.2.0",
"react-native": "0.73.2",
"react-redux": "8.0.7"
}
}