{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "preinstall": "npx npm-force-resolutions", "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@ai-sdk/react": "^2.0.11", "@swc/helpers": "^0.5.17", "@tailwindcss/postcss": "^4.1.11", "ai": "^5.0.11", "autoprefixer": "^10.4.21", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "katex": "^0.16.22", "lucide-react": "^0.539.0", "pdfjs-dist": "4.10.38", "postcss": "^8.5.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-katex": "^3.1.0", "react-markdown": "^10.1.0", "react-pdf-highlighter-extended": "^8.1.0", "react-router-dom": "^7.7.0", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", "remark-math": "^6.0.0", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.11" }, "resolutions": { "pdfjs-dist": "4.10.38" }, "devDependencies": { "@eslint/js": "^9.30.1", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "eslint": "^9.30.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "npm-force-resolutions": "^0.0.10", "tw-animate-css": "^1.3.6", "vite": "^7.0.4" } }