Navbar added + backgroung gradient

This commit is contained in:
2024-04-11 00:25:18 +01:00
parent 387522e5a7
commit df3fd2fb4d
24 changed files with 1607 additions and 176 deletions
+11 -1
View File
@@ -10,8 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3",
"sort-by": "^0.0.2"
},
"devDependencies": {
"@types/react": "^18.2.55",
@@ -19,9 +26,12 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.1.0"
}