스키마 작업완료

This commit is contained in:
koreacomp5
2025-10-09 11:23:27 +09:00
parent feea2efd7d
commit 296df7b582
10 changed files with 1150 additions and 111 deletions

5
package-lock.json generated
View File

@@ -11,7 +11,8 @@
"@prisma/client": "^6.17.0",
"next": "15.5.4",
"react": "19.1.0",
"react-dom": "19.1.0"
"react-dom": "19.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
@@ -7016,9 +7017,7 @@
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"dev": true,
"license": "MIT",
"peer": true,
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}