-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
147 lines (147 loc) · 4.58 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "uiuc-chat-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"bd": "infisical run --env=dev -- next build",
"dev": "infisical run --env=dev -- next dev",
"lint": "next lint",
"start": "next start",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.50",
"@ai-sdk/openai": "^0.0.34",
"@aws-sdk/client-s3": "3.338.0",
"@aws-sdk/s3-presigned-post": "3.338.0",
"@aws-sdk/s3-request-presigner": "3.338.0",
"@clerk/nextjs": "^5.6.0",
"@clerk/themes": "^1.7.5",
"@dqbd/tiktoken": "^1.0.16",
"@emotion/react": "^11.11.1",
"@magicbell/magicbell-react": "^10.9.10",
"@mantine/carousel": "^6.0.10",
"@mantine/core": "^6.0.10",
"@mantine/dates": "^6.0.10",
"@mantine/dropzone": "^6.0.10",
"@mantine/form": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/modals": "^6.0.10",
"@mantine/notifications": "^6.0.10",
"@mantine/nprogress": "^6.0.10",
"@mantine/spotlight": "^6.0.10",
"@mantine/tiptap": "^6.0.10",
"@mlc-ai/web-llm": "^0.2.51",
"@mozilla/readability": "^0.4.4",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@qdrant/js-client-rest": "^1.9.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@supabase/supabase-js": "^2.38.4",
"@t3-oss/env-nextjs": "^0.2.1",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-form": "^0.29.2",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.54.0",
"@tanstack/react-table": "^8.10.7",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@vercel/analytics": "^1.4.1",
"@vercel/edge-config": "^0.2.0",
"@vercel/kv": "^0.2.1",
"@vercel/speed-insights": "^1.1.0",
"ai": "^3.3.37",
"aws-sdk": "^2.1380.0",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
"embla-carousel-react": "^7.1.0",
"endent": "^2.1.0",
"eventsource-parser": "^1.0.0",
"framer-motion": "^11.5.2",
"i18next": "^22.5.0",
"js-tiktoken": "^1.0.15",
"jsdom": "^22.0.0",
"langchain": "^0.2.1",
"langsmith": "^0.1.25",
"lucide-react": "^0.447.0",
"mantine-datatable": "^6.0.0",
"next": "^13.5.6",
"next-i18next": "^13.2.2",
"ollama": "^0.5.6",
"ollama-ai-provider": "^0.10.0",
"openai": "^4.42.0",
"posthog-js": "^1.96.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-grid-heatmap": "^1.3.0",
"react-i18next": "^12.3.1",
"react-markdown": "^8.0.7",
"react-s3": "^1.3.1",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.14.1",
"redis": "^4.7.0",
"rehype-mathjax": "^4.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"styled-components": "^6.1.0",
"tabler-icons-react": "^1.56.0",
"tailwind-merge": "^2.5.2",
"use-debounce": "^10.0.4",
"vercel": "^31.0.1",
"zod": "^3.22.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.3",
"@nightwatch/selenium-server": "^4.20.0",
"@swc/core": "^1.9.2",
"@trunkio/launcher": "^1.3.1",
"@types/eslint": "^8.21.3",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.17.9",
"@types/node": "^18.16.13",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-query": "^1.2.9",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"chromedriver": "^131.0.0",
"cross-env": "^7.0.3",
"daisyui": "^3.3.1",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.12.0",
"nightwatch": "^3.9.0",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3"
},
"ct3aMetadata": {
"initVersion": "7.12.2"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}