-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 926 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": "mosa3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"dev": "env-cmd -f ./config_2/dev.env nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"bootstrap-select": "^1.13.18",
"connect-flash": "^0.1.1",
"ejs": "^3.1.6",
"env-cmd": "^10.1.0",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"heroku": "^7.60.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.3",
"mongoose": "^6.2.11",
"multer": "^1.4.4",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"socket.io": "^4.5.0",
"stripe": "^9.9.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}