-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 941 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
36
37
38
39
40
{
"name": "ragbot-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.5",
"@clerk/themes": "^1.7.9",
"@heroicons/react": "^1.0.6",
"@types/node": "^20.8.10",
"ai": "^2.2.20",
"geist": "^1.1.0",
"lucide-react": "^0.321.0",
"multer": "^1.4.5-lts.1",
"next": "14.1.1",
"openai": "^4.33.0",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.0",
"react-spinners": "^0.13.8",
"remark-gfm": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/react": "^18.2.37",
"autoprefixer": "^10",
"dotenv": "^16.3.1",
"eslint": "^8",
"eslint-config-next": "13.5.5",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8",
"tailwindcss": "^3"
}
}