Better typing and pass key to modal
[ProtonMail-WebClient.git] / packages / activation / package.json
blob65ed37469e7f892656f5a0da9ffd0b56f67cf391
2     "name": "@proton/activation",
3     "description": "",
4     "license": "GPL-3.0",
5     "main": "index.ts",
6     "scripts": {
7         "check-types": "tsc",
8         "i18n:validate": "proton-i18n validate lint-functions",
9         "lint": "eslint . src --ext .js,.ts,.tsx --quiet --cache",
10         "pretty": "prettier --write  $(find src/app -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
11         "test": "jest ",
12         "test:ci": "jest --runInBand --ci",
13         "test:dev": "jest --watch --coverage=false --watchAll"
14     },
15     "dependencies": {
16         "@proton/atoms": "workspace:^",
17         "@proton/components": "workspace:^",
18         "@proton/redux-shared-store-types": "workspace:^",
19         "@proton/shared": "workspace:^",
20         "@proton/styles": "workspace:^",
21         "@proton/utils": "workspace:^",
22         "@reduxjs/toolkit": "^2.2.6",
23         "@types/jest": "^29.5.12",
24         "@types/react": "^18.3.3",
25         "@types/react-dom": "^18.3.0",
26         "cross-env": "^7.0.3",
27         "date-fns": "^2.30.0",
28         "react": "^18.3.1",
29         "react-dom": "^18.3.1",
30         "react-redux": "^9.1.2",
31         "ttag": "^1.8.7"
32     },
33     "devDependencies": {
34         "@proton/eslint-config-proton": "workspace:^",
35         "@proton/i18n": "workspace:^",
36         "@testing-library/dom": "^10.4.0",
37         "@testing-library/jest-dom": "^6.4.8",
38         "@testing-library/react": "^15.0.7",
39         "@testing-library/react-hooks": "^8.0.1",
40         "babel-jest": "^29.7.0",
41         "babel-plugin-transform-require-context": "^0.1.1",
42         "eslint": "^8.57.0",
43         "jest": "^29.7.0",
44         "jest-environment-jsdom": "^29.7.0",
45         "jest-junit": "^16.0.0",
46         "msw": "^2.3.5",
47         "prettier": "^3.3.3",
48         "typescript": "^5.5.4",
49         "whatwg-fetch": "^3.6.20"
50     },
51     "peerDependencies": {
52         "@types/react-router-dom": "^5.3.3",
53         "react-router-dom": "^5.3.4"
54     }