forked from AshwinGajbhiye/campusify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 844 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
{
"name": "campusify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"mongoose": "^8.13.2",
"next": "15.2.4",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.2.4"
},
"description": "Campusify is a web application with two roles — **Admin** and **Student** — designed for college campuses. It allows users to view upcoming events, post or find lost items, check the mess menu, and share or access study notes.",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}