-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "real-estate-management-app-api",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node src/server.js",
"watch": "nodemon server.js"
},
"author": "GhostOrder28",
"license": "ISC",
"dependencies": {
"base64-img": "^1.0.4",
"bcryptjs": "^2.4.3",
"buffer-image-size": "^0.6.4",
"cloudinary": "^1.29.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-rate-limit": "^6.6.0",
"express-sslify": "^1.2.0",
"fs-extra": "^10.0.1",
"get-stream": "^6.0.1",
"helmet": "^6.0.0",
"i18next": "^21.8.4",
"i18next-fs-backend": "^1.1.4",
"i18next-http-middleware": "^3.2.0",
"image-size": "^1.0.1",
"joi": "^17.6.0",
"jspdf": "^2.5.1",
"knex": "^1.0.3",
"lorem-ipsum": "^2.0.8",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"node-fetch": "2",
"passport": "0.5",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pdfkit": "^0.13.0",
"pg": "^8.7.3",
"pg-error-constants": "^1.0.0",
"sharp": "^0.33.4",
"to-arraybuffer": "^1.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}