-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 923 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
39
{
"devDependencies": {
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"eslint": "^8.29.0",
"eslint-plugin-mocha": "^10.1.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"heroku": "^7.65.0",
"image-downloader": "^4.3.0",
"jw-paginate": "^1.0.4",
"mocha": "^10.1.0",
"mongoose": "^6.7.0",
"mongoose-slug-plugin": "^2.1.0",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"url": "^0.11.0"
},
"dependencies": {
"@emailjs/browser": "^3.9.1",
"bcryptjs": "^2.4.3",
"emailjs-com": "^3.2.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"heroku": "^7.65.0",
"jw-paginate": "^1.0.4",
"mongoose": "^6.7.0",
"mongoose-slug-plugin": "^2.1.0",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"url": "^0.11.0",
"xhr2": "^0.2.1"
},
"scripts": {
"start": "node ./app.mjs"
}
}