refactor(all): migrate from React to Next.js

This commit is contained in:
2026-05-20 09:46:17 +03:30
parent dacbd3a328
commit f23108cda3
86 changed files with 2831 additions and 2679 deletions

View File

@@ -1,14 +1,13 @@
{
"name": "vite_react_shadcn_ts",
"name": "guilan-ace-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"dev": "next dev --port 8080",
"build": "next build",
"lint": "eslint .",
"preview": "vite preview"
"start": "next start --port 3000"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
@@ -45,17 +44,19 @@
"cmdk": "^1.1.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.6.0",
"html2canvas": "^1.4.1",
"input-otp": "^1.4.2",
"jspdf": "^2.5.1",
"lucide-react": "^0.462.0",
"next": "^15.4.6",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.61.1",
"react-markdown": "^9.0.3",
"react-qr-code": "^2.0.11",
"react-resizable-panels": "^2.1.9",
"react-router-dom": "^6.30.1",
"recharts": "^2.15.4",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
@@ -64,28 +65,23 @@
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.9",
"zod": "^3.25.76",
"react-qr-code": "^2.0.11",
"jspdf": "^2.5.1",
"html2canvas": "^1.4.1"
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@next/eslint-plugin-next": "^16.2.6",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.16.5",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^3.11.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"lovable-tagger": "^1.1.10",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^5.4.19"
"typescript-eslint": "^8.38.0"
}
}