{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-scroll-area": "^1.2.10", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.18", "apache-arrow": "^21.1.0", "clsx": "^2.1.1", "katex": "^0.16.11", "lucide-react": "^0.562.0", "next": "16.1.1", "react": "19.2.3", "react-dom": "19.2.3", "react-markdown": "^9.0.1", "recharts": "^3.6.0", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "tailwind-merge": "^3.4.0", "zundo": "^2.3.0", "zustand": "^5.0.9" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "autoprefixer": "^10.4.23", "eslint": "^9", "eslint-config-next": "16.1.1", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", "typescript": "^5" } }