-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"type": "module",
"name": "real-estate-auction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --inspect index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoangphuc552001/Real-Estate-Auction.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoangphuc552001/Real-Estate-Auction/issues"
},
"homepage": "https://github.com/hoangphuc552001/Real-Estate-Auction#readme",
"dependencies": {
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cloudinary": "^1.29.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dateformat": "^5.0.3",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-async-errors": "^3.1.1",
"express-handlebars": "^6.0.3",
"express-handlebars-sections": "^1.0.1",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"formidable": "^2.0.1",
"gulp": "^4.0.2",
"jsdom": "^19.0.0",
"knex": "^1.0.4",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "1.4.4-lts.1",
"mysql2": "^2.3.3",
"node-fetch": "^3.2.3",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.15",
"numeral": "^2.0.6",
"passport": "^0.5.2",
"passport-google-oauth2": "^0.2.0",
"passport-local": "^1.0.0",
"paypal-rest-sdk": "^1.8.1",
"until": "^0.1.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"express-url-breadcrumb": "^1.0.2"
}
}