Updated Dockerfiles and small changes

This commit is contained in:
2025-11-29 00:07:05 +01:00
parent ab72c01999
commit 3ab81fad8c
13 changed files with 856 additions and 1024 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>iotDashboard</title>
<title>Lyncis</title>
</head>
<body>
<div id="root"></div>

File diff suppressed because it is too large Load Diff

View File

@@ -10,8 +10,23 @@
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.10",
"@types/react-grid-layout": "^1.3.6",
"axios": "^1.13.2",
"daisyui": "^5.5.5",
"gridstack": "^12.3.3",
"ical.js": "^2.2.1",
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react-dom": "^19.1.1",
"react-grid-layout": "^1.5.2",
"react-hook-form": "^7.66.1",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.9.6",
"recharts": "^3.4.1"
},
"devDependencies": {
"@eslint/js": "^9.36.0",