File size: 1,185 Bytes
3786a3f
 
 
 
 
 
 
 
 
 
 
 
 
d737dbb
 
 
 
3786a3f
 
 
 
d737dbb
3786a3f
d737dbb
3786a3f
0c1b988
d737dbb
3786a3f
 
 
 
 
 
0c1b988
3786a3f
d737dbb
 
3786a3f
 
 
d737dbb
d9484c2
 
0c1b988
3786a3f
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "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"
  }
}