-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.34 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.34 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"$schema": "https://json.schemastore.org/package",
"name": "staycation-haven2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@nextui-org/button": "^2.2.9",
"@nextui-org/checkbox": "^2.3.8",
"@nextui-org/date-picker": "^2.3.9",
"@nextui-org/input": "^2.4.8",
"@nextui-org/react": "^2.6.11",
"@nextui-org/select": "^2.4.9",
"@nextui-org/system": "^2.4.6",
"@nextui-org/theme": "^2.4.5",
"@reduxjs/toolkit": "^2.11.1",
"@types/leaflet": "^1.9.21",
"@types/nodemailer": "^7.0.4",
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.7",
"anxious": "^0.0.0-security",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"chart.js": "^4.5.1",
"cloudinary": "^2.8.0",
"critters": "^0.0.23",
"date-fns": "^4.1.0",
"exceljs": "^4.4.0",
"framer-motion": "^12.23.25",
"googleapis": "^170.1.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7",
"leaflet": "^1.9.4",
"lucide-react": "^0.555.0",
"next": "^16.1.6",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.11",
"pg": "^8.17.2",
"qrcode": "^1.5.4",
"react": "19.1.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-leaflet": "^5.0.0",
"react-redux": "^9.2.0",
"recharts": "^3.5.1",
"redux-persist": "^6.0.0",
"resend": "^6.6.0"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.19.31",
"@types/pg": "^8.15.6",
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.7",
"autoprefixer": "^10.4.22",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"tsx": "^4.21.0",
"typescript": "^5"
},
"optionalDependencies": {
"@next/swc-win32-x64-msvc": "^16.1.6"
},
"resolutions": {
"@internationalized/date": "^3.5.0"
},
"overrides": {
"@internationalized/date": "^3.5.0"
}
}