-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 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
37
38
39
40
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"backend": "nodemon src/app.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.5.1",
"algoliasearch": "^4.0.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"install": "^0.13.0",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.10",
"multer": "^1.4.2",
"node-geocoder": "^3.25.0",
"notistack": "^1.0.0",
"path": "^0.12.7",
"redux-thunk": "^2.3.0",
"request": "^2.88.0",
"sharp": "^0.25.2",
"validator": "^12.2.0"
},
"devDependencies": {
"chalk": "^3.0.0",
"nodemon": "^2.0.2"
}
}