feat: video generation, image to image generation and a bunch of new features

This commit is contained in:
xavidop
2025-07-23 16:12:17 +02:00
parent 5a5b279c4a
commit d3bf5498ad
46 changed files with 6606 additions and 1329 deletions
+6 -5
View File
@@ -15,8 +15,8 @@
"dev:full": "concurrently \"npm run emulators\" \"npm run dev\""
},
"dependencies": {
"@genkit-ai/googleai": "^1.8.0",
"@genkit-ai/next": "^1.8.0",
"@genkit-ai/googleai": "^1.15.1",
"@genkit-ai/next": "^1.15.1",
"@google/genai": "^1.10.0",
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-accordion": "^1.2.3",
@@ -45,10 +45,11 @@
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.5.0",
"firebase": "^11.8.1",
"genkit": "^1.8.0",
"firebase": "^11.10.0",
"genkit": "^1.15.1",
"lucide-react": "^0.475.0",
"next": "15.3.3",
"openai": "^5.10.1",
"patch-package": "^8.0.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
@@ -64,7 +65,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^9.2.0",
"genkit-cli": "^1.8.0",
"genkit-cli": "^1.15.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"