MLAB-677: Update dependencies
This diff is collapsed.
This diff is collapsed.
... | @@ -16,13 +16,8 @@ | ... | @@ -16,13 +16,8 @@ |
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git" | "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start:dev": "nodemon ./src/app.ts", | "start": "node ./built/index.js", | ||
"start": "nodemon ./built/app.js", | "clean": "rm -rf ./built" | ||
"test": "jest", | |||
"clean-code": "ts-standard --fix", | |||
"check-types": "tsc --noEmit", | |||
"clean": "rm -rf ./built", | |||
"build": "babel src --out-dir built --extensions .ts --copy-files" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"async": "^3.1.0", | "async": "^3.1.0", | ||
... | @@ -47,38 +42,6 @@ | ... | @@ -47,38 +42,6 @@ |
"passport-saml": "^2.1.0", | "passport-saml": "^2.1.0", | ||
"pug": "^3.0.2" | "pug": "^3.0.2" | ||
}, | }, | ||
"devDependencies": { | |||
"@babel/cli": "^7.18.6", | |||
"@babel/core": "^7.18.6", | |||
"@babel/preset-env": "^7.18.6", | |||
"@babel/preset-typescript": "^7.18.6", | |||
"@types/async": "^3.2.6", | |||
"@types/bcryptjs": "^2.4.2", | |||
"@types/compression": "^1.7.0", | |||
"@types/cookie-parser": "^1.4.2", | |||
"@types/express": "^4.17.11", | |||
"@types/express-fileupload": "^1.1.6", | |||
"@types/express-flash-2": "^1.0.6", | |||
"@types/express-session": "^1.17.0", | |||
"@types/jest": "^28.1.3", | |||
"@types/method-override": "^0.0.31", | |||
"@types/morgan": "^1.9.2", | |||
"@types/mysql": "^2.15.18", | |||
"@types/node": "^15.0.2", | |||
"@types/nodemailer": "^6.4.1", | |||
"@types/passport": "^1.0.6", | |||
"@types/passport-strategy": "^0.2.35", | |||
"@types/supertest": "^2.0.12", | |||
"@types/xml2js": "^0.4.8", | |||
"babel-preset-minify": "^0.5.2", | |||
"jest": "^28.1.1", | |||
"nodemon": "^2.0.1", | |||
"supertest": "^6.2.3", | |||
"ts-jest": "^28.0.5", | |||
"ts-node": "^9.1.1", | |||
"ts-standard": "^11.0.0", | |||
"typescript": "^4.2.4" | |||
}, | |||
"engines": { | "engines": { | ||
"node": ">= 4.0.0" | "node": ">= 4.0.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment