-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.86 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
{
"name": "summariser",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/azure": "^0.0.10",
"@aws-sdk/client-s3": "^3.609.0",
"@azure/openai": "^1.0.0-beta.12",
"@clerk/nextjs": "^5.1.6",
"@langchain/community": "^0.2.17",
"@nanostores/react": "github:ai/react",
"@neondatabase/serverless": "^0.9.4",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^2.2.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/themes": "^3.1.1",
"@react-three/drei": "^9.108.1",
"@react-three/fiber": "^8.16.8",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.49.2",
"@types/three": "^0.166.0",
"ai": "^3.2.16",
"aws-sdk": "^2.1653.0",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.2",
"framer-motion": "^11.2.12",
"langchain": "^0.2.8",
"lucide-react": "^0.400.0",
"md5": "^2.3.0",
"next": "14.2.4",
"openai-edge": "^1.2.2",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.4.168",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"react-use-measure": "^2.1.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.166.1"
},
"devDependencies": {
"@types/md5": "^2.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"drizzle-kit": "^0.22.8",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}