-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 863 Bytes
/
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
{
"name": "qds_hacks_2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "node server.js",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/common": "^5.11.5",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"axios": "^1.6.7",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"fullcalendar": "^6.1.11",
"lucide-react": "^0.352.0",
"mongodb": "^6.4.0",
"mongoose": "^8.2.1",
"next": "14.1.3",
"next-auth": "^4.24.7",
"next-cloudinary": "^6.2.1",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}