forked from Tristan-HuiFeng/Full-Stack-Development-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
{
"name": "vidjot",
"version": "1.0.0",
"description": "Video Jotter",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "Chew Phuay Hern",
"license": "ISC",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.3",
"@paypal/checkout-server-sdk": "^1.0.2",
"@sendgrid/mail": "^7.2.1",
"algoliasearch": "^4.3.0",
"algoliasearch-helper": "^3.1.2",
"authy": "^1.4.0",
"aws-sdk": "^2.712.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-mysql-session": "^2.1.4",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"firebase": "^7.15.2",
"firebase-admin": "^8.12.1",
"firebaseui": "^4.5.1",
"flash-messenger": "^1.1.1",
"fs": "0.0.1-security",
"handlebars": "^4.7.6",
"instantsearch.js": "^4.7.0",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"moment": "^2.27.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"multer-s3-v2": "^2.2.1",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.11",
"nodemailer-mailgun-transport": "^2.0.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"qrcode": "^1.4.4",
"requestify": "^0.2.5",
"sequelize": "^5.21.13",
"sharp": "^0.25.4",
"twilio": "^3.45.0",
"uuid": "^8.3.0"
},
"devDependencies": {}
}