-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
39
40
41
42
43
44
45
46
47
{
"name": "next-giec",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev:without-turbo": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.24",
"@langchain/community": "^0.2.13",
"@langchain/core": "^0.2.9",
"@langchain/groq": "^0.0.13",
"@langchain/openai": "^0.1.3",
"@langchain/pinecone": "^0.0.7",
"@literalai/client": "^0.0.508",
"@pinecone-database/pinecone": "^2.2.2",
"ai": "^3.2.5",
"clsx": "^2.1.1",
"framer-motion": "^11.2.11",
"langchain": "^0.2.8",
"lucide-react": "^0.383.0",
"next": "^14.2.4",
"next-international": "^1.2.4",
"pdf-parse": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"showdown": "^2.1.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/showdown": "^2.0.6",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"node-loader": "^2.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
}
}