Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / payments / package.json
blob3ac97c8071c897a9a99836b7b22ccd0a0f4713f9
2     "name": "@proton/payments",
3     "description": "",
4     "license": "GPL-3.0",
5     "sideEffects": false,
6     "main": "index.ts",
7     "scripts": {
8         "check-types": "tsc",
9         "lint": "eslint index.ts core --ext .js,.ts,.tsx --quiet --cache",
10         "test": "jest",
11         "test:ci": "jest --runInBand",
12         "test:watch": "jest --watch"
13     },
14     "dependencies": {
15         "@proton/shared": "workspace:^",
16         "@reduxjs/toolkit": "^2.4.0",
17         "react": "^18.3.1",
18         "react-redux": "^9.1.2"
19     },
20     "devDependencies": {
21         "@proton/eslint-config-proton": "workspace:^",
22         "@swc/jest": "^0.2.37",
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     }