-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 997 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
{
"name": "write-x",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"watch": "start nodemon db --ignore frontend-js --ignore public/ && start webpack --watch",
"start": "nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Riddhi Suteri",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@sendgrid/mail": "^7.6.0",
"axios": "^0.24.0",
"babel-loader": "^8.2.3",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.5.0",
"csurf": "^1.11.0",
"dompurify": "^2.3.4",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"marked": "^4.0.6",
"md5": "^2.3.0",
"mongodb": "^4.1.0",
"nodemon": "^2.0.12",
"sanitize-html": "^2.6.0",
"socket.io": "^4.4.0",
"validator": "^13.7.0"
},
"devDependencies": {
"webpack-cli": "^4.9.1"
}
}