-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "cla-knowledgebase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@google/genai": "^1.44.0",
"@tailwindcss/typography": "^0.5.19",
"@vercel/postgres": "^0.10.0",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"mammoth": "^1.11.0",
"next": "16.1.6",
"pdf-parse": "^2.4.5",
"pg": "^8.20.0",
"pptx-parser": "^1.1.7-beta.9",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"adm-zip": "^0.5.16"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.5",
"@types/pg": "^8.18.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.9",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}