-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.89 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "think-graph",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.1.5",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/drei": "^9.102.3",
"@react-three/fiber": "^8.15.19",
"@sentry/nextjs": "^9.3.0",
"@supabase/supabase-js": "^2.49.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.159.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"cytoscape": "^3.28.1",
"cytoscape-cola": "^2.5.1",
"cytoscape-popper": "^2.0.0",
"d3": "^7.8.5",
"daisyui": "^4.12.10",
"echarts": "^5.4.3",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"github-markdown-css": "^5.8.1",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.441.0",
"neo4j-driver": "^5.17.0",
"next": "14.2.5",
"openai": "^4.57.3",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.2",
"three": "^0.159.0",
"three-spritetext": "^1.8.1",
"three-stdlib": "^2.29.4",
"tippy.js": "^6.3.7",
"typescript": "^5",
"zrender": "^5.4.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
}
}