-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "fitguru",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"type": "module",
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@google/generative-ai": "^0.16.0",
"@huggingface/inference": "^2.8.0",
"@langchain/community": "^0.2.25",
"@langchain/google-genai": "^0.0.25",
"@langchain/groq": "^0.0.16",
"@langchain/openai": "^0.2.6",
"@langchain/pinecone": "^0.0.8",
"@langchain/textsplitters": "^0.0.3",
"@mui/material": "^5.16.6",
"@pinecone-database/pinecone": "^3.0.0",
"@xenova/transformers": "^2.17.2",
"compute-cosine-similarity": "^1.1.0",
"dotenv": "^16.4.5",
"firebase": "^10.12.5",
"framer-motion": "^11.3.23",
"langchain": "^0.2.14",
"ndarray": "^1.0.19",
"ndarray-js": "^1.0.3",
"next": "14.2.5",
"node-cache": "^5.1.2",
"numpy": "^0.0.1",
"openai": "^4.55.4",
"pinecone": "^0.1.0",
"react": "^18",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-markdown": "^9.0.1",
"scikitjs": "^1.24.0",
"tiktoken": "^1.0.15",
"typescript": "^5.5.4",
"youtube-transcript": "^1.2.1",
"youtubei.js": "^9.4.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5"
}
}