-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (47 loc) · 1.15 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
{
"name": "pjt",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"base-64": "^1.0.0",
"base64-img": "^1.0.4",
"base64-to-file": "^1.1.0",
"base64-to-image": "^1.0.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"chart.js": "^2.9.4",
"cookie-parser": "~1.4.4",
"cropper": "^4.1.0",
"cropperjs": "^1.5.10",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-fileupload": "^1.2.1",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"file-base64": "^1.0.0",
"file-system": "^2.2.2",
"hbs": "^4.1.1",
"http-errors": "~1.6.3",
"is-online": "^9.0.0",
"jimp": "^0.16.1",
"jquery": "^3.5.1",
"js-base64": "^3.6.0",
"js-image-zoom": "^0.7.0",
"just-handlebars-helpers": "^1.0.18",
"moment": "^2.29.1",
"mongo": "^0.1.0",
"mongodb": "^3.6.3",
"morgan": "~1.9.1",
"nodemon": "^2.0.7",
"objectid": "^3.2.1",
"paypal-rest-sdk": "^1.8.1",
"razorpay": "^2.0.6",
"twilio": "^3.55.1",
"voucher-code-generator": "^1.1.1"
}
}