{ "name": "graphrag-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test:e2e": "playwright test", "test:e2e:install": "playwright install --with-deps chromium" }, "dependencies": { "axios": "^1.7.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.417.0", "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-force-graph-2d": "^1.25.5", "react-force-graph-3d": "^1.29.1", "react-markdown": "^9.0.1", "recharts": "^2.12.7", "tailwind-merge": "^2.4.0", "three": "^0.179.0", "zustand": "^4.5.4" }, "devDependencies": { "@playwright/test": "^1.47.0", "@types/node": "^20.14.13", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/three": "^0.179.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-next": "14.2.5", "postcss": "^8.4.40", "tailwindcss": "^3.4.7", "tailwindcss-animate": "^1.0.7", "typescript": "^5.5.4" }, "overrides": { "three": "^0.179.0" } }