-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "complex-app",
"version": "1.0.0",
"description": "Social network app.",
"main": "app.js",
"scripts": {
"watch": "start nodemon db --ignore frontend-js --ignore public/ && start webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@sendgrid/mail": "^7.4.2",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dompurify": "^2.2.6",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"marked": "^2.0.1",
"md5": "^2.3.0",
"mongodb": "^3.6.3",
"nodemon": "^2.0.7",
"sanitize-html": "^2.3.1",
"socket.io": "^3.1.0",
"validator": "^13.5.2",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
}
}