Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / redux-utilities / package.json
blob5c68ca88a30cbc9d9bb36ff54465e066ea122c9c
2     "name": "@proton/redux-utilities",
3     "description": "Re-usable redux utilities",
4     "sideEffects": false,
5     "main": "index.ts",
6     "scripts": {
7         "check-types": "tsc",
8         "test": "jest --runInBand"
9     },
10     "dependencies": {
11         "@proton/react-redux-store": "workspace:^",
12         "@reduxjs/toolkit": "^2.4.0",
13         "react": "^18.3.1",
14         "react-redux": "^9.1.2"
15     },
16     "devDependencies": {
17         "@testing-library/jest-dom": "^6.6.3",
18         "@testing-library/react": "^15.0.7",
19         "eslint": "^8.57.1",
20         "jest": "^29.7.0",
21         "jest-environment-jsdom": "^29.7.0",
22         "react": "^18.3.1",
23         "react-dom": "^18.3.1",
24         "ts-jest": "^29.2.5",
25         "typescript": "^5.7.2"
26     }