Update der Ansicht

This commit is contained in:
2025-08-17 07:19:32 +00:00
parent 028fee7794
commit c3515ac714
16 changed files with 3858 additions and 144 deletions
+6 -6
View File
@@ -7,15 +7,15 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"axios": "^1.7.5"
"react-dom": "^18.2.0"
},
"devDependencies": {
"vite": "^4.4.9",
"@vitejs/plugin-react": "^4.0.0",
"tailwindcss": "^3.3.3",
"postcss": "^8.4.26",
"autoprefixer": "^10.4.14"
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^4.4.9"
}
}