mtxuilib 0.0.101

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 +321 -0
package/package.json ADDED
@@ -0,0 +1,321 @@
1
+ {
2
+ "name": "mtxuilib",
3
+ "version": "0.0.101",
4
+ "license": "MIT",
5
+ "type--": "module",
6
+ "main-": "src/index.ts",
7
+ "types-": "src/index.ts",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
+ "typesVersions": {
12
+ "*": {
13
+ "*": [
14
+ "dist/esm/*",
15
+ "dist/esm/*/index"
16
+ ]
17
+ }
18
+ },
19
+ "exports": {
20
+ ".": [
21
+ "./dist/esm/index.js",
22
+ "./dist/esm/index.jsx"
23
+ ],
24
+ "./*": [
25
+ "./dist/esm/*.js",
26
+ "./dist/esm/*.jsx",
27
+ "./dist/esm/*/index.js",
28
+ "./dist/esm/*/index.jsx"
29
+ ],
30
+ "./tailwind": {
31
+ "require": [
32
+ "./dist/esm/tailwind.cjs"
33
+ ]
34
+ }
35
+ },
36
+ "files": [
37
+ "dist/**/*"
38
+ ],
39
+ "dependencies": {
40
+ "@syncfusion/ej2-react-grids": "*",
41
+ "@bufbuild/protobuf": "^1.7.2",
42
+ "@bufbuild/protoplugin": "^1.7.2",
43
+ "@connectrpc/connect": "^1.4.0",
44
+ "@connectrpc/connect-web": "^1.4.0",
45
+ "@emotion/react": "^11.10.4",
46
+ "@emotion/styled": "^11.10.4",
47
+ "@headlessui/react": "^1.7.17",
48
+ "@heyputer/kv.js": "^0.1.5",
49
+ "@hookform/resolvers": "^3.3.2",
50
+ "@monaco-editor/react": "^4.5.1",
51
+ "@portive/client": "^10.0.3",
52
+ "@radix-ui/react-accessible-icon": "^1.0.3",
53
+ "@radix-ui/react-accordion": "^1.1.2",
54
+ "@radix-ui/react-alert-dialog": "^1.0.4",
55
+ "@radix-ui/react-aspect-ratio": "^1.0.3",
56
+ "@radix-ui/react-avatar": "^1.0.3",
57
+ "@radix-ui/react-checkbox": "^1.0.4",
58
+ "@radix-ui/react-collapsible": "^1.0.3",
59
+ "@radix-ui/react-context-menu": "^2.1.4",
60
+ "@radix-ui/react-dialog": "^1.0.4",
61
+ "@radix-ui/react-dropdown-menu": "^2.0.5",
62
+ "@radix-ui/react-hover-card": "^1.0.6",
63
+ "@radix-ui/react-icons": "^1.3.0",
64
+ "@radix-ui/react-label": "^2.0.2",
65
+ "@radix-ui/react-menubar": "^1.0.3",
66
+ "@radix-ui/react-navigation-menu": "^1.1.3",
67
+ "@radix-ui/react-popover": "^1.0.6",
68
+ "@radix-ui/react-progress": "^1.0.3",
69
+ "@radix-ui/react-radio-group": "^1.1.3",
70
+ "@radix-ui/react-scroll-area": "^1.0.4",
71
+ "@radix-ui/react-select": "^1.2.2",
72
+ "@radix-ui/react-separator": "^1.0.3",
73
+ "@radix-ui/react-slider": "^1.1.2",
74
+ "@radix-ui/react-slot": "^1.0.2",
75
+ "@radix-ui/react-switch": "^1.0.3",
76
+ "@radix-ui/react-tabs": "^1.0.4",
77
+ "@radix-ui/react-toast": "^1.1.4",
78
+ "@radix-ui/react-toggle": "^1.0.3",
79
+ "@radix-ui/react-toggle-group": "^1.0.4",
80
+ "@radix-ui/react-toolbar": "^1.0.4",
81
+ "@radix-ui/react-tooltip": "^1.0.6",
82
+ "@tanstack/react-query": "^5.28.0",
83
+ "@tanstack/react-query-devtools": "^5.28.0",
84
+ "@tanstack/react-query-next-experimental": "^5.26.3",
85
+ "@tiptap/core": "^2.2.4",
86
+ "@tiptap/extension-code-block-lowlight": "^2.2.4",
87
+ "@tiptap/extension-color": "^2.2.4",
88
+ "@tiptap/extension-document": "^2.2.4",
89
+ "@tiptap/extension-dropcursor": "^2.2.4",
90
+ "@tiptap/extension-highlight": "^2.2.4",
91
+ "@tiptap/extension-horizontal-rule": "^2.2.4",
92
+ "@tiptap/extension-image": "^2.2.4",
93
+ "@tiptap/extension-link": "^2.2.4",
94
+ "@tiptap/extension-list-item": "^2.2.4",
95
+ "@tiptap/extension-paragraph": "^2.2.4",
96
+ "@tiptap/extension-placeholder": "^2.2.4",
97
+ "@tiptap/extension-task-item": "^2.2.4",
98
+ "@tiptap/extension-task-list": "^2.2.4",
99
+ "@tiptap/extension-text": "^2.2.4",
100
+ "@tiptap/extension-text-style": "^2.2.4",
101
+ "@tiptap/extension-underline": "^2.2.4",
102
+ "@tiptap/pm": "^2.2.4",
103
+ "@tiptap/react": "^2.2.4",
104
+ "@tiptap/starter-kit": "^2.2.4",
105
+ "@tiptap/suggestion": "^2.2.4",
106
+ "@upstash/ratelimit": "^0.4.3",
107
+ "@vercel/analytics": "^1.0.1",
108
+ "@vercel/blob": "^0.9.2",
109
+ "@vercel/kv": "^0.2.1",
110
+ "ai": "^2.2.33",
111
+ "browserify-zlib": "^0.2.0",
112
+ "cheerio": "latest",
113
+ "class-variance-authority": "^0.7.0",
114
+ "clsx": "^2.1.0",
115
+ "cmdk": "^0.2.1",
116
+ "cookies-next": "^4.1.0",
117
+ "crawlee": "^3.8.1",
118
+ "cross-env": "^7.0.3",
119
+ "date-fns": "^2.30.0",
120
+ "devalue": "^4.3.2",
121
+ "edge-runtime": "^2.5.9",
122
+ "eventsource-parser": "^0.1.0",
123
+ "geist": "^1.1.0",
124
+ "highlight.js": "^11.9.0",
125
+ "hono": "^3.12.12",
126
+ "html-react-parser": "^5.1.8",
127
+ "html-webpack-plugin": "^5.5.3",
128
+ "htmlparser2": "^9.1.0",
129
+ "immer": "^10.0.3",
130
+ "input-otp": "^1.0.1",
131
+ "is-hotkey": "^0.2.0",
132
+ "jotai": "2.7.0",
133
+ "less": "^4.1.3",
134
+ "less-loader": "11.1.0",
135
+ "lodash": "^4.17.21",
136
+ "lowlight": "^3.1.0",
137
+ "lru-cache": "^10.2.0",
138
+ "lucide-react": "^0.344.0",
139
+ "mini-css-extract-plugin": "^2.7.6",
140
+ "nanoid": "^5.0.4",
141
+ "next": "^14.1.0",
142
+ "next-json": "^0.2.2",
143
+ "next-nprogress-bar": "2.3.4",
144
+ "next-themes": "^0.2.1",
145
+ "novel": "^0.2.13",
146
+ "nprogress": "^0.2.0",
147
+ "octokit": "^3.1.2",
148
+ "openai": "^4.27.0",
149
+ "path-to-regexp": "6.2.1",
150
+ "prism-react-renderer": "^2.3.1",
151
+ "prismjs": "^1.29.0",
152
+ "react": "^18.2.0",
153
+ "react-day-picker": "^8.9.1",
154
+ "react-dnd": "^16.0.1",
155
+ "react-dnd-html5-backend": "^16.0.1",
156
+ "react-dom": "^18.2.0",
157
+ "react-easy-infinite-scroll-hook": "^2.1.4",
158
+ "react-error-boundary": "^4.0.11",
159
+ "react-hook-form": "^7.49.3",
160
+ "react-hotkeys-hook": "^4.5.0",
161
+ "react-lite-youtube-embed": "^2.4.0",
162
+ "react-markdown": "9.0.1",
163
+ "react-moveable": "^0.56.0",
164
+ "react-refresh": "^0.14.0",
165
+ "react-resizable-panels": "^1.0.6",
166
+ "react-syntax-highlighter": "^15.5.0",
167
+ "react-tweet": "^3.2.0",
168
+ "rehype-external-links": "^3.0.0",
169
+ "rehype-sanitize": "^6.0.0",
170
+ "remark-gfm": "^4.0.0",
171
+ "slate": "^0.101.5",
172
+ "slate-history": "^0.100.0",
173
+ "slate-react": "^0.101.5",
174
+ "sonner": "^1.4.3",
175
+ "stable-hash": "^0.0.4",
176
+ "superjson": "latest",
177
+ "tippy.js": "^6.3.7",
178
+ "tiptap-markdown": "^0.8.9",
179
+ "ts-pattern": "^5.0.6",
180
+ "tunnel-rat": "^0.1.2",
181
+ "use-debounce": "^9.0.3",
182
+ "vaul": "^0.8.0",
183
+ "video.js": "^8.9.0",
184
+ "zod": "^3.22.2",
185
+ "zod-to-json-schema": "^3.22.4",
186
+ "zustand": "^4.4.7"
187
+ },
188
+ "devDependencies": {
189
+ "@babel/core": "^7.24.0",
190
+ "@bufbuild/buf": "^1.29.0",
191
+ "@bufbuild/jest-environment-jsdom": "^0.1.1",
192
+ "@bufbuild/protobuf": "^1.7.2",
193
+ "@bufbuild/protoc-gen-es": "^1.7.2",
194
+ "@changesets/cli": "^2.27.1",
195
+ "@changesets/get-github-info": "^0.6.0",
196
+ "@chromatic-com/storybook": "^1.2.18",
197
+ "@cloudflare/kv-asset-handler": "^0.2.0",
198
+ "@cloudflare/workers-types": "^4.20240222.0",
199
+ "@connectrpc/connect": "^1.4.0",
200
+ "@connectrpc/connect-web": "^1.4.0",
201
+ "@connectrpc/protoc-gen-connect-es": "^1.4.0",
202
+ "@edge-runtime/jest-environment": "^2.3.10",
203
+ "@edge-runtime/jest-expect": "^1.2.0",
204
+ "@edge-runtime/ponyfill": "^2.4.2",
205
+ "@jest/globals": "^29.7.0",
206
+ "@netlify/plugin-nextjs": "^4.29.2",
207
+ "@playwright/test": "^1.28.1",
208
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
209
+ "@storybook/addon-essentials": "^8.0.0",
210
+ "@storybook/addon-interactions": "^8.0.0",
211
+ "@storybook/addon-links": "^8.0.0",
212
+ "@storybook/addon-onboarding": "^8.0.0",
213
+ "@storybook/addon-themes": "^8.0.0",
214
+ "@storybook/blocks": "^8.0.0",
215
+ "@storybook/client-logger": "next",
216
+ "@storybook/nextjs": "^8.0.0",
217
+ "@storybook/react": "^8.0.0",
218
+ "@storybook/test": "^8.0.0",
219
+ "@storybook/test-runner": "^0.17.0",
220
+ "@tailwindcss/forms": "^0.5.3",
221
+ "@tailwindcss/typography": "^0.5.10",
222
+ "@tanstack/react-table": "^8.9.1",
223
+ "@testing-library/dom": "^9.3.4",
224
+ "@testing-library/jest-dom": "^6.4.2",
225
+ "@testing-library/react": "^14.2.1",
226
+ "@testing-library/user-event": "^14.5.2",
227
+ "@types/jest": "^29.5.8",
228
+ "@types/lodash": "^4.14.202",
229
+ "@types/node": "^20.11.25",
230
+ "@types/nprogress": "^0.2.3",
231
+ "@types/prismjs": "^1.26.3",
232
+ "@types/react": "^18.2.64",
233
+ "@types/react-dom": "^18",
234
+ "@types/react-syntax-highlighter": "^15.5.11",
235
+ "@types/video.js": "^7.3.56",
236
+ "@types/webpack-env": "^1.18.0",
237
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
238
+ "@typescript-eslint/parser": "^6.0.0",
239
+ "autoprefixer": "^10.0.1",
240
+ "babel-jest": "^29.7.0",
241
+ "clean-webpack-plugin": "^4.0.0",
242
+ "concurrently": "^7.6.0",
243
+ "copy-webpack-plugin": "^12.0.2",
244
+ "cross-env": "^7.0.3",
245
+ "css-loader": "^6.10.0",
246
+ "dotenv": "^16.4.5",
247
+ "dotenv-cli": "^7.4.1",
248
+ "esbuild": "^0.19.8",
249
+ "eslint": "^8.54.0",
250
+ "eslint-config-next": "^14.1.0",
251
+ "eslint-config-prettier": "latest",
252
+ "eslint-import-resolver-alias": "^1.1.2",
253
+ "eslint-plugin-import": "^2.26.0",
254
+ "eslint-plugin-jest": "latest",
255
+ "eslint-plugin-next-on-pages": "latest",
256
+ "eslint-plugin-prettier": "latest",
257
+ "eslint-plugin-react": "^7.31.10",
258
+ "eslint-plugin-react-hooks": "latest",
259
+ "eslint-plugin-storybook": "^0.8.0",
260
+ "eslint-plugin-tailwindcss": "latest",
261
+ "eslint-plugin-testing-library": "latest",
262
+ "eslint-plugin-unused-imports": "latest",
263
+ "extract-files": "^13.0.0",
264
+ "file-loader": "^6.2.0",
265
+ "fork-ts-checker-webpack-plugin": "^7.2.13",
266
+ "http-server": "^14.1.1",
267
+ "jest": "^29.7.0",
268
+ "jest-environment-jsdom": "^29.7.0",
269
+ "jest-environment-node": "^29.7.0",
270
+ "jest-puppeteer": "^10.0.1",
271
+ "jsdom": "^24.0.0",
272
+ "less": "^4.1.3",
273
+ "less-loader": "^11.1.0",
274
+ "mini-css-extract-plugin": "^2.7.6",
275
+ "monaco-editor": "0.45.0",
276
+ "playwright": "^1.28.1",
277
+ "postcss": "^8",
278
+ "postcss-loader": "^6.2.1",
279
+ "postcss-preset-env": "^9.3.0",
280
+ "prettier": "^3.2.5",
281
+ "prettier-plugin-tailwindcss": "^0.3.0",
282
+ "puppeteer": "^22.4.1",
283
+ "react-refresh": "^0.14.0",
284
+ "react-test-renderer": "^18.2.0",
285
+ "rimraf": "^5.0.5",
286
+ "sass": "^1.55.0",
287
+ "sass-loader": "^13.1.0",
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.3.0",
293
+ "tailwindcss-animate": "^1.0.7",
294
+ "ts-jest": "^29.0.3",
295
+ "ts-loader": "^9.5.1",
296
+ "ts-node": "^10.9.1",
297
+ "tsc-alias": "^1.8.8",
298
+ "typescript": "^5.4.2",
299
+ "vite": "^5.1.4",
300
+ "vitest": "1.3.1",
301
+ "wait-on": "^7.2.0",
302
+ "webpack": "^5.89.0",
303
+ "webpack-cli": "^5.1.4",
304
+ "wrangler": "^3.32.0",
305
+ "babel-loader": "^8.2.5",
306
+ "@babel/preset-env": "^7.19.1",
307
+ "@babel/preset-react": "^7.18.6"
308
+ },
309
+ "other": {
310
+ "@connectrpc/connect-next": "^1.4.0",
311
+ "jotai": "^2.6.4",
312
+ "jotai-x": "^1.2.1",
313
+ "@babel/plugin-transform-private-methods": "^7.23.3",
314
+ "whatwg-fetch": "^3.6.20",
315
+ "whatwg-url": "^14.0.0",
316
+ "preset": "link:@storybook/nextjs/preset"
317
+ },
318
+ "scripts": {
319
+ "build": "webpack --mode production"
320
+ }
321
+ }