- Map panel: every marker/cluster click reopens a fresh panel repositioned next to the just-clicked cluster (with a pop-in), instead of leaving it in place and only swapping the content. - Timeline scale slider: 5 fixed stops — 6/12/18/24/30 months; label is now "Масштаб графика: <6М|12М|18М|24М|30М>" (default 12М). - Address-column resizer now matches the timeline/map splitter: a 6px solid bar that turns accent on hover/drag, so both dividers look identical. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
469 B
JSON
23 lines
469 B
JSON
{
|
|
"name": "mapdash-frontend",
|
|
"private": true,
|
|
"version": "0.2.11",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc --noEmit && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ibm-plex-sans": "^5.3.0",
|
|
"keycloak-js": "^26.2.4",
|
|
"open-props": "^1.7.23",
|
|
"vis-data": "^7.1.9",
|
|
"vis-timeline": "^7.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|