forked from CAII-NCSA/uiuc-chat-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.44 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
{
"name": "learning-t3",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"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": {
"@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": "^4.21.0",
"@clerk/themes": "^1.7.5",
"@dqbd/tiktoken": "^1.0.7",
"@emotion/react": "^11.11.0",
"@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/prism": "^6.0.10",
"@mantine/spotlight": "^6.0.10",
"@mantine/tiptap": "^6.0.10",
"@mozilla/readability": "^0.4.4",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@supabase/supabase-js": "^2.24.0",
"@t3-oss/env-nextjs": "^0.2.1",
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.28.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"@uploadthing/react": "^3.0.1",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.0",
"@vercel/kv": "^0.2.1",
"aws-sdk": "^2.1380.0",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.1.0",
"endent": "^2.1.0",
"eventsource-parser": "^1.0.0",
"i18next": "^22.5.0",
"jsdom": "^22.0.0",
"next": "^13.4.19",
"next-auth": "^4.21.0",
"next-i18next": "^13.2.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.3.1",
"react-markdown": "^8.0.7",
"react-s3": "^1.3.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-mathjax": "^4.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"superjson": "1.12.2",
"uploadthing": "^3.0.1",
"vercel": "^31.4.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.3",
"@types/eslint": "^8.21.3",
"@types/jsdom": "^21.1.1",
"@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",
"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",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.11.0",
"sass": "^1.66.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.2"
},
"ct3aMetadata": {
"initVersion": "7.12.2"
}
}