-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.39 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.39 KB
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
{
"name": "learner",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@iconify/react": "^5.0.1",
"@langchain/core": "^1.0.1",
"@langchain/google-genai": "^1.0.0",
"@types/html2canvas": "^1.0.0",
"@types/jspdf": "^2.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"apexcharts": "^3.54.1",
"cheerio": "^1.1.2",
"dayjs": "^1.11.12",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"firebase": "^12.4.0",
"heroicons": "^2.1.5",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.3",
"langchain": "^1.0.1",
"lottie-react": "^2.4.0",
"mammoth": "^1.11.0",
"moment": "^2.30.1",
"next": "^14.2.33",
"nodemailer": "^7.0.10",
"pdf-parse": "^1.1.4",
"postcss": "^8",
"react": "^18",
"react-cookie": "^7.1.4",
"react-dom": "^18",
"react-multi-carousel": "^2.8.5",
"react-spinners": "^0.13.8",
"react-tailwindcss-datepicker": "^1.6.6",
"react-toastify": "^10.0.5",
"react-web-gifted-chat": "^0.6.7",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/nodemailer": "^6.4.15"
}
}