-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.15 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
44
45
46
47
{
"name": "magflow-backend",
"version": "1.0.0",
"description": "the nodejs with express project for the Magflow web application",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Houyem",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"esm": "^3.2.25",
"express": "^4.19.1",
"express-async-handler": "^1.2.0",
"express-session": "^1.18.0",
"firebase-admin": "^12.1.1",
"fs": "^0.0.1-security",
"html-pdf": "^3.0.1",
"json": "^11.0.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"path": "^0.12.7",
"pg": "^8.11.3",
"redis": "^4.6.13",
"sequelize": "^6.37.1",
"socket.io": "^4.7.5",
"svg-to-pdfkit": "^0.1.8",
"url": "^0.11.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"json-loader": "^0.5.7",
"nodemon": "^3.1.0",
"prettier": "3.2.5",
"webpack": "^5.91.0"
}
}