Files
Dramlog-Prod/package.json
2025-12-17 23:12:53 +01:00

37 lines
860 B
JSON

{
"name": "whisky-vault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.39.0",
"@tanstack/react-query": "^5.0.0",
"canvas-confetti": "^1.9.2",
"lucide-react": "^0.300.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"uuid": "^13.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}