pckage.json et prisma.schema

This commit is contained in:
2026-03-02 16:57:14 +01:00
parent 933de194da
commit 24e92bceef
4 changed files with 15 additions and 9 deletions

9
package-lock.json generated
View File

@@ -22,7 +22,8 @@
"pg": "^8.19.0",
"prisma": "^7.4.1",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"server-only": "^0.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -7840,6 +7841,12 @@
"resolved": "https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz",
"integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
},
"node_modules/server-only": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
"integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
"license": "MIT"
},
"node_modules/set-function-length": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",