-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 912 Bytes
/
package.json
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
{
"name": "medical-terms-lookup",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@langchain/core": "^0.3.26",
"@langchain/google-genai": "^0.1.6",
"@langchain/ollama": "^0.1.4",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.8.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"vite": "^6.0.3"
},
"packageManager": "[email protected]+sha1.4fb96925d434c491285182acf29803bb9aa2e6e5"
}