{ "name": "skweb", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.1.1", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "@supabase/auth-helpers-nextjs": "^0.7.3", "@supabase/supabase-js": "^2.31.0", "@types/node": "20.4.5", "@types/react": "18.2.16", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.14", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "eslint": "8.45.0", "eslint-config-next": "13.4.12", "lucide-react": "^0.263.1", "next": "13.4.12", "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.2", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.3", "tailwindcss-animate": "^1.0.6", "typescript": "5.1.6", "zod": "^3.21.4" }, "devDependencies": { "encoding": "^0.1.13", "prisma": "^5.0.0" } }