- Vite 마이그레이션, OpenLayers+Deck.gl 지도 연동 - STOMP WebSocket 선박 실시간 데이터 수신 - 선박 범례/필터/카운트, 다크시그널 처리 - Ctrl+Drag 박스선택, 우클릭 컨텍스트 메뉴 - 측정도구, 상세모달, 호버 툴팁 - darkSignalIds Set 패턴, INSHORE/OFFSHORE 타임아웃 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
37 lines
966 B
JSON
37 lines
966 B
JSON
{
|
|
"name": "dark",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3000",
|
|
"build": "vite build",
|
|
"build:dev": "vite build --mode dev",
|
|
"build:prod": "vite build --mode prod",
|
|
"preview": "vite preview --port 3000",
|
|
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@deck.gl/core": "^9.2.6",
|
|
"@deck.gl/layers": "^9.2.6",
|
|
"@stomp/stompjs": "^7.2.1",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.11",
|
|
"ol": "^9.2.4",
|
|
"ol-ext": "^4.0.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.30.3",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.1",
|
|
"sass": "^1.77.8",
|
|
"vite": "^5.2.10"
|
|
}
|
|
}
|