Use same lock values as mobile clients
[ProtonMail-WebClient.git] / packages / calendar / package.json
blob8700f08d4d7bfed2dceb861e164654d5569b5575
2     "name": "@proton/calendar",
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": "jest",
11         "test:ci": "jest --runInBand"
12     },
13     "dependencies": {
14         "@proton/account": "workspace:^",
15         "@proton/redux-shared-store-types": "workspace:^",
16         "@reduxjs/toolkit": "^2.2.6",
17         "react": "^18.3.1",
18         "react-redux": "^9.1.2"
19     },
20     "devDependencies": {
21         "@testing-library/jest-dom": "^6.4.8",
22         "@testing-library/react": "^15.0.7",
23         "eslint": "^8.57.0",
24         "jest": "^29.7.0",
25         "jest-environment-jsdom": "^29.7.0",
26         "react": "^18.3.1",
27         "react-dom": "^18.3.1",
28         "ts-jest": "^29.2.3",
29         "typescript": "^5.5.4"
30     }