-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "yelpcamp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"ejs": "^3.0.1",
"express": "^4.17.3",
"express-session": "^1.17.1",
"geolocation": "^0.2.0",
"method-override": "^3.0.0",
"mongodb": "^3.6.1",
"mongoose": "^5.9.5",
"morgan": "^1.10.0",
"multi-step-form-js": "^0.1.1",
"opencage-api-client": "^0.7.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"request-ip": "^2.1.3",
"session-file-store": "^1.4.0",
"url": "^0.11.0",
"utf8": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"dotenv": "^8.2.0"
}
}