-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "netlify dev",
"login": "netlify login",
"build": "netlify deploy --prod"
},
"dependencies": {
"@mui/x-data-grid": "^7.23.0",
"@paypal/checkout-server-sdk": "^1.0.3",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.6",
"cloudinary": "^2.5.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-handler": "1.2.0",
"express-basic-auth": "^1.2.1",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"http": "^0.0.1-security",
"live-server": "^1.2.2",
"multer": "^1.4.5-lts.1",
"netlify-cli": "^17.26.2",
"netlify-lambda": "^2.0.16",
"nodemailer": "^6.9.14",
"paymongo": "^1.3.2",
"paymongo-node": "^10.17.0",
"pg": "^8.12.0",
"playwright": "^1.49.1",
"react-chartjs-2": "^5.2.0",
"react-to-print": "^3.0.2",
"sequelize": "6.37.4",
"sequelize-cli": "6.6.2",
"serverless-http": "^3.2.0",
"socket.io": "^4.8.0",
"stream": "^0.0.3",
"twilio": "^5.2.3"
}
}