Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / vpn-settings / package.json
blobf0e93cfefb2f631060a80c5fd800f3aec4acb127
2     "name": "proton-vpn-settings",
3     "description": "ProtonVPN React web application",
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=standalone --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 --logical --webpackOnCaffeine",
19         "test": "echo No test yet",
20         "test:ci": "echo No test yet"
21     },
22     "dependencies": {
23         "@proton/account": "workspace:^",
24         "@proton/atoms": "workspace:^",
25         "@proton/calendar": "workspace:^",
26         "@proton/components": "workspace:^",
27         "@proton/hooks": "workspace:^",
28         "@proton/metrics": "workspace:^",
29         "@proton/pack": "workspace:^",
30         "@proton/polyfill": "workspace:^",
31         "@proton/react-redux-store": "workspace:^",
32         "@proton/redux-shared-store": "workspace:^",
33         "@proton/redux-shared-store-types": "workspace:^",
34         "@proton/shared": "workspace:^",
35         "@proton/styles": "workspace:^",
36         "@proton/utils": "workspace:^",
37         "@types/react": "^18.3.13",
38         "@types/react-dom": "^18.3.1",
39         "@types/react-router-dom": "^5.3.3",
40         "cross-env": "^7.0.3",
41         "lodash.template": "^4.5.0",
42         "proton-account": "workspace:^",
43         "react": "^18.3.1",
44         "react-dom": "^18.3.1",
45         "react-router-dom": "^5.3.4",
46         "ttag": "^1.8.7"
47     },
48     "devDependencies": {
49         "@proton/eslint-config-proton": "workspace:^",
50         "@proton/i18n": "workspace:^",
51         "eslint": "^8.57.1",
52         "prettier": "^3.4.2",
53         "typescript": "^5.7.2"
54     }