-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.62 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
{
"name": "social_fam",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"build": "webpack",
"heroku-postbuild": ""
},
"engines": {
"npm": "6.14.6",
"node": "14.17.3"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"source-map-loader": "^2.0.1",
"webpack": "^5.24.4",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"async": "^3.2.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootstrap-maxlength": "^1.10.0",
"cloudinary": "^1.25.1",
"connect-flash": "^0.1.1",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"googleapis": "^67.1.1",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"memorystore": "^1.6.4",
"method-override": "^3.0.0",
"mongodb": "^3.6.3",
"mongoose": "^5.11.13",
"mongoose-unique-validator": "^2.0.3",
"multer": "^1.4.2",
"node-sass": "^5.0.0",
"nodemailer": "^6.4.17",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"style-loader": "^2.0.0"
}
}