Remove client-side isLoggedIn value
[ProtonMail-WebClient.git] / packages / mail / package.json
blob6a06f8f29cd35e19c501360f76b4c1345c6b1384
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         "@reduxjs/toolkit": "^2.3.0",
18         "react": "^18.3.1",
19         "react-redux": "^9.1.2"
20     },
21     "devDependencies": {
22         "@testing-library/jest-dom": "^6.6.3",
23         "@testing-library/react": "^15.0.7",
24         "eslint": "^8.57.1",
25         "jest": "^29.7.0",
26         "jest-environment-jsdom": "^29.7.0",
27         "react": "^18.3.1",
28         "react-dom": "^18.3.1",
29         "ts-jest": "^29.2.5",
30         "typescript": "^5.6.3"
31     }