{ "name": "interpreter-admin-dashboard", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@hookform/resolvers": "^3.3.2", "@stripe/stripe-js": "^2.2.2", "@supabase/auth-helpers-nextjs": "^0.8.7", "@supabase/supabase-js": "^2.38.5", "@tailwindcss/forms": "^0.5.10", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^20.10.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "@types/react-table": "^7.7.17", "autoprefixer": "^10.4.16", "bcryptjs": "^3.0.2", "clsx": "^2.0.0", "date-fns": "^2.30.0", "jsonwebtoken": "^9.0.2", "lucide-react": "^0.294.0", "next": "^14.0.4", "postcss": "^8.4.32", "react": "^18.2.0", "react-calendar": "^4.6.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.48.2", "react-hot-toast": "^2.4.1", "react-table": "^7.8.0", "react-use": "^17.4.2", "recharts": "^2.8.0", "socket.io-client": "^4.7.4", "stripe": "^14.9.0", "tailwindcss": "^3.3.6", "twilio": "^4.19.0", "typescript": "^5.3.3", "zod": "^3.22.4", "zustand": "^4.4.7" }, "devDependencies": { "@types/react-calendar": "^3.9.0", "eslint": "^8.56.0", "eslint-config-next": "^14.0.4" } }