edit navbar

This commit is contained in:
2024-08-26 14:50:15 +02:00
parent 7c90df8a38
commit 8a5b21c780
229 changed files with 12531 additions and 123 deletions

10
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"@headlessui/react": "^2.1.0",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.5",
"autoprefixer": "^10.4.12",
"clsx": "^2.1.0",
"next": "^14.0.4",
@@ -200,6 +201,15 @@
"tailwindcss": "^3.0"
}
},
"node_modules/@heroicons/react": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.5.tgz",
"integrity": "sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA==",
"license": "MIT",
"peerDependencies": {
"react": ">= 16"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.14",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",