-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 772 Bytes
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
{
"name": "campus-connect",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.0.0",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"axios": "^1.6.7",
"date-fns": "^3.3.1",
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"next": "14.1.0",
"next-auth": "^4.24.5",
"nodemailer": "^6.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.11.2",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}