mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
39 lines
1.3 KiB
JSON
39 lines
1.3 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.11.2",
|
|
"@sentry/react-native": "7.11.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:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/transport-native-bluetooth": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"bs58": "^6.0.0",
|
|
"expo-crypto": "~15.0.7",
|
|
"expo-secure-store": "~15.0.8",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"jotai": "2.15.0",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-mmkv": "~4.1.2",
|
|
"react-native-restart": "0.0.27",
|
|
"redux-persist": "6.0.0"
|
|
}
|
|
}
|