-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
226 lines (226 loc) · 7.24 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"name": "wapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node swEnvBuild.js && next dev",
"build": "next build && node swEnvBuild.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"@apollo/client": "^3.10.4",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/standalone": "^7.24.7",
"@clerk/backend": "^1.3.1",
"@clerk/clerk-react": "^5.2.2",
"@clerk/nextjs": "^5.1.3",
"@codemirror/lang-css": "^6.2.1",
"@contentful/rich-text-react-renderer": "^15.21.2",
"@dotlottie/react-player": "^1.6.19",
"@dqbd/tiktoken": "^1.0.15",
"@edgestore/react": "^0.1.6",
"@edgestore/server": "^0.1.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@google/generative-ai": "^0.12.0",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.4.2",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@mui/styles": "^5.16.4",
"@nanostores/react": "github:ai/react",
"@next/third-parties": "^14.2.4",
"@nextui-org/navbar": "^2.0.32",
"@nextui-org/react": "^2.4.2",
"@paypal/checkout-server-sdk": "^1.0.3",
"@paypal/react-paypal-js": "^8.5.0",
"@prisma/client": "^5.15.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.1.2",
"@reduxjs/toolkit": "^2.2.5",
"@stripe/stripe-js": "^4.0.0",
"@supabase/supabase-js": "^2.43.4",
"@tailwindcss/typography": "^0.5.13",
"@tiptap/core": "^2.5.1",
"@tiptap/extension-character-count": "^2.4.0",
"@tiptap/extension-code-block-lowlight": "^2.4.0",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-font-family": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
"@tiptap/extension-subscript": "^2.4.0",
"@tiptap/extension-superscript": "^2.4.0",
"@tiptap/extension-table": "^2.4.0",
"@tiptap/extension-table-cell": "^2.4.0",
"@tiptap/extension-table-header": "^2.4.0",
"@tiptap/extension-task-item": "^2.4.0",
"@tiptap/extension-task-list": "^2.4.0",
"@tiptap/extension-text-align": "^2.4.0",
"@tiptap/extension-typography": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/extension-youtube": "^2.4.0",
"@tiptap/pm": "^2.5.1",
"@tiptap/react": "^2.5.1",
"@tiptap/starter-kit": "^2.5.1",
"@tiptap/suggestion": "^2.4.0",
"@upstash/ratelimit": "^1.2.1",
"@vercel/blob": "^0.23.3",
"@vercel/kv": "^2.0.0",
"ai": "^3.1.30",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"babel-loader": "^9.1.3",
"chart.js": "^4.4.3",
"child_process": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"codemirror": "^5.65.16",
"contentful": "^10.11.12",
"convex": "^1.12.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.9.4",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"framer-motion": "^11.2.10",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"graphql": "^16.9.0",
"highlight.js": "^11.9.0",
"html2canvas": "^1.4.1",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"input-otp": "^1.2.4",
"install": "^0.13.0",
"jotai": "^2.8.3",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"lucide-react": "^0.383.0",
"mammoth": "^1.8.0",
"match-sorter": "^6.3.4",
"next": "14.2.3",
"next-themes": "^0.3.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.13",
"noisejs": "^2.1.0",
"npm": "^10.8.1",
"openai": "^4.49.1",
"papaparse": "^5.4.1",
"path": "^0.12.7",
"paypal-checkout": "^4.0.343",
"prisma": "^5.15.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18",
"react-audio-player": "^0.17.0",
"react-chartjs-2": "^5.2.0",
"react-codemirror2": "^8.0.0",
"react-colorful": "^5.6.1",
"react-d3-tree": "^3.6.2",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-feather": "^2.0.10",
"react-force-graph": "^1.44.4",
"react-ga": "^3.3.1",
"react-hook-form": "^7.51.5",
"react-horizontal-scrolling-menu": "^7.1.0",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-joyride": "^2.8.2",
"react-markdown": "^9.0.1",
"react-moveable": "^0.56.0",
"react-multi-carousel": "^2.8.5",
"react-phone-number-input": "^3.4.3",
"react-redux": "^9.1.2",
"react-scroll-to-bottom": "^4.2.0",
"react-social-icons": "^6.16.0",
"react-syntax-highlighter": "^15.5.0",
"react-tabs": "^6.0.2",
"react-textarea-autosize": "^8.5.3",
"react-timer-hook": "^3.0.7",
"react-toastify": "^10.0.5",
"redux-persist": "^6.0.0",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"reselect": "^4.1.8",
"sass": "^1.77.4",
"sonner": "^1.4.41",
"stripe": "^16.2.0",
"styled-components": "^6.1.11",
"svix": "^1.24.0",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"tiptap": "^1.32.2",
"tiptap-extension-auto-joiner": "^0.1.3",
"tiptap-extension-font-size": "^1.2.0",
"tiptap-extension-global-drag-handle": "^0.1.10",
"tiptap-markdown": "^0.8.10",
"ts-pattern": "^5.2.0",
"tss-react": "^4.9.10",
"unsplash-js": "^7.0.19",
"use-countdown-timer": "^1.3.2",
"use-debounce": "^10.0.1",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"wavesurfer.js": "^7.7.15",
"xlsx": "^0.18.5",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@types/glob": "^8.1.0",
"@types/json-schema": "^7.0.15",
"@types/minimatch": "^5.1.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"@types/wrap-ansi": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss-border-image": "^1.1.2",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
}
}