Merge branch 'renovate/all-minor-patch' into 'main'
[ProtonMail-WebClient.git] / packages / calendar / package.json
blobe2c5b18f3227ba5c4e084bcc5633036e97c0237f
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         "test:watch": "jest --watch"
13     },
14     "dependencies": {
15         "@proton/account": "workspace:^",
16         "@proton/redux-shared-store-types": "workspace:^",
17         "@reduxjs/toolkit": "^2.4.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         "ttag": "^1.8.7",
31         "typescript": "^5.7.2"
32     }