Files
trezor-suite/suite-native/firmware/package.json
2025-06-23 17:46:37 +02:00

31 lines
1008 B
JSON

{
"name": "@suite-native/firmware",
"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": "6.1.18",
"@reduxjs/toolkit": "2.8.2",
"@shopify/react-native-skia": "^2.0.5",
"@suite-common/firmware": "workspace:*",
"@suite-common/icons": "workspace:*",
"@suite-common/message-system": "workspace:*",
"@suite-native/link": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/react-native-usb": "workspace:*",
"@trezor/styles": "workspace:*",
"expo-keep-awake": "14.0.3",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-reanimated": "^3.18.0",
"react-redux": "9.2.0"
}
}