Merge branch 'renovate/playwright' into 'main'
[ProtonMail-WebClient.git] / packages / unleash / package.json
blob24f0e840e6a10696e2651bd8f40c2f4ef3135891
2     "name": "@proton/unleash",
3     "description": "Unleash feature flags",
4     "scripts": {
5         "check-types": "tsc",
6         "lint": "eslint . --ext .js,.ts,.tsx --quiet --cache",
7         "pretty": "prettier --write $(find . -path ./node_modules -prune -o -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
8         "test": "jest",
9         "test:ci": "jest --coverage --runInBand --ci",
10         "test:watch": "jest --watch"
11     },
12     "dependencies": {
13         "@unleash/proxy-client-react": "^4.3.1",
14         "unleash-proxy-client": "^3.6.1"
15     },
16     "devDependencies": {
17         "@babel/preset-env": "^7.26.0",
18         "@babel/preset-typescript": "^7.26.0",
19         "@proton/eslint-config-proton": "workspace:^",
20         "@types/react": "^18.3.12",
21         "@types/react-dom": "^18.3.1",
22         "eslint": "^8.57.1",
23         "jest": "^29.7.0",
24         "prettier": "^3.3.3",
25         "typescript": "^5.6.3"
26     },
27     "peerDependencies": {
28         "date-fns": "^3.6.0",
29         "react": "^18.3.1",
30         "react-dom": "^18.3.1"
31     }