Update all non-major dependencies
[ProtonMail-WebClient.git] / packages / encrypted-search / package.json
blobccd757c8d03f66a87753192f7446a4d6751280a7
2     "name": "@proton/encrypted-search",
3     "description": "ProtonMail Encrypted Search library",
4     "license": "MIT",
5     "author": "ProtonMail",
6     "main": "lib/index.ts",
7     "scripts": {
8         "check-types": "tsc",
9         "i18n:validate": "proton-i18n validate lint-functions",
10         "lint": "eslint lib test --ext .js,.ts,tsx --quiet --cache",
11         "pretty": "prettier --write $(find lib test -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
12         "test": "NODE_ENV=test karma start test/karma.conf.js",
13         "test:ci": "yarn test"
14     },
15     "dependencies": {
16         "@proton/components": "workspace:^",
17         "@proton/crypto": "workspace:^",
18         "@proton/i18n": "workspace:^",
19         "@proton/shared": "workspace:^",
20         "@proton/utils": "workspace:^",
21         "idb": "^8.0.0",
22         "react": "^18.3.1",
23         "ttag": "^1.8.7"
24     },
25     "devDependencies": {
26         "@proton/eslint-config-proton": "workspace:^",
27         "@types/jasmine": "^5.1.5",
28         "eslint": "^8.57.1",
29         "eslint-plugin-jasmine": "^4.2.2",
30         "jasmine": "^5.5.0",
31         "jasmine-core": "^5.5.0",
32         "karma": "^6.4.4",
33         "karma-chrome-launcher": "^3.2.0",
34         "karma-jasmine": "^5.1.0",
35         "karma-spec-reporter": "^0.0.36",
36         "karma-webpack": "^5.0.1",
37         "playwright": "^1.49.0",
38         "ts-loader": "^9.5.1",
39         "typescript": "^5.7.2",
40         "webpack": "^5.97.1"
41     }