Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / llm / package.json
blobe76bc994fbe798dddc4394cb3cb5c562abf0ec21
2     "name": "@proton/llm",
3     "version": "0.1.0",
4     "description": "Large Language Model shared library",
5     "main": "lib/index.ts",
6     "scripts": {
7         "check-types": "tsc",
8         "lint": "eslint lib --quiet --cache",
9         "test": "jest"
10     },
11     "dependencies": {
12         "@proton/components": "workspace:^",
13         "@proton/shared": "workspace:^",
14         "react": "^18.3.1"
15     },
16     "devDependencies": {
17         "@babel/core": "^7.26.0",
18         "@babel/preset-env": "^7.26.0",
19         "@jest/globals": "^29.7.0",
20         "@mlc-ai/web-llm": "0.2.32",
21         "@testing-library/jest-dom": "^6.6.3",
22         "@testing-library/react": "^15.0.7",
23         "@types/jest": "^29.5.14",
24         "@webgpu/types": "^0.1.51",
25         "babel-jest": "^29.7.0",
26         "eslint": "^8.57.1",
27         "jest": "^29.7.0",
28         "jest-environment-jsdom": "^29.7.0",
29         "react": "^18.3.1",
30         "react-dom": "^18.3.1",
31         "ts-jest": "^29.2.5",
32         "typescript": "^5.7.2"
33     }