mirror of
https://github.com/xavidop/cardex.git
synced 2026-08-28 17:01:07 +00:00
feat: add card generator
This commit is contained in:
+6
-1
@@ -9,11 +9,15 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"typecheck": "tsc --noEmit"
|
||||
"typecheck": "tsc --noEmit",
|
||||
"emulators": "firebase emulators:start",
|
||||
"emulators:ui": "firebase emulators:start --only hosting,firestore,auth",
|
||||
"dev:full": "concurrently \"npm run emulators\" \"npm run dev\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@genkit-ai/googleai": "^1.8.0",
|
||||
"@genkit-ai/next": "^1.8.0",
|
||||
"@google/genai": "^1.10.0",
|
||||
"@hookform/resolvers": "^4.1.3",
|
||||
"@radix-ui/react-accordion": "^1.2.3",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.6",
|
||||
@@ -59,6 +63,7 @@
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"concurrently": "^9.2.0",
|
||||
"genkit-cli": "^1.8.0",
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3.4.1",
|
||||
|
||||
Reference in New Issue
Block a user