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