{ "name": "mangaverse", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "@elastic/elasticsearch": "^8.12.0", "@huggingface/inference": "^2.6.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.0.2", "@tailwindcss/forms": "^0.5.7", "@tanstack/react-query": "^5.17.19", "@types/node": "^20.11.17", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "axios": "^1.6.7", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "date-fns": "^3.3.1", "elastic-apm-node": "^3.50.0", "framer-motion": "^11.0.6", "lucide-react": "^0.312.0", "next": "^14.1.0", "pg": "^8.11.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.50.1", "react-youtube": "^10.1.0", "sonner": "^1.4.0", "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7", "typescript": "^5.3.3", "zod": "^3.22.4" }, "devDependencies": { "autoprefixer": "^10.4.17", "postcss": "^8.4.35", "tailwindcss": "^3.4.1" } }