-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.31 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
49
50
51
52
{
"name": "echo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@llamaindex/huggingface": "^0.1.26",
"@llamaindex/pinecone": "^0.1.19",
"@pinecone-database/pinecone": "^2.2.1",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tailwindcss/typography": "^0.5.16",
"@uppy/core": "^3.11.3",
"@uppy/dashboard": "^3.8.3",
"@uppy/drag-drop": "^3.1.0",
"@uppy/file-input": "^3.1.2",
"@uppy/progress-bar": "^3.1.1",
"@uppy/react": "^3.3.1",
"@uppy/tus": "^3.5.5",
"dotenv": "^16.4.5",
"filesize": "^10.1.1",
"llamaindex": "^0.11.26",
"next": "14.2.3",
"pdf2json": "^3.1.3",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.7",
"@types/node": "^20.19.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tsx": "^4.11.0",
"typescript": "^5"
}
}