Files
trezor-suite/suite/suite-sync/package.json

31 lines
1.0 KiB
JSON

{
"name": "@suite/suite-sync",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@evolu/web": "^2.3.0",
"@reduxjs/toolkit": "2.11.2",
"@suite-common/delegated-identity-key-types": "workspace:*",
"@suite-common/device": "workspace:*",
"@suite-common/platform-encryption": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-sync-evolu": "workspace:*",
"@suite-common/suite-sync-types": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite/analytics": "workspace:*",
"@trezor/components": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/theme": "workspace:*",
"react": "19.1.0",
"react-redux": "9.2.0"
}
}