fix: cleanup dependencies and unnecessary css

This commit is contained in:
theoleuthardt 2025-02-13 01:12:27 +01:00
parent e11c705d3d
commit 69b572bf74
3 changed files with 91 additions and 130 deletions

View file

@ -9,9 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"libreoffice-convert": "^1.6.0",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",