-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (44 loc) · 1.15 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
39
40
41
42
43
44
45
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"keywords": [],
"author": "nanda_8",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.26.3",
"concurrently": "^6.2.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-handlebars": "^5.3.3",
"express-session": "^1.17.2",
"google-auth-library": "^7.6.2",
"googleapis": "^84.0.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongoose": "^6.0.1",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.10.0",
"mpath": "^0.8.4",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.3",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"express-async-errors": "^3.1.1"
}
}