프론트엔드 패키지 추가 (#3)

Reviewed-on: #3
Co-authored-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com>
Co-committed-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com>
This commit was merged in pull request #3.
This commit is contained in:
2026-04-08 15:54:25 +09:00
committed by jinseok
parent d99422d328
commit 32edd13cb3
3 changed files with 2068 additions and 3 deletions

View File

@@ -13,6 +13,10 @@ React Router 7 기반 SPA 웹 애플리케이션
| Package Manager | pnpm (corepack) |
| Code Quality | ESLint 10 + Prettier |
| Container | Docker + Docker Compose |
| Map | OpenLayers 10.8 |
| UI Components | React Aria Components 1.16 |
| Form | React Hook Form 7.72 + Zod 4.3 |
| Date | Day.js 1.11 |
## 사전 요구사항

View File

@@ -13,11 +13,16 @@
"dependencies": {
"@react-router/node": "7.14.0",
"@react-router/serve": "7.14.0",
"dayjs": "^1.11.20",
"isbot": "^5.1.37",
"ol": "^10.8.0",
"pretendard": "^1.3.9",
"react": "^19.2.4",
"react-aria-components": "^1.16.0",
"react-dom": "^19.2.4",
"react-router": "7.14.0"
"react-hook-form": "^7.72.1",
"react-router": "7.14.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",

2060
web-app/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff