🏗️」 wip: added all necessary package for starting

This commit is contained in:
adjoly
2025-06-16 11:32:36 +02:00
parent 19c1b6ae91
commit 48ed4a2894
6 changed files with 1548 additions and 0 deletions

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"dependencies": {
"@fastify/env": "^5.0.2",
"@fastify/jwt": "^9.1.0",
"@tailwindcss/vite": "^4.1.10",
"fastify": "^5.4.0",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3"
},
"devDependencies": {
"vite": "^6.3.5"
}
}