-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.18 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
68
69
70
71
72
73
74
75
76
77
{
"name": "consultant",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint"
},
"dependencies": {
"@fontsource/inter": "^5.2.5",
"@fontsource/poppins": "^5.2.5",
"@fontsource/public-sans": "^5.2.5",
"@headlessui/react": "^2.2.1",
"@langchain/core": "^0.3.44",
"@langchain/openai": "^0.5.5",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.2",
"@react-three/drei": "^9.108.0",
"@react-three/fiber": "^8.16.0",
"@types/d3-force": "^3.0.10",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-force": "^3.0.0",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"gray-matter": "^4.0.3",
"jdenticon": "^3.3.0",
"langchain": "^0.3.21",
"lucide-react": "^0.487.0",
"next": "^14.2.0",
"openai": "^4.93.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-force-graph-2d": "^1.27.1",
"react-force-graph-3d": "^1.26.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-slick": "^0.30.3",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"recharts": "^2.15.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"resend": "^4.2.0",
"sharp": "^0.34.1",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.175.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/d3": "^7.4.3",
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-scale": "^4.0.9",
"@types/d3-selection": "^3.0.11",
"@types/d3-zoom": "^3.0.8",
"@types/node": "^20",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"postcss": "^8.5.3",
"tailwindcss": "~3.4.0",
"typescript": "^5"
}
}