Files
trezor-suite/suite-common/redux-utils/package.json
2025-09-18 13:04:25 +02:00

27 lines
823 B
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.8.2",
"@suite-common/metadata-types": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@trezor/connect": "workspace:*",
"lodash": "^4.17.21",
"react": "19.0.0",
"react-redux": "9.2.0",
"redux": "^5.0.1",
"reselect": "5.1.1"
}
}