-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 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
{
"name": "misfit",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"flash": "^1.1.0",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"mongoose": "^6.1.7",
"mongoose-datatables": "^3.2.0",
"mongoose-unique-validator": "^3.0.0",
"multer": "^1.4.4",
"slugify": "^1.6.5",
"sweetalert2": "^11.4.8"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}