51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|