-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.23 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
{
"name": "eventhub",
"version": "1.0.0",
"description": "This project aims to provide a platform for event sharing. The platform allows event organizers to post and promote event information. Besides event organizers, the platform provides users with a convenient way to discover events, connect with like-minded people, and share their feedback.",
"main": "index.js",
"scripts": {
"dev": "concurrently \"nodemon backend/server.js\" \"cd frontend && npm run dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasonL233/EventHub.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/JasonL233/EventHub/issues"
},
"homepage": "https://github.com/JasonL233/EventHub#readme",
"dependencies": {
"@chakra-ui/react": "^3.12.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"framer-motion": "^12.4.11",
"mongodb": "^6.14.0",
"mongoose": "^8.10.0",
"multer": "^1.4.5-lts.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"concurrently": "^9.1.2",
"nodemon": "^3.1.9"
}
}