Installed all required server dependencies

This commit is contained in:
2022-12-27 15:00:39 +01:00
parent bfa7313c97
commit ca81fe4551
2 changed files with 3578 additions and 1 deletions

View File

@ -1,4 +1,19 @@
{ {
"name": "mylinks", "name": "mylinks",
"description": "Eine modulare Link-Verwaltungssoftware zum kürzen von Links, erstellen von Umfragen und mehr." "description": "Eine modulare Link-Verwaltungssoftware zum kürzen von Links, erstellen von Umfragen und mehr.",
"dependencies": {
"bcrypt": "^5.1.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"joi": "^17.7.0",
"jsonwebtoken": "^9.0.0",
"mysql2": "^2.3.3",
"sequelize": "^6.28.0",
"sqlite3": "^5.1.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"concurrently": "^7.6.0",
"nodemon": "^2.0.20"
}
} }

3562
yarn.lock

File diff suppressed because it is too large Load Diff