updates
functions/gitlab.ts
0 → 100644
This diff is collapsed.
| ... | ... | @@ -7,20 +7,21 @@ |
| "email": "rosanny.sihombing@hft-stuttgart.de" | ||
| }, | ||
| "keywords": [ | ||
| "m4_lab", | ||
| "prjects" | ||
| "m4_lab" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | ||
| }, | ||
| "scripts": { | ||
| "start": "nodemon app.js", | ||
| "start": "nodemon app.ts", | ||
| "build": "tsc --build", | ||
| "clean": "tsc --build --clean", | ||
| "test": "" | ||
| }, | ||
| "dependencies": { | ||
| "async": "^3.2.0", | ||
| "axios": "^0.20.0", | ||
| "axios": "^0.21.1", | ||
| "body-parser": "^1.19.0", | ||
| "compression": "^1.7.4", | ||
| "cookie-parser": "1.4.3", | ||
| ... | ... | @@ -34,11 +35,28 @@ |
| "morgan": "^1.10.0", | ||
| "mysql": "^2.18.1", | ||
| "passport": "0.3.2", | ||
| "passport-saml": "^1.3.4", | ||
| "pug": "^2.0.4" | ||
| "passport-saml": "^2.0.6", | ||
| "pug": "^3.0.2", | ||
| "update": "^0.7.4" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 4.0.0" | ||
| }, | ||
| "license": "MIT" | ||
| "license": "MIT", | ||
| "devDependencies": { | ||
| "@types/async": "^3.2.6", | ||
| "@types/compression": "^1.7.0", | ||
| "@types/cookie-parser": "^1.4.2", | ||
| "@types/express": "^4.17.12", | ||
| "@types/express-fileupload": "^1.1.6", | ||
| "@types/express-flash": "^0.0.2", | ||
| "@types/express-session": "^1.17.3", | ||
| "@types/helmet": "^4.0.0", | ||
| "@types/morgan": "^1.9.2", | ||
| "@types/mysql": "^2.15.18", | ||
| "@types/passport": "^1.0.6", | ||
| "nodemon": "^2.0.9", | ||
| "ts-node": "^10.0.0", | ||
| "typescript": "^4.3.5" | ||
| } | ||
| } |
routes/mailer.js
deleted
100644 → 0
This diff is collapsed.
tsconfig.json
0 → 100644
Please register or sign in to comment