-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 943 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
{
"name": "social-media-app",
"version": "1.0.0",
"description": "This is Social Media App ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Puru Bhargava",
"license": "ISC",
"dependencies": {
"animate.css": "^4.1.1",
"aws-sdk": "^2.1150.0",
"chart.js": "^3.7.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.5.0",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"firebase": "^9.8.2",
"mongoose": "^6.2.2",
"multer": "^1.4.4",
"multer-s3": "^3.0.1",
"multer-s3-v3": "^3.10.0",
"node-sass-middleware": "^1.0.1",
"nodemailer": "^6.7.3",
"passport": "^0.5.2",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"svgmap": "^2.7.2"
}
}