Fixed Compile Issues

This commit is contained in:
Ahmad 2024-12-18 21:39:25 -05:00
parent 7578b189ef
commit e006da673e
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
13 changed files with 1289 additions and 2620 deletions

View file

@ -6,7 +6,7 @@
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "next lint && tsc --noemit",
"postinstall": "prisma generate --no-engine",
"format": "prettier --check --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .prettierignore ."
@ -40,7 +40,7 @@
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"compression": "^1.7.5",
"date-fns": "^4.1.0",
"dompurify": "^3.2.3",
"lodash": "^4.17.21",
@ -49,7 +49,6 @@
"react": "^19.0.0",
"react-day-picker": "^9.4.4",
"react-dom": "^19.0.0",
"react-lazyload": "^3.2.0",
"sharp": "^0.33.5",
"sonner": "^1.7.1",
"stripe": "^17.4.0",
@ -69,6 +68,7 @@
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/eslint-plugin-next": "15.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/compression": "^1.7.5",
"@types/dompurify": "^3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",