issue #60
All checks were successful
Test CI / build (push) Successful in 27s

- 일정 상세 조회 화면 및 기능 1차 구현 완료
This commit is contained in:
geonhee-min
2025-12-17 17:02:00 +09:00
parent 60e9d2a631
commit 8b085107f6
20 changed files with 1494 additions and 291 deletions

9
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "scheduler",
"version": "0.0.0",
"dependencies": {
"@baekyangdan/core-utils": "^1.0.21",
"@baekyangdan/core-utils": "^1.0.23",
"@diceui/mention": "^0.8.0",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.12",
@@ -57,6 +57,7 @@
"react-resizable-panels": "^3.0.6",
"react-router-dom": "^7.9.5",
"recharts": "^2.15.4",
"reflect-metadata": "^0.2.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"vaul": "^1.1.2",
@@ -375,9 +376,9 @@
}
},
"node_modules/@baekyangdan/core-utils": {
"version": "1.0.21",
"resolved": "https://gitea.bkdhome.p-e.kr/api/packages/baekyangdan/npm/%40baekyangdan%2Fcore-utils/-/1.0.21/core-utils-1.0.21.tgz",
"integrity": "sha512-LYkzavYnforDtXm/icOg6rQkRAQAgpdwlC6w8dpWAz/N7ynIHdUHJZSPRRsQc9Jy3hQp7+vtKjZI4LP3NKC0UA==",
"version": "1.0.23",
"resolved": "https://gitea.bkdhome.p-e.kr/api/packages/baekyangdan/npm/%40baekyangdan%2Fcore-utils/-/1.0.23/core-utils-1.0.23.tgz",
"integrity": "sha512-PmxaMqMOpLKiUD5+gmC/uslSpcGzGWzaIVCTJgsHnucsPvGY+cyrUFldJaeCsJ5UeCy8eZf1hVWF3DdbKFCCVA==",
"license": "ISC",
"dependencies": {
"@swc/core": "^1.15.5",