-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1018 Bytes
/
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
{
"name": "caribbeanhousestudio_web",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"16": "^0.0.2",
"@aws-sdk/client-s3": "^3.38.0",
"@mercadopago/sdk-react": "^0.0.24",
"archiver": "^7.0.1",
"aws-sdk": "^2.1692.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"busboy": "^1.6.0",
"chartjs-adapter-luxon": "^1.3.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.1",
"lru-cache": "^6.0.0",
"luxon": "^3.5.0",
"mercadopago": "^2.3.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.5",
"ngrok": "^5.0.0-beta.2",
"node": "^20.18.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.16",
"vexor": "^0.1.12"
},
"description": " "
}