-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 KB
/
package.json
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
{
"dependencies": {
"@radix-ui/react-direction": "^1.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@reactflow/background": "^11.3.14",
"@reactflow/controls": "^11.2.14",
"@reactflow/core": "^11.11.4",
"@reactflow/node-resizer": "^2.2.14",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.460.0",
"openai": "^4.72.0",
"react-beautiful-dnd": "^13.1.1",
"react-date-picker": "^11.0.0",
"react-date-range": "^2.0.1",
"react-datepicker": "^7.5.0",
"react-force-graph": "^1.44.7",
"react-markdown": "^9.0.1",
"react-vis-network-graph": "^3.0.1",
"reactflow": "^11.11.4"
},
"devDependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"shadcn-ui": "^0.9.3",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7"
}
}