-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1006 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
{
"name": "complex-app",
"version": "1.0.0",
"description": "",
"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.4.5",
"@babel/preset-env": "7.4.5",
"@sendgrid/mail": "^7.2.3",
"axios": "0.21.1",
"babel-loader": "8.0.6",
"bcryptjs": "2.4.3",
"connect-flash": "0.1.1",
"connect-mongo": "3.0.0",
"cors": "2.8.5",
"csurf": "1.10.0",
"dompurify": "2.0.7",
"dotenv": "8.0.0",
"ejs": "2.6.1",
"express": "4.16.4",
"express-session": "1.16.1",
"jsonwebtoken": "8.5.1",
"marked": "0.7.0",
"md5": "2.2.1",
"mongodb": "3.2.6",
"nodemon": "1.19.0",
"sanitize-html": "1.20.1",
"socket.io": "2.4.0",
"validator": "11.0.0",
"webpack": "4.34.0",
"webpack-cli": "^3.3.12"
}
}