- MapLibre GL JS 5 지도 컨테이너 (Light/Dark 테마 자동 전환) - Sidebar 접기/펼치기 레이아웃 (320px 사이드바 + 전체 높이 지도) - API 유형 선택 UI (최근 위치 / 해구별 항적 / 선박별 항적) - gisApi 클라이언트 (V1/V2 REST API 인터페이스) - 지도 상수 (한반도 중심, 항적 색상, OpenFreeMap 타일) - i18n 한/영 explorer.* 키 12개 추가 - lazy loading: ApiExplorer 청크 분리 (gzip 278KB) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"name": "signal-batch-dashboard",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"maplibre-gl": "^5.18.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.13.0",
|
|
"recharts": "^2.15.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.48.0",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|