mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"name": "@suite-common/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",
|
|
"test:unit": "yarn g:jest -c ./jest.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/delegated-identity-key": "workspace:*",
|
|
"@suite-common/delegated-identity-key-types": "workspace:*",
|
|
"@suite-common/dependency-injection": "workspace:*",
|
|
"@suite-common/metadata-types": "workspace:*",
|
|
"@suite-common/platform-encryption": "workspace:*",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-sync-quota-manager": "workspace:*",
|
|
"@suite-common/suite-sync-storage": "workspace:*",
|
|
"@suite-common/suite-sync-types": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@suite-common/toast-notifications": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/type-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*"
|
|
}
|
|
}
|