-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.43 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
53
{
"name": "pdf-query",
"version": "0.1.0",
"dependencies": {
"@azure/storage-blob": "^12.16.0",
"@clerk/nextjs": "^6.9.6",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"@microsoft/clarity": "^1.0.0",
"@neondatabase/serverless": "^0.10.4",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^4.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^4.35.3",
"@types/md5": "^2.3.3",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"ai": "^2.2.17",
"autoprefixer": "10.4.16",
"axios": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.3",
"eslint": "8.49.0",
"eslint-config-next": "15.1.3",
"langchain": "^0.0.156",
"lucide-react": "^0.279.0",
"md5": "^2.3.0",
"next": "15.1.3",
"openai-edge": "^1.2.2",
"package.json": "^2.0.1",
"pdf-parse": "^1.1.1",
"pg": "^8.11.3",
"postcss": "8.4.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"stripe": "^17.4.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}