mapdash/frontend/package.json
aaverbitskiy 159590d62e analytics: add Yandex.Metrika counter 111613184 (v0.2.3)
Counter snippet at the top of <body> (webvisor, clickmap, trackLinks).
Lives in index.html only — no change to the JS/CSS bundle.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-14 18:32:11 +00:00

23 lines
468 B
JSON

{
"name": "mapdash-frontend",
"private": true,
"version": "0.2.3",
"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"
}
}