changed login ui

This commit is contained in:
2025-10-23 17:56:31 +02:00
parent f5aa376e31
commit b60e5ccdd2
6 changed files with 1454 additions and 112 deletions

View File

@@ -2,6 +2,7 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3002",
"dependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
@@ -15,7 +16,6 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.3",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
@@ -42,5 +42,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"http-proxy-middleware": "^3.0.5",
"react-scripts": "^5.0.1"
}
}