Files
trezor-suite/suite-native/storage/package.json
2025-09-18 13:04:25 +02:00

35 lines
1.1 KiB
JSON

{
"name": "@suite-native/storage",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"test:unit": "yarn g:jest -c ../../jest.config.native.js",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "2.8.2",
"@sentry/react-native": "6.20.0",
"@suite-common/firmware-authenticity": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@trezor/transport-native-bluetooth": "workspace:*",
"bs58": "^6.0.0",
"expo-crypto": "~14.1.5",
"expo-secure-store": "~14.2.3",
"expo-splash-screen": "~0.30.9",
"jotai": "2.13.1",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-mmkv": "2.12.2",
"react-native-restart": "0.0.27",
"redux-persist": "6.0.0"
}
}