feat(frontend): general revamp of navigation & pages (#303)

This commit is contained in:
Julian Tölle 2023-09-30 19:44:21 +02:00 committed by GitHub
parent f08633587d
commit 4b1dd10846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 3059 additions and 659 deletions

View file

@ -8,6 +8,12 @@
},
"license": "MIT",
"dependencies": {
"@radix-ui/react-avatar": "1.0.3",
"@radix-ui/react-dropdown-menu": "2.0.5",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-navigation-menu": "1.1.3",
"@radix-ui/react-select": "1.2.2",
"@radix-ui/react-slot": "1.0.2",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
@ -20,9 +26,12 @@
"@vitejs/plugin-react": "4.1.0",
"autoprefixer": "10.4.16",
"axios": "1.5.1",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"eslint-config-react-app": "7.0.1",
"jsdom": "22.1.0",
"lucide-react": "0.279.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.31",
"prettier": "3.0.3",
@ -30,7 +39,9 @@
"react-dom": "18.2.0",
"react-router-dom": "6.16.0",
"recharts": "2.8.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "1.0.7",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitest": "0.34.6"