Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / account / package.json
blob7d886dab8d5abde183e848581939721264632130
2     "name": "proton-account",
3     "description": "React web application to manage Proton accounts",
4     "keywords": [],
5     "license": "GPL-3.0",
6     "author": "",
7     "main": "index.js",
8     "scripts": {
9         "build:web": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"../../tsconfig.webpack.json\" proton-pack build --webpackOnCaffeine --appMode=sso --logical",
10         "check-types": "tsc",
11         "i18n:extract:web": "proton-i18n extract",
12         "i18n:upgrade": "proton-i18n extract --verbose && proton-i18n crowdin --verbose",
13         "i18n:validate": "proton-i18n validate lint-functions",
14         "i18n:validate:context:web": "proton-i18n validate",
15         "postinstall": "proton-pack config",
16         "lint": "eslint src --ext .js,.ts,.tsx --quiet --cache",
17         "pretty": "prettier --write  $(find src/app -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
18         "start": "cross-env TS_NODE_PROJECT=\"../../tsconfig.webpack.json\" proton-pack dev-server --webpackOnCaffeine --appMode=standalone --logical",
19         "test": "jest",
20         "test:ci": "jest --coverage --runInBand --ci",
21         "test:watch": "jest --watch"
22     },
23     "dependencies": {
24         "@proton/account": "workspace:^",
25         "@proton/activation": "workspace:^",
26         "@proton/atoms": "workspace:^",
27         "@proton/calendar": "workspace:^",
28         "@proton/colors": "workspace:^",
29         "@proton/components": "workspace:^",
30         "@proton/cross-storage": "workspace:^",
31         "@proton/features": "workspace:^",
32         "@proton/hooks": "workspace:^",
33         "@proton/icons": "workspace:^",
34         "@proton/mail": "workspace:^",
35         "@proton/metrics": "workspace:^",
36         "@proton/pack": "workspace:^",
37         "@proton/pass": "workspace:^",
38         "@proton/polyfill": "workspace:^",
39         "@proton/react-polymorphic-types": "workspace:^",
40         "@proton/react-redux-store": "workspace:^",
41         "@proton/recovery-kit": "workspace:^",
42         "@proton/redux-shared-store": "workspace:^",
43         "@proton/redux-shared-store-types": "workspace:^",
44         "@proton/redux-utilities": "workspace:^",
45         "@proton/shared": "workspace:^",
46         "@proton/styles": "workspace:^",
47         "@proton/unleash": "workspace:^",
48         "@proton/utils": "workspace:^",
49         "@types/react": "^18.3.13",
50         "@types/react-dom": "^18.3.1",
51         "@types/react-router-dom": "^5.3.3",
52         "@types/webpack": "^5.28.5",
53         "date-fns": "^2.30.0",
54         "lodash.template": "^4.5.0",
55         "react": "^18.3.1",
56         "react-dom": "^18.3.1",
57         "react-router-dom": "^5.3.4",
58         "ttag": "^1.8.7"
59     },
60     "devDependencies": {
61         "@babel/preset-typescript": "^7.26.0",
62         "@proton/eslint-config-proton": "workspace:^",
63         "@proton/i18n": "workspace:^",
64         "@proton/jest-env": "workspace:^",
65         "@proton/testing": "workspace:^",
66         "@testing-library/jest-dom": "^6.6.3",
67         "@testing-library/react": "^15.0.7",
68         "@testing-library/user-event": "^14.5.2",
69         "@types/jest": "^29.5.14",
70         "@webgpu/types": "^0.1.51",
71         "babel-jest": "^29.7.0",
72         "cross-env": "^7.0.3",
73         "eslint": "^8.57.1",
74         "jest": "^29.7.0",
75         "jest-junit": "^16.0.0",
76         "prettier": "^3.4.2",
77         "typescript": "^5.7.2"
78     }