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

24 lines
761 B
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/platform-encryption": "workspace:*",
"@suite-common/suite-sync": "workspace:*",
"@suite-common/suite-sync-evolu": "workspace:*",
"@suite-common/suite-sync-types": "workspace:*",
"@suite/analytics": "workspace:*",
"@trezor/connect": "workspace:*"
}
}