-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 KB
/
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
42
43
{
"name": "complex-app",
"version": "1.0.0",
"engines": {
"node": "12.18.0"
},
"description": "",
"main": "app.js",
"scripts": {
"watch": "nodemon db --ignore frontend-js --ignore public/ & webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@sendgrid/mail": "^7.7.0",
"axios": "^1.4.0",
"babel-loader": "^9.1.3",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.0.0",
"cors": "^2.8.5",
"csurf": "^1.10.0",
"dompurify": "^3.0.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.1",
"marked": "^5.1.1",
"md5": "^2.3.0",
"mongodb": "^5.7.0",
"nodemon": "^3.0.1",
"sanitize-html": "^2.11.0",
"socket.io": "^4.7.1",
"validator": "^13.9.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}