mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-11 17:46:20 +02:00
Click empty map area to detect country via Nominatim reverse geocoding, highlight it with GeoJSON boundaries, and show an AI-generated intel brief (Groq, Redis-cached 2h) with CII score, active signals, and contextual news headlines.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "world-monitor",
|
|
"private": true,
|
|
"version": "2.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:tech": "VITE_VARIANT=tech vite",
|
|
"build": "tsc && vite build",
|
|
"build:full": "VITE_VARIANT=full tsc && VITE_VARIANT=full vite build",
|
|
"build:tech": "VITE_VARIANT=tech tsc && VITE_VARIANT=tech vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3": "^7.4.3",
|
|
"@types/maplibre-gl": "^1.13.2",
|
|
"@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": {
|
|
"@deck.gl/core": "^9.2.6",
|
|
"@deck.gl/geo-layers": "^9.2.6",
|
|
"@deck.gl/layers": "^9.2.6",
|
|
"@deck.gl/mapbox": "^9.2.6",
|
|
"@upstash/redis": "^1.36.1",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"@xenova/transformers": "^2.17.2",
|
|
"d3": "^7.9.0",
|
|
"deck.gl": "^9.2.6",
|
|
"maplibre-gl": "^5.16.0",
|
|
"onnxruntime-web": "^1.23.2",
|
|
"topojson-client": "^3.1.0",
|
|
"youtubei.js": "^16.0.1"
|
|
}
|
|
}
|