-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1000 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
40
41
{
"name": "site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"alert": "^5.1.1",
"alerts": "^0.1.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"common-tags": "^1.8.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"dialog": "^0.3.1",
"ejs": "^3.1.8",
"email-existence": "^0.1.6",
"express": "^4.18.1",
"express-recaptcha": "^5.1.0",
"express-session": "^1.17.3",
"flash": "^1.1.0",
"flash-express": "^1.0.4",
"html-tag": "^2.0.0",
"js-alert": "^1.0.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.1",
"node-popup": "^0.1.14",
"node-res": "^5.0.1",
"nodemailer": "^6.7.8",
"nodemon": "^2.0.19",
"popups": "^1.1.3",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.4.33"
}
}