mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 06:55:13 +01:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "@suite-common/redux-utils",
|
|
"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.base.js"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/analytics": "workspace:*",
|
|
"@suite-common/delegated-identity-key-types": "workspace:*",
|
|
"@suite-common/metadata-types": "workspace:*",
|
|
"@suite-common/platform-encryption": "workspace:*",
|
|
"@suite-common/suite-rbf-labels-migrations-types": "workspace:*",
|
|
"@suite-common/suite-sync-types": "workspace:*",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@trezor/analytics-uploader": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"lodash": "^4.17.21",
|
|
"react": "19.1.0",
|
|
"react-redux": "9.2.0",
|
|
"redux": "^5.0.1",
|
|
"redux-thunk": "^3.1.0",
|
|
"reselect": "5.1.1"
|
|
}
|
|
}
|