-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
48
{
"name": "vericlause",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@11labs/react": "^0.2.0",
"@elevenlabs/client": "^1.0.0",
"@google/generative-ai": "^0.24.1",
"@llamaindex/llama-cloud": "^1.8.0",
"@llamaindex/pdf-viewer": "^1.3.0",
"@pinecone-database/pinecone": "^7.1.0",
"@react-pdf/renderer": "^4.3.2",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.98.0",
"docx": "^9.6.1",
"dotenv": "^17.3.1",
"file-saver": "^2.0.5",
"groq-sdk": "^0.37.0",
"lucide-react": "^0.577.0",
"microsoft-cognitiveservices-speech-sdk": "^1.48.0",
"next": "14.2.18",
"openai": "^6.27.0",
"pdf-parse": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "^9.2.1",
"stripe": "^18.5.0",
"unpdf": "^1.4.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.18",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5"
}
}