mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-14 02:56:21 +02:00
- Rename AIS layer to "Shipping" throughout UI for clarity - Add local WebSocket relay server to proxy aisstream.io data - Fix cable-activity.ts NGA warnings array handling bug - Add ws package for relay server - Improve Shipping service logging and error handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
483 B
JSON
24 lines
483 B
JSON
{
|
|
"name": "world-monitor",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3": "^7.4.3",
|
|
"@types/topojson-client": "^3.1.5",
|
|
"@types/topojson-specification": "^1.0.5",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.7",
|
|
"ws": "^8.19.0"
|
|
},
|
|
"dependencies": {
|
|
"d3": "^7.9.0",
|
|
"topojson-client": "^3.1.0"
|
|
}
|
|
}
|