-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.41 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
{
"name": "machbarschaft-backend",
"version": "0.0.1",
"description": "NodeJS Backend for Machbarschaft",
"engines": {
"node": "12.17.0"
},
"main": "main.js",
"scripts": {
"start": "nodemon --exec babel-node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leenert/Machbarschaft-Backend.git"
},
"author": "Marc Sommer, Janik Müller, Andreas Reinecke, Leenert Specht",
"license": "GPL-3.0",
"homepage": "https://github.com/Leenert/Machbarschaft-Backend#readme",
"dependencies": {
"@googlemaps/google-maps-services-js": "3.1.2",
"@sendgrid/mail": "7.2.1",
"body-parser": "1.19.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-validator": "6.5.0",
"helmet": "3.22.0",
"jade": "1.11.0",
"mongoose": "5.9.16",
"passport": "0.4.1",
"passport-jwt": "4.0.0",
"passport-jwt-cookiecombo": "1.0.5",
"passport-local": "1.0.0",
"passport-local-mongoose": "6.0.1",
"swagger-jsdoc": "4.0.0",
"twilio": "3.47.0"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/node": "7.10.1",
"@babel/preset-env": "7.10.2",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.3",
"nodemon": "2.0.4",
"prettier": "2.0.5"
}
}