Modernization Project Complete. Updated to latest versions of frameworks.

This commit is contained in:
Eric Gullickson
2025-08-24 09:49:21 -05:00
parent 673fe7ce91
commit b534e92636
46 changed files with 2341 additions and 5267 deletions

View File

@@ -31,7 +31,15 @@
"winston": "^3.11.0",
"dotenv": "^16.3.1",
"zod": "^3.22.4",
"express-rate-limit": "^7.1.5"
"express-rate-limit": "^7.1.5",
"fastify": "^4.24.3",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/jwt": "^8.0.0",
"@fastify/type-provider-typebox": "^4.0.0",
"@sinclair/typebox": "^0.31.28",
"fastify-plugin": "^4.5.1",
"@fastify/autoload": "^5.8.0"
},
"devDependencies": {
"@types/node": "^20.10.0",