forked from nishilfaldu/easy-rag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.56 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "easy-rag",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.1",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@clerk/nextjs": "^5.3.3",
"@emailjs/browser": "^4.4.1",
"@hookform/resolvers": "^3.9.0",
"@huggingface/inference": "^2.8.0",
"@langchain/community": "^0.2.31",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@xenova/transformers": "^2.17.2",
"axios": "^1.7.5",
"babel-loader": "^9.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"convex": "^1.14.4",
"convex-helpers": "latest",
"date-fns": "^3.6.0",
"emailjs-com": "^3.2.0",
"framer-motion": "^11.3.30",
"langchain": "^0.2.17",
"lucide-react": "^0.435.0",
"mammoth": "^1.8.0",
"mysql2": "^3.11.0",
"next": "14.2.6",
"next-themes": "^0.3.0",
"onnxruntime-node": "^1.19.0",
"openai": "^4.56.0",
"pdf-ts": "^0.0.2",
"pg": "^8.12.0",
"postgres": "^3.4.4",
"react": "^18",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^10.0.5",
"sonner": "^1.5.0",
"svix": "^1.30.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuidv4": "^6.2.13",
"v": "^0.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/pg": "^8.11.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}