-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 842 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 842 Bytes
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
{
"dependencies": {
"bcrypt": "^5.0.1",
"bcrypt-nodejs": "^0.0.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongodb": "^4.7.0",
"mongoose": "^6.0.12",
"morgan": "^1.10.0",
"mpath": "^0.8.4",
"multer": "^1.4.3",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"socketio": "^1.0.0"
},
"scripts": {
"start": "next start -p ${PORT}",
"dev": "nodemon server.js",
"prestart": "next build"
},
"name": "demoday",
"version": "1.0.0",
"main": "server.js",
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"nodemon": "^2.0.16"
}
}