{ "name": "aounapp", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@floating-ui/react": "^0.27.16", "@hookform/resolvers": "^5.2.2", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@tailwindcss/typography": "^0.5.19", "@uiw/react-markdown-preview": "^5.1.5", "@uiw/react-md-editor": "^4.0.8", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "embla-carousel-react": "^8.6.0", "eventsource-parser": "^3.0.6", "jsonwebtoken": "^9.0.2", "lodash.throttle": "^4.1.1", "lucide-react": "^0.554.0", "mongoose": "^9.0.0", "next": "16.0.3", "next-themes": "^0.4.6", "openai": "^6.9.1", "react": "19.2.0", "react-dom": "19.2.0", "react-hook-form": "^7.66.1", "react-hotkeys-hook": "^5.2.1", "react-markdown": "^10.1.0", "recharts": "^3.5.1", "rehype-pretty-code": "^0.14.1", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "rehype-stringify": "^10.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "sharp": "^0.34.5", "shiki": "^3.17.0", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "unified": "^11.0.5", "zod": "^4.1.13" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.17", "@types/jsonwebtoken": "^9.0.10", "@types/lodash.throttle": "^4.1.9", "@types/node": "^20.19.25", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "eslint": "^9.39.1", "eslint-config-next": "16.0.3", "sass": "^1.94.2", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } }