-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.79 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
63
64
65
66
67
68
69
{
"name": "social-connect",
"version": "1.0.0",
"description": "",
"main": "app.js",
"cacheDirectories": [
".next/cache"
],
"scripts": {
"dev": "nodemon server/app.js --watch server",
"start": "pm2-runtime start ecosystem.config.js --env production",
"build": "next build"
},
"author": "Mohit Gupta (guptamohit004)",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.1.2",
"@firebase/app": "^0.6.17",
"@material-ui/core": "^3.3.0",
"@material-ui/icons": "^3.0.1",
"autocannon": "^6.4.0",
"axios": "^0.20.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.22.0",
"cluster": "^0.7.7",
"compression": "^1.7.3",
"connect-mongo": "^2.0.1",
"date-fns": "^1.29.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"fcm-node": "^1.5.2",
"firebase": "^7.16.1",
"helmet": "^3.14.0",
"jimp": "^0.5.6",
"jss": "^9.8.7",
"localforage": "^1.8.1",
"moment": "^2.27.0",
"mongoose": "^5.3.3",
"mongoose-mongodb-errors": "0.0.2",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"next": "^9.4.4",
"next-pwa": "^3.0.3",
"next-seo": "^4.7.3",
"node-device-detector": "^1.2.8",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"pm2": "^4.4.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-google-button": "^0.7.1",
"react-jss": "^8.6.1",
"react-loader-spinner": "^3.1.14",
"react-moment": "^0.9.7",
"react-router-dom": "^5.2.0",
"request": "^2.88.2",
"request-ip": "^2.1.3",
"shortid": "^2.2.15",
"validator": "^10.8.0",
"vercel": "^19.1.2"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}