Files
trezor-suite/suite-native/suite-sync/package.json
2026-02-16 16:11:39 +01:00

27 lines
851 B
JSON

{
"name": "@suite-native/suite-sync",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"type": "module",
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@evolu/react-native": "^14.2.0",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/delegated-identity-key-types": "workspace:*",
"@suite-common/platform-encryption": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-sync-evolu": "workspace:*",
"@suite-common/suite-sync-types": "workspace:*",
"@trezor/connect": "workspace:*",
"expo": "~54.0.30",
"expo-sqlite": "^16.0.8",
"react-redux": "9.2.0"
}
}