mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
24 lines
761 B
JSON
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:*"
|
|
}
|
|
}
|