mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
26 lines
809 B
JSON
26 lines
809 B
JSON
{
|
|
"name": "@suite-native/connection-status",
|
|
"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": {
|
|
"@react-native-community/netinfo": "^11.4.1",
|
|
"@suite-common/firmware-authenticity": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/settings": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|