Add filtered map API, creamy-caprice-style toolbar (dates, layers, search), Yandex ru tiles, and store Telegram session in MapMil/data instead of mounting SocialParser. Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
543 B
JSON
27 lines
543 B
JSON
{
|
|
"name": "mapmil-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.4.7",
|
|
"flatpickr": "^4.6.13",
|
|
"leaflet": "^1.9.4",
|
|
"vue": "^3.5.13",
|
|
"vue-chartjs": "^5.3.2",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.9.15",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^6.0.3",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|