{ "name": "nile_ai_pdf", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.3.3", "@niledatabase/server": "^1.0.0-alpha.200", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tooltip": "^1.0.7", "@stripe/stripe-js": "^2.2.2", "@theniledev/react": "^1.0.0-alpha.194", "@uploadthing/react": "^6.0.2", "ai": "^2.2.30", "axios": "^1.6.3", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "cmdk": "^0.2.0", "jwt-decode": "^4.0.0", "langchain": "^0.0.212", "lucide-react": "^0.301.0", "next": "^14.0.4", "next-themes": "^0.2.1", "pdf-parse": "^1.1.1", "react": "^18", "react-dom": "^18", "react-dropzone": "^14.2.3", "react-hook-form": "^7.49.2", "react-markdown": "^9.0.1", "react-pdf": "^7.6.0", "react-resizable-panels": "^1.0.5", "react-resize-detector": "^9.1.1", "react-spinners": "^0.13.8", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "simplebar-react": "^3.2.4", "sonner": "^1.3.1", "stripe": "^14.10.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "typewriter-effect": "^2.21.0", "uploadthing": "^6.1.0", "usehooks-ts": "^2.9.1", "zod": "^3.22.4", "zustand": "^4.4.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.0.4", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" } }