diff --git a/package.json b/package.json index 0b32cee..f6827dc 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "moment-hijri": "^3.0.0", "next": "15.1.0", "next-i18next": "^15.4.1", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "18.2.0", + "react-dom": "18.2.0", "react-i18next": "^15.4.0", - "react-icons": "^5.4.0" + "react-icons": "4.11.0" }, "devDependencies": { "@eslint/eslintrc": "^3", diff --git a/tsconfig.json b/tsconfig.json index 4c6736c..7ccda0f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,8 +15,10 @@ "incremental": true, "paths": { "@/*": ["./src/*"] - } + }, + "moduleResolution": "node", + "forceConsistentCasingInFileNames": true }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next-i18next.config.js"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.js"], "exclude": ["node_modules"] -} +} \ No newline at end of file