-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "fpr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@langchain/community": "^0.2.22",
"@langchain/openai": "^0.2.5",
"axios": "^1.7.3",
"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"faiss-node": "^0.5.1",
"hnswlib-node": "^3.0.0",
"langchain": "^0.2.12",
"loadash": "^1.0.0",
"lowdb": "^7.0.1",
"marked": "^13.0.3",
"next": "^14.2.5",
"openai": "^4.54.0",
"pdf-parse": "^1.1.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
"slate-react": "^0.107.1",
"supports-color": "8.1.1",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"postcss": "^8",
"tailwindcss": "^3.4.7",
"typescript": "^5"
}
}