Fixed Compileation Errors

This commit is contained in:
Ahmad 2024-06-25 22:32:55 -04:00
parent 7544b9b302
commit 47280da469
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 683 additions and 72 deletions

View file

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
@ -31,13 +31,14 @@
"@tanstack/react-query": "^5.45.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"babel-plugin-react-compiler": "^0.0.0-experimental-938cd9a-20240601",
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"lodash": "^4.17.21",
"lucide-react": "^0.396.0",
"next": "^15.0.0-rc.0",
"next": "15.0.0-canary.44",
"react": "^19.0.0-rc.0",
"react-day-picker": "^8.10.1",
"react-dom": "^19.0.0-rc.0",