Premier commit de la v2 de l'app

This commit is contained in:
UltraLionFr
2025-07-29 05:15:33 +02:00
parent 2f14898357
commit b593c60ab2
67 changed files with 5003 additions and 388 deletions
+16 -3
View File
@@ -9,17 +9,30 @@
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@headlessui/react": "^2.2.6",
"@prisma/client": "^6.12.0",
"@tailwindcss/postcss": "^4.1.11",
"auth": "^1.2.3",
"framer-motion": "^12.23.9",
"lucide-react": "^0.526.0",
"next": "15.4.4",
"next-auth": "^5.0.0-beta.29",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.4.4"
"sonner": "^2.0.6",
"tailwindcss": "^4.1.11",
"zod": "^4.0.10"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.4",
"@eslint/eslintrc": "^3"
"prisma": "^6.12.0",
"typescript": "^5"
}
}