-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 896 Bytes
/
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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"server": "nodemon server.js",
"client": "cd client && npm run start",
"dev": "concurrently \"nodemon server.js\" \"npm run client\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"-": "0.0.1",
"bcrypt": "^5.0.0",
"bcrypt-nodejs": "0.0.3",
"concurrently": "^5.3.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-validator": "^6.6.0",
"firebase": "^8.2.3",
"firebase-admin": "^9.4.2",
"g": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.20",
"nodemailer": "^6.4.10",
"nodemon": "^2.0.4",
"uuid": "^8.2.0"
}
}