{ "name": "@adala-ai/web", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "typecheck": "tsc --noEmit" }, "dependencies": { "@radix-ui/react-scroll-area": "1.2.11", "@radix-ui/react-slot": "1.2.5", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "framer-motion": "12.40.0", "lucide-react": "1.17.0", "next": "16.2.9", "pdfjs-dist": "6.0.227", "react": "19.2.7", "react-dom": "19.2.7", "tailwind-merge": "3.6.0" }, "devDependencies": { "@tailwindcss/postcss": "4.3.0", "@types/node": "25.9.3", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "eslint": "9.39.1", "eslint-config-next": "16.2.9", "tailwindcss": "4.3.0", "typescript": "6.0.3" } }