-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "do_an_lap_trinh_web_2",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"watch": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/selur1409/DoAnLapTrinhWeb2.git"
},
"bugs": {
"url": "https://github.com/selur1409/DoAnLapTrinhWeb2/issues"
},
"homepage": "https://github.com/selur1409/DoAnLapTrinhWeb2#readme",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-flash": "0.0.2",
"express-handlebars": "^4.0.6",
"express-handlebars-sections": "^1.0.1",
"express-session": "^1.17.1",
"fs-extra": "^9.0.1",
"lru-cache": "^6.0.0",
"moment": "^2.27.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemailer": "^6.4.10",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"puppeteer": "^5.2.1",
"querystring": "^0.2.0"
}
}