-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 903 Bytes
/
package.json
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
{
"name": "codebender-ai-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "^15.5.11",
"@vercel/analytics": "^1.2.2",
"ai": "^2.2.31",
"autoprefixer": "^10.4.17",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"openai": "^4.24.2",
"pdfjs-dist": "^4.0.379",
"postcss": "^8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}