-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 953 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
36
37
38
{
"name": "danidre",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"devStart": "nodemon server.js",
"start": "node server.js",
"publish": "git add . && git commit -m",
"postpublish": "git push && caprover deploy --default",
"export": "git add . && git commit -m",
"postexport": "git push"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.5.5",
"bcrypt": "^5.0.1",
"blueimp-md5": "^2.17.0",
"connect-mongo": "^4.6.0",
"crypto": "^1.0.1",
"date-fns": "^2.15.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"method-override": "^3.0.0",
"mongoose": "^6.5.1",
"node-fetch": "^3.1.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.4"
}
}