Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git] / packages / account / package.json
blobd09ea56efce0b0fb70ad05eb51a3d0d664d17857
2     "name": "@proton/account",
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/crypto": "workspace:^",
16         "@proton/metrics": "workspace:^",
17         "@proton/react-redux-store": "workspace:^",
18         "@proton/redux-shared-store-types": "workspace:^",
19         "@proton/redux-utilities": "workspace:^",
20         "@proton/shared": "workspace:^",
21         "@proton/utils": "workspace:^",
22         "@reduxjs/toolkit": "^2.3.0",
23         "date-fns": "^2.30.0",
24         "react": "^18.3.1",
25         "react-redux": "^9.1.2"
26     },
27     "devDependencies": {
28         "@proton/eslint-config-proton": "workspace:^",
29         "@testing-library/jest-dom": "^6.6.3",
30         "@testing-library/react": "^15.0.7",
31         "eslint": "^8.57.1",
32         "jest": "^29.7.0",
33         "jest-environment-jsdom": "^29.7.0",
34         "react": "^18.3.1",
35         "react-dom": "^18.3.1",
36         "ts-jest": "^29.2.5",
37         "typescript": "^5.6.3"
38     }