Update Vite configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 20:14:29 +01:00
parent d79b55b86d
commit 4bb76777db
7 changed files with 128 additions and 53 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
@ -19,7 +19,6 @@
"@mui/material": "^7.0.0",
"@mui/x-charts": "^7.21.0",
"@mui/x-date-pickers": "^7.28.2",
"@types/semver": "^7.7.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.13",
"filesize": "^10.1.6",
@ -31,13 +30,16 @@
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.4",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.28.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.23.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.3"
}
}