-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.46 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
54
55
56
{
"name": "aightnow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@langchain/community": "^0.2.19",
"@langchain/core": "^0.2.17",
"@langchain/openai": "^0.2.4",
"chart.js": "^4.4.3",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"firebase": "^10.12.3",
"firebase-admin": "^12.2.0",
"firebase-functions": "^5.0.1",
"html-react-parser": "^5.1.12",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"langchain": "^0.2.10",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-i18next": "^14.1.2",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"together-ai": "^0.6.0-alpha.3",
"ts-node": "^10.9.2",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/dompurify": "^3.0.5",
"@types/firebase": "^3.2.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}