Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / applications / verify / package.json
blob787f889af67e8073eade00a8aec0e7a3b5d74a27
2     "name": "proton-verify",
3     "description": "Human Verification",
4     "license": "GPL-3.0",
5     "scripts": {
6         "build:web": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"../../tsconfig.webpack.json\" proton-pack build --appMode=standalone",
7         "check-types": "tsc",
8         "i18n:extract:web": "proton-i18n extract",
9         "i18n:validate": "proton-i18n validate lint-functions",
10         "i18n:validate:context:web": "proton-i18n validate",
11         "postinstall": "proton-pack config",
12         "lint": "eslint src --ext .js,.ts,.tsx --quiet --cache",
13         "start": "cross-env TS_NODE_PROJECT=\"../../tsconfig.webpack.json\" proton-pack dev-server --appMode=standalone",
14         "test": "jest",
15         "test:ci": "jest --coverage --runInBand --ci",
16         "test:dev": "jest --watch"
17     },
18     "dependencies": {
19         "@proton/components": "workspace:^",
20         "@proton/hooks": "workspace:^",
21         "@proton/icons": "workspace:^",
22         "@proton/polyfill": "workspace:^",
23         "@proton/shared": "workspace:^",
24         "@proton/styles": "workspace:^",
25         "@proton/testing": "workspace:^",
26         "@types/react": "^18.3.13",
27         "@types/react-dom": "^18.3.1",
28         "@types/react-router-dom": "^5.3.3",
29         "react": "^18.3.1",
30         "react-dom": "^18.3.1",
31         "react-router-dom": "^5.3.4",
32         "resize-observer": "^1.0.4"
33     },
34     "devDependencies": {
35         "@proton/eslint-config-proton": "workspace:^",
36         "@proton/i18n": "workspace:^",
37         "@proton/jest-env": "workspace:^",
38         "@proton/pack": "workspace:^",
39         "babel-jest": "^29.7.0",
40         "cross-env": "^7.0.3",
41         "eslint": "^8.57.1",
42         "jest": "^29.7.0",
43         "jest-junit": "^16.0.0",
44         "typescript": "^5.7.2"
45     }