-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "driver-hub_web",
"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",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@types/html2canvas": "^1.0.0",
"@types/jspdf": "^2.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"apexcharts": "^3.49.1",
"dayjs": "^1.11.12",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"firebase": "^10.12.2",
"heroicons": "^2.1.5",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lottie-react": "^2.4.0",
"moment": "^2.30.1",
"next": "14.2.3",
"nodemailer": "^6.9.14",
"postcss": "^8",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-cookie": "^7.1.4",
"react-dom": "^18",
"react-multi-carousel": "^2.8.5",
"react-quill": "^2.0.0",
"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"
},
"devDependencies": {
"@types/nodemailer": "^6.4.15"
}
}