epic-ux-design #1

Open
sepehr wants to merge 26 commits from epic-ux-design into main
2 changed files with 2494 additions and 3146 deletions
Showing only changes of commit 789ccfd081 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@@ -52,7 +52,7 @@
"muuri": "^0.9.5", "muuri": "^0.9.5",
"next": "^16.1.6", "next": "^16.1.6",
"next-auth": "^5.0.0-beta.30", "next-auth": "^5.0.0-beta.30",
"nodemailer": "^7.0.12", "nodemailer": "^8.0.4",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"react": "19.2.3", "react": "19.2.3",
"react-dom": "19.2.3", "react-dom": "19.2.3",
@@ -81,11 +81,16 @@
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"@vitest/coverage-v8": "^4.0.18", "@vitest/coverage-v8": "^4.0.18",
"agentation": "^3.0.2",
"prisma": "^5.22.0", "prisma": "^5.22.0",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.0",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "5.9.3", "typescript": "5.9.3",
"vitest": "^4.0.18" "vitest": "^4.0.18"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"nodemailer": "^8.0.4"
} }
} }