Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / docs-core / package.json
blob571da4282856b7b774bb1b8aea64f338fbfebd30
2   "name": "@proton/docs-core",
3   "description": "Library for Proton Docs",
4   "main": "index.ts",
5   "scripts": {
6     "check-types": "tsc",
7     "lint": "eslint . --ext ts --quiet --cache",
8     "test": "jest",
9     "test:ci": "jest --runInBand --ci",
10     "test:watch": "jest --watch"
11   },
12   "dependencies": {
13     "@lexical/yjs": "0.20.0",
14     "@proton/components": "workspace:^",
15     "@proton/crypto": "workspace:^",
16     "@proton/docs-proto": "workspace:^",
17     "@proton/docs-shared": "workspace:^",
18     "@proton/drive-store": "workspace:^",
19     "@proton/shared": "workspace:^",
20     "@proton/testing": "workspace:^",
21     "@testing-library/react": "^14.3.1",
22     "@testing-library/react-hooks": "^8.0.1",
23     "react": "^18.3.1",
24     "react-dom": "^18.3.1",
25     "react-router-dom": "^5.3.4",
26     "react-test-renderer": "^18.3.1",
27     "react-window": "^1.8.10",
28     "y-protocols": "^1.0.6",
29     "yjs": "^13.6.15"
30   },
31   "devDependencies": {
32     "@proton/eslint-config-proton": "workspace:^",
33     "@proton/jest-env": "workspace:^",
34     "@testing-library/jest-dom": "^6.6.3",
35     "@testing-library/react": "^14.3.1",
36     "@testing-library/react-hooks": "^8.0.1",
37     "@types/jest": "^29.5.14",
38     "@types/mime-types": "^2.1.4",
39     "@types/react-window": "^1.8.8",
40     "@typescript-eslint/eslint-plugin": "^7.18.0",
41     "@typescript-eslint/parser": "^7.18.0",
42     "eslint": "^8.57.1",
43     "jest": "^29.7.0",
44     "jest-junit": "^16.0.0",
45     "jest-when": "3.6.0",
46     "prettier": "^3.3.3",
47     "pretty-format": "^29.7.0",
48     "ts-jest": "^29.2.5",
49     "typescript": "^5.6.3"
50   }