-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "parle---french-practice",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:e2e": "PLAYWRIGHT_BROWSERS_PATH=./.playwright-browsers playwright test",
"test:e2e:install": "PLAYWRIGHT_BROWSERS_PATH=./.playwright-browsers playwright install"
},
"dependencies": {
"@google/genai": "^1.37.0",
"@langchain/core": "^1.1.24",
"@langchain/google-genai": "^2.1.18",
"@langchain/openai": "^1.2.7",
"langchain": "^1.2.24",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.1.2",
"jsdom": "^28.1.0",
"postcss": "^8.5.6",
"typescript": "~5.8.2",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}