More frontend and I lost track

This commit is contained in:
2022-09-29 23:58:41 +02:00
parent 7255e22315
commit 11f84b9755
21 changed files with 405 additions and 128 deletions

View File

@ -11,11 +11,16 @@
"dependencies": {
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@hookform/resolvers": "^2.9.8",
"@tanstack/react-query": "^4.7.2",
"axios": "^0.27.2",
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-router-dom": "^6.4.1",
"tailwind-scrollbar": "^2.0.1"
"tailwind-scrollbar": "^2.0.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
@ -27,5 +32,6 @@
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
},
"proxy": "http://localhost:5000"
}