-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 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
{
"name": "codebender-ai-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/clerk-js": "^5.42.1",
"@clerk/nextjs": "^6.9.2",
"@clerk/themes": "^2.2.2",
"@tailwindcss/typography": "^0.5.10",
"@types/formidable": "^3.4.5",
"@types/node": "20.11.20",
"@types/puppeteer": "^7.0.4",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "^15.5.11",
"@vapi-ai/web": "^2.1.8",
"@vercel/analytics": "^1.2.2",
"ai": "^3.0.19",
"autoprefixer": "^10.4.17",
"eslint": "^9.0.0",
"eslint-config-next": "^14.1.4",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"next": "^14.1.4",
"openai": "^4.33.0",
"pdfjs-dist": "^4.0.379",
"postcss": "^8.4.35",
"puppeteer": "^22.2.0",
"react": "^18.2.0",
"react-chat-plugin": "^0.1.17",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-markdown": "^8.0.7",
"react-pdf": "^7.7.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwindcss": "^3.4.1",
"typescript": "5.4.4"
}
}