Fix mobile overlay and deps per #43
Test and Lint / backend-test (pull_request) Successful in 1m26s
continuous-integration/drone/pr Build is failing
Test and Lint / frontend-test (pull_request) Failing after 1m23s

This commit is contained in:
2025-10-29 11:11:53 +01:00
parent b76e45cb54
commit e30ea64e45
14 changed files with 1459 additions and 686 deletions
+6 -4
View File
@@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:check": "tsc -b && vite build",
"build": "node ./scripts/build.js",
"build:check": "tsc -b && node ./scripts/build.js",
"lint": "eslint .",
"preview": "vite preview"
},
@@ -49,8 +49,9 @@
"@eslint/js": "^9.29.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.5.2",
"@vitejs/plugin-react": "^4.5.3",
"autoprefixer": "^10.4.13",
"cross-env": "^10.1.0",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
@@ -59,6 +60,7 @@
"tailwindcss": "^3.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.1.6"
"vite": "^7.1.12",
"vitest": "^3.2.4"
}
}