feat: Prisma entfernt, PostgreSQL mit pg implementiert, Favicon übernommen
Showing
app/favicon.ico
deleted
100644 → 0
25.3 KB
app/favicon.svg
0 → 100644
app/icon.svg
0 → 100644
lib/db.ts
0 → 100644
lib/prisma.ts
deleted
100644 → 0
lib/utils/db-helpers.ts
0 → 100644
| ... | ... | @@ -9,15 +9,15 @@ |
| "lint": "eslint" | ||
| }, | ||
| "dependencies": { | ||
| "@prisma/client": "^6.19.1", | ||
| "@radix-ui/react-label": "^2.1.8", | ||
| "@radix-ui/react-slot": "^1.2.4", | ||
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.1.1", | ||
| "lucide-react": "^0.562.0", | ||
| "nanoid": "^5.1.6", | ||
| "next": "16.1.1", | ||
| "next-themes": "^0.4.6", | ||
| "prisma": "^6.19.1", | ||
| "pg": "^8.16.3", | ||
| "react": "19.2.3", | ||
| "react-dom": "19.2.3", | ||
| "tailwind-merge": "^3.4.0", | ||
| ... | ... | @@ -26,6 +26,7 @@ |
| "devDependencies": { | ||
| "@tailwindcss/postcss": "^4", | ||
| "@types/node": "^20", | ||
| "@types/pg": "^8.16.0", | ||
| "@types/react": "^19", | ||
| "@types/react-dom": "^19", | ||
| "eslint": "^9", | ||
| ... | ... |
public/favicon.svg
0 → 100644
scripts/init-db.sql
0 → 100644