feat: KitchenStock light UI, Gemma 31B AI, supermarket store filters & 130+ vegan products

This commit is contained in:
KitchenStock
2026-07-26 20:08:16 +02:00
commit 83fcf6909c
81 changed files with 17001 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
{
"name": "kitchen-stock",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "npx vitest run",
"test:watch": "npx vitest",
"test:e2e": "playwright test",
"check": "npm run lint && npm run typecheck && npm run test && npm run build"
},
"dependencies": {
"@google/genai": "latest",
"@hookform/resolvers": "^3.9.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.446.0",
"next": "^15.1.0",
"next-themes": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.53.0",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@tailwindcss/postcss": "^4.0.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.16.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.1.0",
"jsdom": "^25.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}