-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 918 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 918 Bytes
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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"nodemon-watch": "nodemon index.js -e *"
},
"dependencies": {
"alert": "^5.1.1",
"body-parser": "^1.20.0",
"busboy": "^1.6.0",
"cookie-parser": "~1.4.4",
"create-html-element": "^4.0.1",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "~4.16.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"html-element": "^2.3.1",
"http": "^0.0.1-security",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"node-popup": "^0.1.14",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.19",
"os": "^0.1.2",
"path": "^0.12.7",
"popups": "^1.1.3",
"querystring": "^0.2.1",
"request": "^2.88.2",
"xhr2": "^0.2.1",
"xmlhttprequest": "^1.8.0"
}
}