-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "corona-aid",
"version": "1.0.0",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"test": "mocha --recursive --exit || true",
"format": "prettier --write '**/*.{js,json,css,md}'",
"format:check": "prettier --list-different '**/*.{js,json,css,md}'"
},
"author": "Debanik Purkayastha",
"license": "ISC",
"dependencies": {
"@googlemaps/google-maps-services-js": "^2.4.2",
"@material-ui/core": "^4.10.2",
"@sendgrid/mail": "^7.0.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.5.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"expo-server-sdk": "^3.5.1",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"express-session": "^1.17.0",
"faker": "^4.1.0",
"google-spreadsheet": "^3.0.13",
"jwt-simple": "^0.5.6",
"mocha": "^7.1.2",
"moment": "^2.26.0",
"mongodb": "^3.5.5",
"mongoose": "^5.9.5",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.1.0",
"newsapi": "^2.4.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.6",
"nodemon": "^1.19.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pusher": "^3.0.1",
"react-test-renderer": "^16.13.1",
"sinon": "^9.0.2",
"supertest": "^4.0.2",
"twilio": "^3.44.0",
"validator": "^13.0.0"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}