fucking pos. data is working but tailwind is fucked

This commit is contained in:
2025-06-30 13:02:19 -04:00
parent 4798c1139e
commit c3151f380b
27 changed files with 2734 additions and 1792 deletions

View File

@@ -12,23 +12,26 @@
"@auth/core": "^0.34.2",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"autoprefixer": "^10.4.21",
"daisyui": "^4.7.3",
"next": "15.3.4",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.2",
"next": "^14.2.30",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"pg": "^8.16.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.3",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"@types/pg": "^8.15.4",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}