-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "yelpcamp",
"version": "1.0.0",
"description": "YelpCamp",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Himanshu Patel",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-title": "^0.1.0",
"fuse.js": "^3.4.4",
"lodash": ">=4.17.11",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongodb": "^6.7.0",
"mongoose": "^5.4.19",
"mpath": ">=0.5.1",
"multer": "^1.4.1",
"node-geocoder": "^3.22.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}