Moved CSS imports from Tailwind config to JavaScript to let ESBuild handle them. This fixes the Docker build error where Tailwind couldn't resolve node_modules paths. - Removed CSS @import statements from app.css - Added CSS imports to map.ts where Leaflet is used - Configured ESBuild to handle CSS and image files - Added missing topbar package to package.json - Updated both dev and prod ESBuild configs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"dependencies": {
|
|
"chart.js": "^4.5.0",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.heat": "^0.2.0",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"overlapping-marker-spiderfier-leaflet": "^0.2.7",
|
|
"topbar": "^3.0.0"
|
|
},
|
|
"name": "assets",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|