mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 15:05:23 +01:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"name": "@suite-native/trading-browser-auth",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"lint:js:fix": "yarn lint:js --fix",
|
|
"type-check": "yarn g:tsc --build",
|
|
"test:unit": "yarn g:jest --coverage",
|
|
"test:unit:watch": "yarn g:jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "7.1.26",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/suite-constants": "workspace:*",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@suite-common/trading": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/feature-flags": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/sentry": "workspace:*",
|
|
"@suite-native/trading-analytics": "workspace:*",
|
|
"@suite-native/trading-atoms": "workspace:*",
|
|
"@suite-native/trading-debug": "workspace:*",
|
|
"@suite-native/trading-state": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-web-browser": "~15.0.10",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-redux": "9.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@suite-native/test-utils": "workspace:*",
|
|
"@suite-native/trading-fixtures": "workspace:*",
|
|
"@suite-native/trading-types": "workspace:*",
|
|
"@types/invity-api": "^1.1.12"
|
|
}
|
|
}
|