Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / wallet / package.json
blobf5afccd90ec1e3bb3e082101eb406b7bb75a6149
2     "name": "@proton/wallet",
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": "TZ=UTC vitest",
11         "test:ci": "yarn test --coverage",
12         "test:ui": "yarn test --ui",
13         "test:watch": "yarn test --watch"
14     },
15     "dependencies": {
16         "@proton/account": "workspace:^",
17         "@proton/andromeda": "workspace:packages/wasm/andromeda",
18         "@proton/redux-shared-store": "workspace:^",
19         "@reduxjs/toolkit": "^2.4.0",
20         "cross-env": "^7.0.3",
21         "react": "^18.3.1",
22         "react-redux": "^9.1.2"
23     },
24     "devDependencies": {
25         "@testing-library/jest-dom": "^6.6.3",
26         "@testing-library/react": "^14.3.1",
27         "@vitest/coverage-v8": "^1.6.0",
28         "@vitest/ui": "^1.6.0",
29         "eslint": "^8.57.1",
30         "jest": "^29.7.0",
31         "jest-environment-jsdom": "^29.7.0",
32         "react": "^18.3.1",
33         "react-dom": "^18.3.1",
34         "ts-jest": "^29.2.5",
35         "typescript": "^5.7.2",
36         "vitest": "^1.6.0"
37     }