-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "chat_ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mistralai/mistralai": "^0.5.0",
"@supabase/supabase-js": "^2.44.4",
"emoji-picker-react": "^4.11.1",
"formidable": "^3.5.1",
"framer-motion": "^11.3.19",
"lodash": "^4.17.21",
"next": "^14.2.5",
"openai": "^4.53.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.0",
"react-window": "^1.8.10",
"swr": "^2.2.5",
"zustand": "^4.5.4"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
}
}