generated from AidanGuarniere/myChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "chatgpt-ui-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/mongodb-adapter": "^1.1.1",
"@next/font": "13.1.1",
"@supabase/supabase-js": "^2.38.1",
"@tailwindcss/typography": "^0.5.9",
"ai": "^2.2.11",
"axios": "^1.2.2",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"gpt-tokenizer": "^2.1.2",
"highlight.js": "^11.8.0",
"ioredis": "^5.3.2",
"lowlight": "^2.8.1",
"mongoose": "^7.0.1",
"multer": "^1.4.5-lts.1",
"next": "^13.5.5",
"next-auth": "^4.21.1",
"next-connect": "^1.0.0",
"openai": "^3.2.1",
"pdfjs-dist": "^3.11.174",
"pdfreader": "^3.0.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-lowlight": "^3.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype": "^12.0.1",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.1.2",
"rehype-sanitize": "^5.0.1",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"remark-react": "^9.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
}
}