mtxuilib 0.1.181 → 0.1.182

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +297 -297
package/package.json CHANGED
@@ -1,299 +1,299 @@
1
1
  {
2
- "name": "mtxuilib",
3
- "private": false,
4
- "version": "0.1.181",
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
- "type": "module",
9
- "files": ["dist"],
10
- "typesVersions": {
11
- "*": {
12
- "*": [
13
- "src/*.ts",
14
- "src/*.tsx",
15
- "src/*/index.ts",
16
- "src/*/index.tsx",
17
- "dist/*",
18
- "dist/*/index"
19
- ]
20
- }
21
- },
22
- "exports": {
23
- "./package.json": "./package.json",
24
- ".": {
25
- "types": ["./src/index.ts", "./dist/index.js", "./dist/index.jsx"],
26
- "import": ["./src/index.ts", "./dist/index.js", "./dist/index.jsx"],
27
- "require": ["./dist/index.js", "./dist/index.jsx"]
28
- },
29
- "./*": {
30
- "types": [
31
- "./src/*.ts",
32
- "./src/*/index.ts",
33
- "./src/*.tsx",
34
- "./src/*/index.tsx"
35
- ],
36
- "import": [
37
- "./src/*.ts",
38
- "./src/*.tsx",
39
- "./src/*/index.ts",
40
- "./src/*/index.tsx",
41
- "./dist/*.js",
42
- "./dist/*.jsx",
43
- "./dist/*/index.js",
44
- "./dist/*/index.jsx"
45
- ],
46
- "require": [
47
- "./dist/*.js",
48
- "./dist/*.jsx",
49
- "./dist/*/index.js",
50
- "./dist/*/index.jsx",
51
- "./src/*.ts",
52
- "./src/*/index.ts",
53
- "./src/*.tsx",
54
- "./src/*/index.tsx"
55
- ]
56
- },
57
- "./styles/*": {
58
- "import": ["./dist/styles/*", "./src/styles/*"],
59
- "require": ["./dist/styles/*", "./src/styles/*"]
60
- }
61
- },
62
- "scripts": {
63
- "dev": "npx next dev",
64
- "build": "rimraf ./dist/ && bunx tsc -p tsconfig.json --outDir dist --jsx \"react-jsx\" --incremental false --noEmit false --removeComments true"
65
- },
66
- "dependencies": {
67
- "@ai-sdk/openai": "^0.0.45",
68
- "@auth/core": "^0.34.2",
69
- "@bufbuild/protobuf": "^1.8.0",
70
- "@connectrpc/connect": "^1.4.0",
71
- "@connectrpc/connect-web": "^1.4.0",
72
- "@headlessui/react": "^2.0.4",
73
- "@hookform/resolvers": "^3.6.0",
74
- "@radix-ui/react-accessible-icon": "^1.0.3",
75
- "@radix-ui/react-accordion": "^1.1.2",
76
- "@radix-ui/react-alert-dialog": "^1.0.4",
77
- "@radix-ui/react-aspect-ratio": "^1.0.3",
78
- "@radix-ui/react-avatar": "^1.0.3",
79
- "@radix-ui/react-checkbox": "^1.0.4",
80
- "@radix-ui/react-collapsible": "^1.0.3",
81
- "@radix-ui/react-context-menu": "^2.1.4",
82
- "@radix-ui/react-dialog": "^1.0.5",
83
- "@radix-ui/react-dropdown-menu": "^2.0.5",
84
- "@radix-ui/react-hover-card": "^1.0.6",
85
- "@radix-ui/react-icons": "^1.3.0",
86
- "@radix-ui/react-label": "^2.0.2",
87
- "@radix-ui/react-menubar": "^1.0.3",
88
- "@radix-ui/react-navigation-menu": "^1.1.3",
89
- "@radix-ui/react-popover": "^1.0.6",
90
- "@radix-ui/react-progress": "^1.0.3",
91
- "@radix-ui/react-radio-group": "^1.1.3",
92
- "@radix-ui/react-scroll-area": "^1.0.4",
93
- "@radix-ui/react-select": "^1.2.2",
94
- "@radix-ui/react-separator": "^1.0.3",
95
- "@radix-ui/react-slider": "^1.1.2",
96
- "@radix-ui/react-slot": "^1.0.2",
97
- "@radix-ui/react-switch": "^1.0.3",
98
- "@radix-ui/react-tabs": "^1.0.4",
99
- "@radix-ui/react-toast": "^1.1.4",
100
- "@radix-ui/react-toggle": "^1.0.3",
101
- "@radix-ui/react-toggle-group": "^1.0.4",
102
- "@radix-ui/react-toolbar": "^1.0.4",
103
- "@radix-ui/react-tooltip": "^1.0.6",
104
- "@tanstack/react-query": "^5.45.1",
105
- "@tanstack/react-query-devtools": "^5.45.1",
106
- "@tanstack/react-query-next-experimental": "^5.45.1",
107
- "@tiptap/core": "^2.4.0",
108
- "@tiptap/extension-character-count": "^2.5.7",
109
- "@tiptap/extension-code-block-lowlight": "^2.4.0",
110
- "@tiptap/extension-color": "^2.4.0",
111
- "@tiptap/extension-document": "^2.4.0",
112
- "@tiptap/extension-dropcursor": "^2.4.0",
113
- "@tiptap/extension-highlight": "^2.4.0",
114
- "@tiptap/extension-horizontal-rule": "^2.4.0",
115
- "@tiptap/extension-image": "^2.4.0",
116
- "@tiptap/extension-link": "^2.4.0",
117
- "@tiptap/extension-list-item": "^2.4.0",
118
- "@tiptap/extension-paragraph": "^2.4.0",
119
- "@tiptap/extension-placeholder": "^2.4.0",
120
- "@tiptap/extension-task-item": "^2.4.0",
121
- "@tiptap/extension-task-list": "^2.4.0",
122
- "@tiptap/extension-text": "^2.4.0",
123
- "@tiptap/extension-text-style": "^2.4.0",
124
- "@tiptap/extension-underline": "^2.4.0",
125
- "@tiptap/extension-youtube": "^2.4.0",
126
- "@tiptap/html": "^2.4.0",
127
- "@tiptap/pm": "^2.4.0",
128
- "@tiptap/react": "^2.4.0",
129
- "@tiptap/starter-kit": "^2.4.0",
130
- "@tiptap/suggestion": "^2.4.0",
131
- "@trpc/client": "^11.0.0-rc.477",
132
- "@trpc/react-query": "^11.0.0-rc.477",
133
- "@trpc/server": "^11.0.0-rc.477",
134
- "@upstash/ratelimit": "^1.1.3",
135
- "@vercel/analytics": "^1.3.1",
136
- "@vercel/kv": "^2.0.0",
137
- "@vercel/og": "^0.6.2",
138
- "ai": "^3.3.6",
139
- "class-variance-authority": "^0.7.0",
140
- "clsx": "^2.1.0",
141
- "cmdk": "0.2.1",
142
- "compression": "^1.7.4",
143
- "d3-scale": "^4.0.2",
144
- "date-fns": "^3.6.0",
145
- "embla-carousel-autoplay": "^8.1.3",
146
- "embla-carousel-react": "^8.1.3",
147
- "focus-trap-react": "^10.2.3",
148
- "framer-motion": "^11.2.12",
149
- "geist": "^1.3.0",
150
- "html-react-parser": "^5.1.10",
151
- "input-otp": "^1.2.4",
152
- "jotai": "^2.8.1",
153
- "lodash": "^4.17.21",
154
- "lodash.template": "^4.5.0",
155
- "lru-cache": "^10.2.2",
156
- "lucide-react": "^0.381.0",
157
- "markdown-it": "^14.1.0",
158
- "markdown-wasm": "^1.2.0",
159
- "mjml-react": "^2.0.8",
160
- "nanoid": "^5.0.7",
161
- "next": "14.2.4",
162
- "next-auth": "^5.0.0-beta.19",
163
- "next-contentlayer": "0.3.4",
164
- "next-nprogress-bar": "^2.3.12",
165
- "next-themes": "^0.3.0",
166
- "node-html-parser": "^6.1.13",
167
- "octokit": "^4.0.2",
168
- "openai": "^4.55.5",
169
- "path-to-regexp": "^6.2.2",
170
- "react": "^19.0.0-rc-8971381549-20240625",
171
- "react-day-picker": "^8.9.1",
172
- "react-dom": "^19.0.0-rc-8971381549-20240625",
173
- "react-easy-infinite-scroll-hook": "^2.1.4",
174
- "react-error-boundary": "^4.0.11",
175
- "react-hook-form": "^7.52.0",
176
- "react-hotkeys-hook": "^4.5.0",
177
- "react-intersection-observer": "^9.13.0",
178
- "react-markdown": "9.0.1",
179
- "react-moveable": "^0.56.0",
180
- "react-resizable-panels": "^2.0.19",
181
- "react-syntax-highlighter": "^15.5.0",
182
- "react-textarea-autosize": "^8.5.3",
183
- "react-tweet": "^3.2.1",
184
- "react-use": "^17.5.0",
185
- "recharts": "^2.12.4",
186
- "rehype-external-links": "^3.0.0",
187
- "rehype-sanitize": "^6.0.0",
188
- "remark-gfm": "^4.0.0",
189
- "remark-math": "^5.1.1",
190
- "sonner": "^1.5.0",
191
- "superjson": "^2.2.1",
192
- "tippy.js": "^6.3.7",
193
- "tiptap-extension-auto-joiner": "^0.1.1",
194
- "tiptap-extension-global-drag-handle": "^0.1.7",
195
- "tiptap-markdown": "^0.8.9",
196
- "ts-morph": "^22.0.0",
197
- "tunnel-rat": "^0.1.2",
198
- "use-debounce": "^10.0.0",
199
- "use-resize-observer": "^9.1.0",
200
- "usehooks-ts": "^3.1.0",
201
- "vaul": "^0.9.1",
202
- "video.js": "^8.12.0",
203
- "zod": "^3.23.8"
204
- },
205
- "devDependencies": {
206
- "@pandacss/dev": "^0.44.0",
207
- "@types/jquery": "^3.5.29",
208
- "@babel/core": "^7.24.6",
209
- "@bufbuild/buf": "^1.32.0",
210
- "@bufbuild/protoc-gen-es": "^1.7.2",
211
- "@changesets/cli": "^2.27.3",
212
- "@changesets/get-github-info": "^0.6.0",
213
- "@cloudflare/kv-asset-handler": "^0.3.2",
214
- "@cloudflare/workers-types": "^4.20240512.0",
215
- "@connectrpc/protoc-gen-connect-es": "^1.4.0",
216
- "@edge-runtime/ponyfill": "^2.4.2",
217
- "@jest/globals": "^29.7.0",
218
- "@jest/types": "^29.6.3",
219
- "@netlify/plugin-nextjs": "^4.29.2",
220
- "@playwright/test": "^1.28.1",
221
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
222
- "@shikijs/compat": "^1.1.7",
223
- "@storybook/addon-essentials": "^8.0.0",
224
- "@storybook/addon-interactions": "^8.0.0",
225
- "@storybook/addon-links": "^8.0.0",
226
- "@storybook/addon-onboarding": "^8.0.0",
227
- "@storybook/addon-themes": "^8.0.0",
228
- "@storybook/blocks": "^8.0.0",
229
- "@storybook/client-logger": "next",
230
- "@storybook/nextjs": "^8.0.0",
231
- "@storybook/react": "^8.0.0",
232
- "@storybook/test": "^8.0.0",
233
- "@storybook/test-runner": "^0.17.0",
234
- "@tailwindcss/forms": "^0.5.3",
235
- "@tailwindcss/typography": "^0.5.10",
236
- "@tanstack/react-table": "^8.17.3",
237
- "@testing-library/dom": "^10.1.0",
238
- "@testing-library/jest-dom": "^6.4.2",
239
- "@testing-library/react": "^14.2.1",
240
- "@testing-library/user-event": "^14.5.2",
241
- "@types/aws-lambda": "^8.10.136",
242
- "@types/jest": "^29.5.8",
243
- "@types/lodash": "^4.17.4",
244
- "@types/lodash.template": "^4.5.1",
245
- "@types/markdown-it": "^14.1.1",
246
- "@types/node": "^ 20.12.12",
247
- "@types/nprogress": "^0.2.3",
248
- "@types/prismjs": "^1.26.4",
249
- "@types/react": "^18.3.3",
250
- "@types/react-dom": "^18.3.0",
251
- "@types/react-syntax-highlighter": "^15.5.11",
252
- "@types/serve-static": "^1.15.5",
253
- "@types/video.js": "^7.3.58",
254
- "@types/webpack-env": "^1.18.0",
255
- "autoprefixer": "^10.4.19",
256
- "cross-env": "^7.0.3",
257
- "css-loader": "^6.10.0",
258
- "eslint-config-next": "^15.0.0-rc.0",
259
- "eslint-config-prettier": "latest",
260
- "eslint-import-resolver-alias": "^1.1.2",
261
- "eslint-plugin-import": "^2.26.0",
262
- "eslint-plugin-jest": "latest",
263
- "eslint-plugin-next-on-pages": "latest",
264
- "eslint-plugin-react": "^7.31.10",
265
- "eslint-plugin-react-hooks": "^4.6.0",
266
- "eslint-plugin-react-refresh": "^0.4.5",
267
- "eslint-plugin-storybook": "^0.8.0",
268
- "eslint-plugin-tailwindcss": "latest",
269
- "eslint-plugin-testing-library": "latest",
270
- "eslint-plugin-unused-imports": "latest",
271
- "extract-files": "^13.0.0",
272
- "jest": "^29.7.0",
273
- "jest-environment-jsdom": "^29.7.0",
274
- "jest-environment-node": "^29.7.0",
275
- "mini-css-extract-plugin": "^2.7.6",
276
- "playwright": "^1.28.1",
277
- "postcss": "^8.4.38",
278
- "postcss-loader": "^6.2.1",
279
- "postcss-preset-env": "^9.3.0",
280
- "puppeteer": "^22.10.0",
281
- "react-refresh": "^0.14.0",
282
- "react-test-renderer": "^18.2.0",
283
- "rimraf": "^5.0.5",
284
- "sass": "^1.55.0",
285
- "sass-loader": "^13.1.0",
286
- "shiki": "^1.1.7",
287
- "sirv": "^2.0.4",
288
- "slate-hyperscript": "^0.100.0",
289
- "storybook": "^8.0.0",
290
- "style-loader": "^3.3.4",
291
- "tailwind-merge": "^2.2.1",
292
- "tailwindcss": "^3.4.1",
293
- "tailwindcss-animate": "^1.0.7",
294
- "ts-loader": "^9.5.1",
295
- "ts-node": "^10.9.1",
296
- "tsc-alias": "^1.8.8",
297
- "typescript": "^5.4.5"
298
- }
2
+ "name": "mtxuilib",
3
+ "private": false,
4
+ "version": "0.1.182",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "type": "module",
9
+ "files": ["dist"],
10
+ "typesVersions": {
11
+ "*": {
12
+ "*": [
13
+ "src/*.ts",
14
+ "src/*.tsx",
15
+ "src/*/index.ts",
16
+ "src/*/index.tsx",
17
+ "dist/*",
18
+ "dist/*/index"
19
+ ]
20
+ }
21
+ },
22
+ "exports": {
23
+ "./package.json": "./package.json",
24
+ ".": {
25
+ "types": ["./src/index.ts", "./dist/index.js", "./dist/index.jsx"],
26
+ "import": ["./src/index.ts", "./dist/index.js", "./dist/index.jsx"],
27
+ "require": ["./dist/index.js", "./dist/index.jsx"]
28
+ },
29
+ "./*": {
30
+ "types": [
31
+ "./src/*.ts",
32
+ "./src/*/index.ts",
33
+ "./src/*.tsx",
34
+ "./src/*/index.tsx"
35
+ ],
36
+ "import": [
37
+ "./src/*.ts",
38
+ "./src/*.tsx",
39
+ "./src/*/index.ts",
40
+ "./src/*/index.tsx",
41
+ "./dist/*.js",
42
+ "./dist/*.jsx",
43
+ "./dist/*/index.js",
44
+ "./dist/*/index.jsx"
45
+ ],
46
+ "require": [
47
+ "./dist/*.js",
48
+ "./dist/*.jsx",
49
+ "./dist/*/index.js",
50
+ "./dist/*/index.jsx",
51
+ "./src/*.ts",
52
+ "./src/*/index.ts",
53
+ "./src/*.tsx",
54
+ "./src/*/index.tsx"
55
+ ]
56
+ },
57
+ "./styles/*": {
58
+ "import": ["./dist/styles/*", "./src/styles/*"],
59
+ "require": ["./dist/styles/*", "./src/styles/*"]
60
+ }
61
+ },
62
+ "scripts": {
63
+ "dev": "npx next dev",
64
+ "build": "rimraf ./dist/ && bunx tsc -p tsconfig.json --outDir dist --jsx \"react-jsx\" --incremental false --noEmit false --removeComments true"
65
+ },
66
+ "dependencies": {
67
+ "@ai-sdk/openai": "^0.0.45",
68
+ "@auth/core": "^0.34.2",
69
+ "@bufbuild/protobuf": "^1.8.0",
70
+ "@connectrpc/connect": "^1.4.0",
71
+ "@connectrpc/connect-web": "^1.4.0",
72
+ "@headlessui/react": "^2.0.4",
73
+ "@hookform/resolvers": "^3.6.0",
74
+ "@radix-ui/react-accessible-icon": "^1.0.3",
75
+ "@radix-ui/react-accordion": "^1.1.2",
76
+ "@radix-ui/react-alert-dialog": "^1.0.4",
77
+ "@radix-ui/react-aspect-ratio": "^1.0.3",
78
+ "@radix-ui/react-avatar": "^1.0.3",
79
+ "@radix-ui/react-checkbox": "^1.0.4",
80
+ "@radix-ui/react-collapsible": "^1.0.3",
81
+ "@radix-ui/react-context-menu": "^2.1.4",
82
+ "@radix-ui/react-dialog": "^1.0.5",
83
+ "@radix-ui/react-dropdown-menu": "^2.0.5",
84
+ "@radix-ui/react-hover-card": "^1.0.6",
85
+ "@radix-ui/react-icons": "^1.3.0",
86
+ "@radix-ui/react-label": "^2.0.2",
87
+ "@radix-ui/react-menubar": "^1.0.3",
88
+ "@radix-ui/react-navigation-menu": "^1.1.3",
89
+ "@radix-ui/react-popover": "^1.0.6",
90
+ "@radix-ui/react-progress": "^1.0.3",
91
+ "@radix-ui/react-radio-group": "^1.1.3",
92
+ "@radix-ui/react-scroll-area": "^1.0.4",
93
+ "@radix-ui/react-select": "^1.2.2",
94
+ "@radix-ui/react-separator": "^1.0.3",
95
+ "@radix-ui/react-slider": "^1.1.2",
96
+ "@radix-ui/react-slot": "^1.0.2",
97
+ "@radix-ui/react-switch": "^1.0.3",
98
+ "@radix-ui/react-tabs": "^1.0.4",
99
+ "@radix-ui/react-toast": "^1.1.4",
100
+ "@radix-ui/react-toggle": "^1.0.3",
101
+ "@radix-ui/react-toggle-group": "^1.0.4",
102
+ "@radix-ui/react-toolbar": "^1.0.4",
103
+ "@radix-ui/react-tooltip": "^1.0.6",
104
+ "@tanstack/react-query": "^5.51.23",
105
+ "@tanstack/react-query-devtools": "^5.51.23",
106
+ "@tanstack/react-query-next-experimental": "^5.51.23",
107
+ "@tiptap/core": "^2.4.0",
108
+ "@tiptap/extension-character-count": "^2.5.7",
109
+ "@tiptap/extension-code-block-lowlight": "^2.4.0",
110
+ "@tiptap/extension-color": "^2.4.0",
111
+ "@tiptap/extension-document": "^2.4.0",
112
+ "@tiptap/extension-dropcursor": "^2.4.0",
113
+ "@tiptap/extension-highlight": "^2.4.0",
114
+ "@tiptap/extension-horizontal-rule": "^2.4.0",
115
+ "@tiptap/extension-image": "^2.4.0",
116
+ "@tiptap/extension-link": "^2.4.0",
117
+ "@tiptap/extension-list-item": "^2.4.0",
118
+ "@tiptap/extension-paragraph": "^2.4.0",
119
+ "@tiptap/extension-placeholder": "^2.4.0",
120
+ "@tiptap/extension-task-item": "^2.4.0",
121
+ "@tiptap/extension-task-list": "^2.4.0",
122
+ "@tiptap/extension-text": "^2.4.0",
123
+ "@tiptap/extension-text-style": "^2.4.0",
124
+ "@tiptap/extension-underline": "^2.4.0",
125
+ "@tiptap/extension-youtube": "^2.4.0",
126
+ "@tiptap/html": "^2.4.0",
127
+ "@tiptap/pm": "^2.4.0",
128
+ "@tiptap/react": "^2.4.0",
129
+ "@tiptap/starter-kit": "^2.4.0",
130
+ "@tiptap/suggestion": "^2.4.0",
131
+ "@trpc/client": "^11.0.0-rc.477",
132
+ "@trpc/react-query": "^11.0.0-rc.477",
133
+ "@trpc/server": "^11.0.0-rc.477",
134
+ "@upstash/ratelimit": "^1.1.3",
135
+ "@vercel/analytics": "^1.3.1",
136
+ "@vercel/kv": "^2.0.0",
137
+ "@vercel/og": "^0.6.2",
138
+ "ai": "^3.3.6",
139
+ "class-variance-authority": "^0.7.0",
140
+ "clsx": "^2.1.0",
141
+ "cmdk": "0.2.1",
142
+ "compression": "^1.7.4",
143
+ "d3-scale": "^4.0.2",
144
+ "date-fns": "^3.6.0",
145
+ "embla-carousel-autoplay": "^8.1.3",
146
+ "embla-carousel-react": "^8.1.3",
147
+ "focus-trap-react": "^10.2.3",
148
+ "framer-motion": "^11.2.12",
149
+ "geist": "^1.3.0",
150
+ "html-react-parser": "^5.1.10",
151
+ "input-otp": "^1.2.4",
152
+ "jotai": "^2.8.1",
153
+ "lodash": "^4.17.21",
154
+ "lodash.template": "^4.5.0",
155
+ "lru-cache": "^10.2.2",
156
+ "lucide-react": "^0.381.0",
157
+ "markdown-it": "^14.1.0",
158
+ "markdown-wasm": "^1.2.0",
159
+ "mjml-react": "^2.0.8",
160
+ "nanoid": "^5.0.7",
161
+ "next": "^15.0.0-canary.112",
162
+ "next-auth": "^5.0.0-beta.19",
163
+ "next-contentlayer": "0.3.4",
164
+ "next-nprogress-bar": "^2.3.12",
165
+ "next-themes": "^0.3.0",
166
+ "node-html-parser": "^6.1.13",
167
+ "octokit": "^4.0.2",
168
+ "openai": "^4.55.5",
169
+ "path-to-regexp": "^6.2.2",
170
+ "react": "^19.0.0-rc-8971381549-20240625",
171
+ "react-day-picker": "^8.9.1",
172
+ "react-dom": "^19.0.0-rc-8971381549-20240625",
173
+ "react-easy-infinite-scroll-hook": "^2.1.4",
174
+ "react-error-boundary": "^4.0.11",
175
+ "react-hook-form": "^7.52.0",
176
+ "react-hotkeys-hook": "^4.5.0",
177
+ "react-intersection-observer": "^9.13.0",
178
+ "react-markdown": "9.0.1",
179
+ "react-moveable": "^0.56.0",
180
+ "react-resizable-panels": "^2.0.19",
181
+ "react-syntax-highlighter": "^15.5.0",
182
+ "react-textarea-autosize": "^8.5.3",
183
+ "react-tweet": "^3.2.1",
184
+ "react-use": "^17.5.0",
185
+ "recharts": "^2.12.4",
186
+ "rehype-external-links": "^3.0.0",
187
+ "rehype-sanitize": "^6.0.0",
188
+ "remark-gfm": "^4.0.0",
189
+ "remark-math": "^5.1.1",
190
+ "sonner": "^1.5.0",
191
+ "superjson": "^2.2.1",
192
+ "tippy.js": "^6.3.7",
193
+ "tiptap-extension-auto-joiner": "^0.1.1",
194
+ "tiptap-extension-global-drag-handle": "^0.1.7",
195
+ "tiptap-markdown": "^0.8.9",
196
+ "ts-morph": "^22.0.0",
197
+ "tunnel-rat": "^0.1.2",
198
+ "use-debounce": "^10.0.0",
199
+ "use-resize-observer": "^9.1.0",
200
+ "usehooks-ts": "^3.1.0",
201
+ "vaul": "^0.9.1",
202
+ "video.js": "^8.12.0",
203
+ "zod": "^3.23.8"
204
+ },
205
+ "devDependencies": {
206
+ "@pandacss/dev": "^0.44.0",
207
+ "@types/jquery": "^3.5.29",
208
+ "@babel/core": "^7.24.6",
209
+ "@bufbuild/buf": "^1.32.0",
210
+ "@bufbuild/protoc-gen-es": "^1.7.2",
211
+ "@changesets/cli": "^2.27.3",
212
+ "@changesets/get-github-info": "^0.6.0",
213
+ "@cloudflare/kv-asset-handler": "^0.3.2",
214
+ "@cloudflare/workers-types": "^4.20240512.0",
215
+ "@connectrpc/protoc-gen-connect-es": "^1.4.0",
216
+ "@edge-runtime/ponyfill": "^2.4.2",
217
+ "@jest/globals": "^29.7.0",
218
+ "@jest/types": "^29.6.3",
219
+ "@netlify/plugin-nextjs": "^4.29.2",
220
+ "@playwright/test": "^1.28.1",
221
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
222
+ "@shikijs/compat": "^1.1.7",
223
+ "@storybook/addon-essentials": "^8.0.0",
224
+ "@storybook/addon-interactions": "^8.0.0",
225
+ "@storybook/addon-links": "^8.0.0",
226
+ "@storybook/addon-onboarding": "^8.0.0",
227
+ "@storybook/addon-themes": "^8.0.0",
228
+ "@storybook/blocks": "^8.0.0",
229
+ "@storybook/client-logger": "next",
230
+ "@storybook/nextjs": "^8.0.0",
231
+ "@storybook/react": "^8.0.0",
232
+ "@storybook/test": "^8.0.0",
233
+ "@storybook/test-runner": "^0.17.0",
234
+ "@tailwindcss/forms": "^0.5.3",
235
+ "@tailwindcss/typography": "^0.5.10",
236
+ "@tanstack/react-table": "^8.17.3",
237
+ "@testing-library/dom": "^10.1.0",
238
+ "@testing-library/jest-dom": "^6.4.2",
239
+ "@testing-library/react": "^14.2.1",
240
+ "@testing-library/user-event": "^14.5.2",
241
+ "@types/aws-lambda": "^8.10.136",
242
+ "@types/jest": "^29.5.8",
243
+ "@types/lodash": "^4.17.4",
244
+ "@types/lodash.template": "^4.5.1",
245
+ "@types/markdown-it": "^14.1.1",
246
+ "@types/node": "^ 20.12.12",
247
+ "@types/nprogress": "^0.2.3",
248
+ "@types/prismjs": "^1.26.4",
249
+ "@types/react": "^18.3.3",
250
+ "@types/react-dom": "^18.3.0",
251
+ "@types/react-syntax-highlighter": "^15.5.11",
252
+ "@types/serve-static": "^1.15.5",
253
+ "@types/video.js": "^7.3.58",
254
+ "@types/webpack-env": "^1.18.0",
255
+ "autoprefixer": "^10.4.19",
256
+ "cross-env": "^7.0.3",
257
+ "css-loader": "^6.10.0",
258
+ "eslint-config-next": "^15.0.0-rc.0",
259
+ "eslint-config-prettier": "latest",
260
+ "eslint-import-resolver-alias": "^1.1.2",
261
+ "eslint-plugin-import": "^2.26.0",
262
+ "eslint-plugin-jest": "latest",
263
+ "eslint-plugin-next-on-pages": "latest",
264
+ "eslint-plugin-react": "^7.31.10",
265
+ "eslint-plugin-react-hooks": "^4.6.0",
266
+ "eslint-plugin-react-refresh": "^0.4.5",
267
+ "eslint-plugin-storybook": "^0.8.0",
268
+ "eslint-plugin-tailwindcss": "latest",
269
+ "eslint-plugin-testing-library": "latest",
270
+ "eslint-plugin-unused-imports": "latest",
271
+ "extract-files": "^13.0.0",
272
+ "jest": "^29.7.0",
273
+ "jest-environment-jsdom": "^29.7.0",
274
+ "jest-environment-node": "^29.7.0",
275
+ "mini-css-extract-plugin": "^2.7.6",
276
+ "playwright": "^1.28.1",
277
+ "postcss": "^8.4.38",
278
+ "postcss-loader": "^6.2.1",
279
+ "postcss-preset-env": "^9.3.0",
280
+ "puppeteer": "^22.10.0",
281
+ "react-refresh": "^0.14.0",
282
+ "react-test-renderer": "^18.2.0",
283
+ "rimraf": "^5.0.5",
284
+ "sass": "^1.55.0",
285
+ "sass-loader": "^13.1.0",
286
+ "shiki": "^1.1.7",
287
+ "sirv": "^2.0.4",
288
+ "slate-hyperscript": "^0.100.0",
289
+ "storybook": "^8.0.0",
290
+ "style-loader": "^3.3.4",
291
+ "tailwind-merge": "^2.2.1",
292
+ "tailwindcss": "^3.4.1",
293
+ "tailwindcss-animate": "^1.0.7",
294
+ "ts-loader": "^9.5.1",
295
+ "ts-node": "^10.9.1",
296
+ "tsc-alias": "^1.8.8",
297
+ "typescript": "^5.4.5"
298
+ }
299
299
  }