Compare commits
2 Commits
e8420e262c
...
50cf7445b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 50cf7445b7 | |||
| 32edd13cb3 |
@@ -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 |
|
||||
|
||||
## 사전 요구사항
|
||||
|
||||
|
||||
@@ -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
2060
web-app/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user