mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"name": "@suite-native/device-authorization",
|
|
"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",
|
|
"test:unit": "yarn g:jest"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "7.1.26",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/device": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/validators": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-native/alerts": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/bluetooth": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/forms": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/link": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/passphrase": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-reanimated": "~4.1.5",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|