-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 831 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 831 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": "evnify",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"nodemon server.js\" \"cd client && npm start\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@stripe/stripe-js": "^3.0.10",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"concurrently": "^8.2.2",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"ejs": "^3.1.8",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^8.1.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.0.3",
"react-chartjs-2": "^5.2.0",
"router": "^1.3.8",
"stripe": "^15.5.0",
"uuid": "^9.0.1"
}
}