-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "agentflow",
"version": "2.0.0",
"description": "AgentFlow - AI Document Intelligence Platform for SMBs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src/",
"test": "node --experimental-strip-types ./scripts/run-unit-tests.mjs"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"ai": "^3.4.0",
"clsx": "^2.1.1",
"groq-sdk": "^0.8.0",
"lucide-react": "^0.468.0",
"mammoth": "^1.11.0",
"next": "^14.2.0",
"next-auth": "^4.24.13",
"papaparse": "^5.4.1",
"pptx2json": "^0.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"recharts": "^2.15.0",
"tailwind-merge": "^2.6.0",
"xlsx": "^0.18.5",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"gifenc": "^1.0.3",
"pngjs": "^7.0.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}