-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.46 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "learn-better",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^0.0.52",
"@ai-sdk/mistral": "^0.0.44",
"@ai-sdk/openai": "^0.0.68",
"@ducanh2912/next-pwa": "^10.2.9",
"@langchain/community": "^0.3.7",
"@langchain/core": "^0.3.13",
"@langchain/langgraph": "^0.2.16",
"@langchain/openai": "^0.3.11",
"@material-symbols/font-400": "^0.24.0",
"@nextui-org/accordion": "^2.0.40",
"@nextui-org/autocomplete": "^2.1.7",
"@nextui-org/avatar": "^2.0.33",
"@nextui-org/badge": "^2.0.32",
"@nextui-org/button": "^2.0.38",
"@nextui-org/calendar": "^2.0.12",
"@nextui-org/card": "^2.0.34",
"@nextui-org/checkbox": "^2.1.5",
"@nextui-org/chip": "^2.0.33",
"@nextui-org/divider": "^2.0.32",
"@nextui-org/dropdown": "^2.1.31",
"@nextui-org/image": "^2.0.32",
"@nextui-org/input": "^2.2.5",
"@nextui-org/kbd": "^2.0.34",
"@nextui-org/link": "^2.0.35",
"@nextui-org/modal": "^2.0.41",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/progress": "^2.0.34",
"@nextui-org/radio": "^2.1.5",
"@nextui-org/scroll-shadow": "^2.1.20",
"@nextui-org/select": "^2.2.7",
"@nextui-org/skeleton": "^2.0.32",
"@nextui-org/slider": "^2.2.17",
"@nextui-org/spinner": "^2.0.34",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/system": "^2.2.6",
"@nextui-org/table": "^2.0.40",
"@nextui-org/tabs": "^2.0.37",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/tooltip": "^2.0.41",
"@nextui-org/use-infinite-scroll": "^2.1.5",
"@nextui-org/user": "^2.0.34",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@react-stately/data": "^3.11.7",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@tailwindcss/typography": "^0.5.15",
"@uppy/core": "^4.2.2",
"@uppy/dashboard": "^4.1.0",
"@uppy/drag-drop": "^4.0.3",
"@uppy/file-input": "^4.0.2",
"@uppy/progress-bar": "^4.0.0",
"@uppy/react": "^4.0.2",
"@uppy/tus": "^4.1.2",
"ai": "^3.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.4",
"lucide-react": "^0.454.0",
"next": "14.2.15",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.7.15",
"react": "^18",
"react-cookie": "^7.2.0",
"react-dom": "^18",
"react-infinite-scroller": "^1.2.6",
"react-markdown": "^9.0.1",
"react-noise": "^0.2.11",
"react-price-animation": "^1.0.7",
"react-sortablejs": "^6.1.4",
"react-toastify": "^10.0.5",
"react-use-precision-timer": "^3.5.5",
"recharts": "^2.13.0",
"remark-gfm": "^4.0.0",
"sortablejs": "^1.15.3",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"vaul": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-infinite-scroller": "^1.2.5",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.95.0"
}
}