-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.14 KB
/
package.json
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
39
40
41
42
43
{
"name": "ClubNation",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client && npm run build"
},
"keywords": [],
"author": "Rijul Jain",
"license": "ISC",
"engines": {
"node": "14.17.6"
},
"dependencies": {
"bcrypt": "^5.0.1",
"bootstrap": "^5.1.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"firebase": "^9.6.3",
"google-auth-library": "^7.14.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.14",
"mongoose-findorcreate": "^3.0.0",
"node-cron": "^3.0.0",
"nodemailer": "^6.7.2",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"react-bootstrap": "^2.1.1",
"react-phone-number-input": "^3.1.44"
}
}