Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-04-28 17:33:36 -04:00
parent 42620cc9ac
commit 16e93bdf26
12 changed files with 2212 additions and 1913 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
"lodash": "^4.17.21",
"lucide-react": "^0.395.0",
"mermaid": "^11.14.0",
"next": "^14.2.35",
"next": "^15.3.9",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^10.1.0",
@@ -35,7 +35,7 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "^16.2.4",
"eslint-config-next": "^15.3.9",
"postcss": "^8",
"prettier": "^3.2.0",
"prettier-plugin-tailwindcss": "^0.5.0",