mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-16 04:08:02 +01:00
* chore(suite-native): downgrade sentry to 5.16.0 * chore(suite-native): upgrade expo to 50.0.4
45 lines
1.6 KiB
JSON
45 lines
1.6 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}'",
|
|
"test:unit": "jest --passWithNoTests",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/core": "^6.4.10",
|
|
"@react-navigation/native-stack": "6.9.17",
|
|
"@sentry/react-native": "5.16.0",
|
|
"@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"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "29.5.0",
|
|
"typescript": "5.3.2"
|
|
}
|
|
}
|