mapdash/frontend/package.json
aaverbitskiy dec639581b ui: green "Размещено" default + green circle favicon (v0.2.6)
- default colour for status "РК. Размещено" is now green #26c04c (was indigo)
- add a #26c04c circle favicon (inline SVG data URI) for the browser tab

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

23 lines
468 B
JSON

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