mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
25 lines
776 B
JSON
25 lines
776 B
JSON
{
|
|
"name": "@suite-native/device-bootloader-mode",
|
|
"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}'",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "7.1.26",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/device-manager": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"react": "19.1.0",
|
|
"react-redux": "9.2.0"
|
|
}
|
|
}
|