mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-11 00:34:54 +02:00
4f202c068b
- Add Node.js 22 LTS frontend build stage (package.json, build.js) - Build Tailwind CSS v4 + DaisyUI v5 via CLI instead of runtime CDN - Vendor lit-html, Leaflet, Chart.js, QRCode.js locally - Update Dockerfile with multi-stage Node.js frontend build - Migrate all DaisyUI v4 CSS variables to v5 syntax in app.css - Fix dashboard grid layout (static class names for Tailwind JIT) - Fix map popup transparent background (v5 variable rename) - Fix leaflet.js.map 404 (include source maps in vendor copy) - Fix custom page button contrast (remove btn-neutral) - Replace table-compact with table-sm (DaisyUI v5 rename)
17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4",
|
|
"chart.js": "^4",
|
|
"daisyui": "^5",
|
|
"leaflet": "^1.9.4",
|
|
"lit-html": "^3",
|
|
"qrcodejs": "^1.0.0",
|
|
"tailwindcss": "^4"
|
|
}
|
|
}
|