mtxuilib 0.0.270 → 0.0.271
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.
- package/package.json +108 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mtxuilib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.271",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -152,12 +152,6 @@
|
|
|
152
152
|
"@babel/core": "^7.24.0",
|
|
153
153
|
"http-server": "^14.1.1",
|
|
154
154
|
"@types/aws-lambda": "^8.10.136",
|
|
155
|
-
"@types/lodash": "^4.17.0",
|
|
156
|
-
"@types/node": "^18.15.3",
|
|
157
|
-
"@types/react": "^18.2.64",
|
|
158
|
-
"@types/react-dom": "^18.2.21",
|
|
159
|
-
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
160
|
-
"@typescript-eslint/parser": "^7.1.1",
|
|
161
155
|
"@vitejs/plugin-react": "^4.2.1",
|
|
162
156
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
163
157
|
"autoprefixer": "^10.4.18",
|
|
@@ -173,9 +167,114 @@
|
|
|
173
167
|
"tailwind-merge": "^2.2.1",
|
|
174
168
|
"tailwindcss": "^3.4.1",
|
|
175
169
|
"tsup": "^8.0.2",
|
|
176
|
-
"typescript": "^5.2.2",
|
|
177
170
|
"vite": "^5.1.6",
|
|
178
|
-
"vite-plugin-dts": "^3.7.3"
|
|
171
|
+
"vite-plugin-dts": "^3.7.3",
|
|
172
|
+
"@bufbuild/buf": "^1.29.0",
|
|
173
|
+
"@bufbuild/jest-environment-jsdom": "^0.1.1",
|
|
174
|
+
"@bufbuild/protobuf": "^1.7.2",
|
|
175
|
+
"@bufbuild/protoc-gen-es": "^1.7.2",
|
|
176
|
+
"@changesets/cli": "^2.27.1",
|
|
177
|
+
"@changesets/get-github-info": "^0.6.0",
|
|
178
|
+
"@chromatic-com/storybook": "^1.2.18",
|
|
179
|
+
"@cloudflare/kv-asset-handler": "^0.2.0",
|
|
180
|
+
"@cloudflare/workers-types": "^4.20240222.0",
|
|
181
|
+
"@connectrpc/connect": "^1.4.0",
|
|
182
|
+
"@connectrpc/connect-web": "^1.4.0",
|
|
183
|
+
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
|
|
184
|
+
"@edge-runtime/jest-environment": "^2.3.10",
|
|
185
|
+
"@edge-runtime/jest-expect": "^1.2.0",
|
|
186
|
+
"@edge-runtime/ponyfill": "^2.4.2",
|
|
187
|
+
"@jest/globals": "^29.7.0",
|
|
188
|
+
"@netlify/plugin-nextjs": "^4.29.2",
|
|
189
|
+
"@playwright/test": "^1.28.1",
|
|
190
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
|
|
191
|
+
"@storybook/addon-essentials": "^8.0.0",
|
|
192
|
+
"@storybook/addon-interactions": "^8.0.0",
|
|
193
|
+
"@storybook/addon-links": "^8.0.0",
|
|
194
|
+
"@storybook/addon-onboarding": "^8.0.0",
|
|
195
|
+
"@storybook/addon-themes": "^8.0.0",
|
|
196
|
+
"@storybook/blocks": "^8.0.0",
|
|
197
|
+
"@storybook/client-logger": "next",
|
|
198
|
+
"@storybook/nextjs": "^8.0.0",
|
|
199
|
+
"@storybook/react": "^8.0.0",
|
|
200
|
+
"@storybook/test": "^8.0.0",
|
|
201
|
+
"@storybook/test-runner": "^0.17.0",
|
|
202
|
+
"@tailwindcss/forms": "^0.5.3",
|
|
203
|
+
"@tailwindcss/typography": "^0.5.10",
|
|
204
|
+
"@tanstack/react-table": "^8.9.1",
|
|
205
|
+
"@testing-library/dom": "^9.3.4",
|
|
206
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
207
|
+
"@testing-library/react": "^14.2.1",
|
|
208
|
+
"@testing-library/user-event": "^14.5.2",
|
|
209
|
+
"@types/jest": "^29.5.8",
|
|
210
|
+
"@types/lodash": "^4.14.202",
|
|
211
|
+
"@types/node": "^20.11.25",
|
|
212
|
+
"@types/nprogress": "^0.2.3",
|
|
213
|
+
"@types/prismjs": "^1.26.3",
|
|
214
|
+
"@types/react": "^18.2.64",
|
|
215
|
+
"@types/react-dom": "^18",
|
|
216
|
+
"@types/react-syntax-highlighter": "^15.5.11",
|
|
217
|
+
"@types/video.js": "^7.3.56",
|
|
218
|
+
"@types/webpack-env": "^1.18.0",
|
|
219
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
220
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
221
|
+
"babel-jest": "^29.7.0",
|
|
222
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
223
|
+
"concurrently": "^7.6.0",
|
|
224
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
225
|
+
"cross-env": "^7.0.3",
|
|
226
|
+
"css-loader": "^6.10.0",
|
|
227
|
+
"dotenv": "^16.4.5",
|
|
228
|
+
"dotenv-cli": "^7.4.1",
|
|
229
|
+
"esbuild": "^0.19.8",
|
|
230
|
+
"eslint-config-next": "^14.1.0",
|
|
231
|
+
"eslint-config-prettier": "latest",
|
|
232
|
+
"eslint-import-resolver-alias": "^1.1.2",
|
|
233
|
+
"eslint-plugin-import": "^2.26.0",
|
|
234
|
+
"eslint-plugin-jest": "latest",
|
|
235
|
+
"eslint-plugin-next-on-pages": "latest",
|
|
236
|
+
"eslint-plugin-prettier": "latest",
|
|
237
|
+
"eslint-plugin-react": "^7.31.10",
|
|
238
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
239
|
+
"eslint-plugin-tailwindcss": "latest",
|
|
240
|
+
"eslint-plugin-testing-library": "latest",
|
|
241
|
+
"eslint-plugin-unused-imports": "latest",
|
|
242
|
+
"extract-files": "^13.0.0",
|
|
243
|
+
"file-loader": "^6.2.0",
|
|
244
|
+
"fork-ts-checker-webpack-plugin": "^7.2.13",
|
|
245
|
+
"jest": "^29.7.0",
|
|
246
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
247
|
+
"jest-environment-node": "^29.7.0",
|
|
248
|
+
"jest-puppeteer": "^10.0.1",
|
|
249
|
+
"jsdom": "^24.0.0",
|
|
250
|
+
"less": "^4.1.3",
|
|
251
|
+
"less-loader": "^11.1.0",
|
|
252
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
253
|
+
"monaco-editor": "^0.45.0",
|
|
254
|
+
"playwright": "^1.28.1",
|
|
255
|
+
"postcss-loader": "^6.2.1",
|
|
256
|
+
"postcss-preset-env": "^9.3.0",
|
|
257
|
+
"prettier": "^3.2.5",
|
|
258
|
+
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
259
|
+
"puppeteer": "^22.4.1",
|
|
260
|
+
"react-refresh": "^0.14.0",
|
|
261
|
+
"react-test-renderer": "^18.2.0",
|
|
262
|
+
"sass": "^1.55.0",
|
|
263
|
+
"sass-loader": "^13.1.0",
|
|
264
|
+
"slate-hyperscript": "^0.100.0",
|
|
265
|
+
"storybook": "^8.0.0",
|
|
266
|
+
"style-loader": "^3.3.4",
|
|
267
|
+
"tailwindcss-animate": "^1.0.7",
|
|
268
|
+
"ts-jest": "^29.0.3",
|
|
269
|
+
"ts-loader": "^9.5.1",
|
|
270
|
+
"ts-node": "^10.9.1",
|
|
271
|
+
"tsc-alias": "^1.8.8",
|
|
272
|
+
"typescript": "^5.4.2",
|
|
273
|
+
"vitest": "^1.3.1",
|
|
274
|
+
"wait-on": "^7.2.0",
|
|
275
|
+
"webpack": "^5.89.0",
|
|
276
|
+
"webpack-cli": "^5.1.4",
|
|
277
|
+
"wrangler": "^3.32.0"
|
|
179
278
|
},
|
|
180
279
|
"scripts": {
|
|
181
280
|
"dev": "npx next dev",
|