This commit is contained in:
2025-11-06 01:40:00 +01:00
parent de5f54f4bc
commit 602c5a40f1
108 changed files with 9859 additions and 1382 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "modern-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -10,27 +10,35 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.16",
"@types/react-router": "^5.1.20",
"axios": "^1.13.0",
"globals": "^16.4.0",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/themes": "^3.2.1",
"@vitejs/plugin-react": "^5.0.2",
"autoprefixer": "^10.4.19",
"date-fns": "^3.6.0",
"framer-motion": "^12.12.2",
"lucide-react": "^0.462.0",
"postcss": "^8.4.38",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.8.1",
"tailwindcss": "^4.1.16"
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.23.0",
"react-toastify": "^11.0.5",
"recharts": "^2.12.7",
"tailwindcss": "^3.4.1",
"vite": "^7.1.6",
"zod": "^3.23.8",
"@supabase/supabase-js": "^2.57.4"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/axios": "^0.9.36",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"@eslint/js": "^9.35.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
"typescript-eslint": "^8.43.0"
}
}
}