feat(chat): removed unused depedencies

This commit is contained in:
Maieul BOYER 2025-11-14 19:08:27 +01:00
parent 6d630fee92
commit 470007c9f8
No known key found for this signature in database

View file

@ -25,14 +25,9 @@
"@fastify/static": "^8.3.0", "@fastify/static": "^8.3.0",
"@fastify/websocket": "^11.2.0", "@fastify/websocket": "^11.2.0",
"@sinclair/typebox": "^0.34.41", "@sinclair/typebox": "^0.34.41",
"@tailwindcss/vite": "^4.1.17",
"esbuild": "^0.24.2",
"fastify": "^5.6.2", "fastify": "^5.6.2",
"fastify-cli": "^7.4.1", "fastify-cli": "^7.4.1",
"fastify-plugin": "^5.1.0", "fastify-plugin": "^5.1.0"
"jose": "^6.1.1",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.19.1", "@types/node": "^22.19.1",