-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.66 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
{
"name": "su24a-hack-team-1",
"version": "1.0.0",
"description": "- `Our idea` - We were inspired by combining the idea of productivity with the functionality of dating apps - What if there was a way to look through nearby projects/activities and express your interest in them? - What if a community of students can unite with other students to help facilitate tasks easier in one app? - `Our product` - A dating app but for projects/activities rather than dates - Restricted to school areas so individuals are serious about the events - Post about your activity and let students show their interest through a ✅ or ➖ - Roles: - Shamita - `Frontend Develepor` - Carl - `Frontend Develepor` - Jared - `Frontend Develepor` - Osheen - `Backend Develepor` - Jason - `Backend Develepor`",
"main": "index.js",
"scripts": {
"dev": "concurrently \"pnpm run server\" \"pnpm run client\"",
"server": "pnpm --filter ./server dev",
"client": "pnpm --filter ./client dev",
"build": "cd client && pnpm build"
},
"dependencies": {
"mongoose": "^8.0.0",
"jsonwebtoken": "^9.0.0",
"bcryptjs": "^2.4.3",
"multer": "^1.4.5-lts.1",
"dotenv": "^16.0.0",
"@vercel/blob": "^0.19.0",
"express": "^4.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acmucsd-projects/su24a-hack-team-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/acmucsd-projects/su24a-hack-team-1/issues"
},
"homepage": "https://github.com/acmucsd-projects/su24a-hack-team-1#readme",
"devDependencies": {
"concurrently": "^9.2.1"
}
}