use elysia instead of express

This commit is contained in:
Fran Jurmanović
2023-10-04 20:19:38 +02:00
parent aea2acbdf8
commit 82acbf93fc
21 changed files with 276 additions and 455 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "legica-dana",
"version": "0.8.0",
"version": "2.0.0",
"main": "src/app.ts",
"scripts": {
"start": "bun src/app.ts"
@@ -8,25 +8,24 @@
"author": "Fran Jurmanović <fjurma12@outlook.com>",
"license": "MIT",
"dependencies": {
"@types/node": "^14.14.31",
"@elysiajs/static": "^0.7.1",
"@elysiajs/swagger": "^0.7.3",
"axios": "^0.26.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.10",
"cron": "^3.0.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"redoc-express": "^2.1.0",
"elysia": "^0.7.15",
"minimatch": "^9.0.3",
"pino": "^8.15.4",
"typescript": "^4.1.5"
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/node-cron": "^3.0.1",
"@types/pg": "^7.14.10",
"@types/ws": "^7.4.0",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"bun-types": "^1.0.4-canary.20231004T140131",
"eslint": "^8.50.0",
"prettier": "^2.2.1"
}