mirror of
https://github.com/xavidop/cardex.git
synced 2026-08-28 17:01:07 +00:00
feat: video generation, image to image generation and a bunch of new features
This commit is contained in:
+6
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user