mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Fixed Compileation Errors
This commit is contained in:
parent
7544b9b302
commit
47280da469
3 changed files with 683 additions and 72 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"extends": ["next/core-web-vitals", "prettier"],
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"plugins": ["@typescript-eslint", "eslint-plugin-react-compiler"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"overrides": [
|
||||
{
|
||||
|
@ -9,5 +9,8 @@
|
|||
"project": "./tsconfig.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"rules": {
|
||||
"react-compiler/react-compiler": "warn"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue