-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
43
44
{
"name": "kochbuch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"dev": "nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SebastianThomas/kochbuch.git"
},
"author": "Sebastian Thomas",
"license": "MIT",
"bugs": {
"url": "https://github.com/SebastianThomas/kochbuch/issues"
},
"homepage": "https://github.com/SebastianThomas/kochbuch#readme",
"dependencies": {
"@vue/cli": "^4.3.1",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-sslify": "^1.2.0",
"express-validator": "5.3.0",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongodb": "^3.5.6",
"mongoose": "^5.9.10",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.3",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"web-push": "^3.4.4",
"dotenv": "16.0.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}