-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.36 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
54
{
"name": "chatbot-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.36.3",
"@google/generative-ai": "^0.21.0",
"@types/katex": "^0.16.7",
"@types/pdfjs-dist": "^2.10.378",
"@types/prismjs": "^1.26.5",
"@types/uuid": "^10.0.0",
"@vercel/kv": "^3.0.0",
"ai": "^4.1.21",
"docx-preview": "^0.3.4",
"dotenv": "^16.4.7",
"framer-motion": "^12.1.0",
"github-markdown-css": "^5.8.1",
"js-cookie": "^3.0.5",
"katex": "^0.16.21",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"openai": "^4.82.0",
"pdfjs-dist": "^3.11.174",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-math": "^6.0.0",
"usestate": "^1.1.3",
"uuid": "^11.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}