mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
31 lines
950 B
JSON
31 lines
950 B
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.14.0",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"bs58": "^6.0.0",
|
|
"expo-crypto": "~14.1.5",
|
|
"expo-secure-store": "~14.2.3",
|
|
"expo-splash-screen": "~0.30.9",
|
|
"jotai": "^2.12.5",
|
|
"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"
|
|
}
|
|
}
|