Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / ai-assistant / package.json
blobdf10cc8805bcee98701e53ed69e54018e0f3fcdc
2     "name": "@proton/ai-assistant",
3     "version": "0.0.0",
4     "private": true,
5     "scripts": {
6         "check-types": "tsc",
7         "dev": "vite",
8         "lint": "eslint src",
9         "preview": "vite preview",
10         "test": "jest",
11         "test:dev": "jest --watch"
12     },
13     "dependencies": {
14         "@proton/llm": "workspace:^",
15         "@proton/shared": "workspace:^"
16     },
17     "devDependencies": {
18         "@mlc-ai/web-llm": "0.2.32",
19         "@proton/jest-env": "workspace:^",
20         "eslint": "^8.57.1",
21         "jest": "^29.7.0",
22         "typescript": "^5.7.2",
23         "vite": "^5.4.11",
24         "vite-plugin-mkcert": "^1.17.6",
25         "vite-plugin-singlefile": "^2.0.3"
26     }