@sciol/xyzen 1.9.73 → 1.9.74
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 +2 -181
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sciol/xyzen",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.74",
|
|
5
5
|
"description": "A modern, lightweight, and extensible chat component for React.",
|
|
6
6
|
"author": "Haohui <harveyque@outlook.com>",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -53,187 +53,8 @@
|
|
|
53
53
|
"type-check": "tsc -p tsconfig.app.json --noEmit",
|
|
54
54
|
"test": "vitest",
|
|
55
55
|
"preview": "vite preview",
|
|
56
|
-
"publish": "yarn npm publish",
|
|
56
|
+
"publish": "node -e \"const p=require('./package.json');delete p.dependencies;delete p.devDependencies;require('fs').writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n')\" && yarn npm publish; git checkout package.json",
|
|
57
57
|
"prettier": "prettier --write .",
|
|
58
58
|
"shadcn": "yarn dlx shadcn@latest"
|
|
59
|
-
},
|
|
60
|
-
"dependencies": {
|
|
61
|
-
"@ai-sdk/react": "2.0.28",
|
|
62
|
-
"@airwallex/components-sdk": "^1.28.3",
|
|
63
|
-
"@ariakit/react": "^0.4.20",
|
|
64
|
-
"@dnd-kit/core": "^6.3.1",
|
|
65
|
-
"@dnd-kit/modifiers": "^9.0.0",
|
|
66
|
-
"@dnd-kit/sortable": "^10.0.0",
|
|
67
|
-
"@emoji-mart/data": "1.2.1",
|
|
68
|
-
"@emotion/is-prop-valid": "^1.3.1",
|
|
69
|
-
"@faker-js/faker": "^10.1.0",
|
|
70
|
-
"@floating-ui/react": "^0.27.16",
|
|
71
|
-
"@headlessui/react": "^2.2.9",
|
|
72
|
-
"@heroicons/react": "^2.2.0",
|
|
73
|
-
"@novu/react": "3.13.0",
|
|
74
|
-
"@paypal/react-paypal-js": "^9.0.0",
|
|
75
|
-
"@platejs/ai": "^52.0.16",
|
|
76
|
-
"@platejs/autoformat": "^52.0.11",
|
|
77
|
-
"@platejs/basic-nodes": "^52.0.11",
|
|
78
|
-
"@platejs/basic-styles": "^52.0.11",
|
|
79
|
-
"@platejs/callout": "^52.0.11",
|
|
80
|
-
"@platejs/caption": "^52.0.11",
|
|
81
|
-
"@platejs/code-block": "^52.0.11",
|
|
82
|
-
"@platejs/combobox": "^52.0.15",
|
|
83
|
-
"@platejs/comment": "^52.0.11",
|
|
84
|
-
"@platejs/date": "^52.0.11",
|
|
85
|
-
"@platejs/dnd": "^52.0.11",
|
|
86
|
-
"@platejs/docx": "^52.0.11",
|
|
87
|
-
"@platejs/emoji": "^52.0.15",
|
|
88
|
-
"@platejs/excalidraw": "^52.0.11",
|
|
89
|
-
"@platejs/floating": "^52.0.11",
|
|
90
|
-
"@platejs/indent": "^52.0.11",
|
|
91
|
-
"@platejs/juice": "^52.0.11",
|
|
92
|
-
"@platejs/layout": "^52.0.11",
|
|
93
|
-
"@platejs/link": "^52.0.11",
|
|
94
|
-
"@platejs/list": "^52.0.11",
|
|
95
|
-
"@platejs/markdown": "^52.0.11",
|
|
96
|
-
"@platejs/math": "^52.0.11",
|
|
97
|
-
"@platejs/media": "^52.0.11",
|
|
98
|
-
"@platejs/mention": "^52.0.15",
|
|
99
|
-
"@platejs/resizable": "^52.0.11",
|
|
100
|
-
"@platejs/selection": "^52.0.16",
|
|
101
|
-
"@platejs/slash-command": "^52.0.15",
|
|
102
|
-
"@platejs/suggestion": "^52.0.11",
|
|
103
|
-
"@platejs/table": "^52.0.11",
|
|
104
|
-
"@platejs/toc": "^52.0.11",
|
|
105
|
-
"@platejs/toggle": "^52.0.11",
|
|
106
|
-
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
107
|
-
"@radix-ui/react-avatar": "^1.1.11",
|
|
108
|
-
"@radix-ui/react-checkbox": "^1.3.3",
|
|
109
|
-
"@radix-ui/react-context-menu": "^2.2.16",
|
|
110
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
111
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
112
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
113
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
114
|
-
"@radix-ui/react-separator": "^1.1.8",
|
|
115
|
-
"@radix-ui/react-slot": "^1.2.4",
|
|
116
|
-
"@radix-ui/react-toolbar": "^1.1.11",
|
|
117
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
118
|
-
"@react-three/drei": "^10.7.7",
|
|
119
|
-
"@react-three/fiber": "^9.5.0",
|
|
120
|
-
"@react-three/postprocessing": "^3.0.4",
|
|
121
|
-
"@tabler/icons-react": "^3.36.1",
|
|
122
|
-
"@tailwindcss/vite": "^4.1.11",
|
|
123
|
-
"@tanstack/react-query": "^5.83.0",
|
|
124
|
-
"@tauri-apps/api": "^2.10.1",
|
|
125
|
-
"@types/react-syntax-highlighter": "^15.5.13",
|
|
126
|
-
"@udecode/cn": "^52.0.11",
|
|
127
|
-
"@uploadthing/react": "7.3.3",
|
|
128
|
-
"@xterm/addon-fit": "^0.11.0",
|
|
129
|
-
"@xterm/addon-unicode11": "^0.9.0",
|
|
130
|
-
"@xterm/addon-web-links": "^0.12.0",
|
|
131
|
-
"@xterm/addon-webgl": "^0.19.0",
|
|
132
|
-
"@xterm/xterm": "^6.0.0",
|
|
133
|
-
"@xyflow/react": "^12.10.0",
|
|
134
|
-
"@xyzen/platform-web": "0.0.1",
|
|
135
|
-
"@xyzen/shared": "0.0.1",
|
|
136
|
-
"@zumer/snapdom": "^2.0.0",
|
|
137
|
-
"ai": "5.0.28",
|
|
138
|
-
"canvas-confetti": "^1.9.4",
|
|
139
|
-
"class-variance-authority": "^0.7.1",
|
|
140
|
-
"clsx": "^2.1.1",
|
|
141
|
-
"cmdk": "^1.1.1",
|
|
142
|
-
"date-fns": "^4.1.0",
|
|
143
|
-
"date-fns-tz": "^3.2.0",
|
|
144
|
-
"dedent": "1.0.0",
|
|
145
|
-
"echarts": "^6.0.0",
|
|
146
|
-
"echarts-for-react": "^3.0.5",
|
|
147
|
-
"embla-carousel": "^8.6.0",
|
|
148
|
-
"embla-carousel-react": "^8.6.0",
|
|
149
|
-
"embla-carousel-wheel-gestures": "^8.1.0",
|
|
150
|
-
"framer-motion": "^12.23.9",
|
|
151
|
-
"html2canvas": "^1.4.1",
|
|
152
|
-
"html2canvas-pro": "^1.6.2",
|
|
153
|
-
"i18next": "^25.7.3",
|
|
154
|
-
"i18next-browser-languagedetector": "^8.2.0",
|
|
155
|
-
"immer": "^10.1.1",
|
|
156
|
-
"katex": "^0.16.22",
|
|
157
|
-
"little-date": "^1.2.1",
|
|
158
|
-
"lodash": "^4.17.21",
|
|
159
|
-
"lowlight": "^3.3.0",
|
|
160
|
-
"lucide-react": "^0.576.0",
|
|
161
|
-
"mermaid": "^11.12.2",
|
|
162
|
-
"mini-svg-data-uri": "^1.4.4",
|
|
163
|
-
"monaco-editor": "^0.55.1",
|
|
164
|
-
"motion": "^12.38.0",
|
|
165
|
-
"next-themes": "^0.4.6",
|
|
166
|
-
"pdf-lib": "^1.17.1",
|
|
167
|
-
"pdfjs-dist": "^5.4.449",
|
|
168
|
-
"platejs": "^52.0.15",
|
|
169
|
-
"qrcode.react": "^4.2.0",
|
|
170
|
-
"radix-ui": "^1.4.3",
|
|
171
|
-
"react-aria-components": "^1.15.1",
|
|
172
|
-
"react-day-picker": "^9.13.0",
|
|
173
|
-
"react-dnd": "^16.0.1",
|
|
174
|
-
"react-dnd-html5-backend": "^16.0.1",
|
|
175
|
-
"react-i18next": "^16.5.0",
|
|
176
|
-
"react-icons": "^5.5.0",
|
|
177
|
-
"react-intersection-observer": "^10.0.2",
|
|
178
|
-
"react-lite-youtube-embed": "^3.3.3",
|
|
179
|
-
"react-markdown": "^10.1.0",
|
|
180
|
-
"react-player": "3.3.1",
|
|
181
|
-
"react-textarea-autosize": "^8.5.9",
|
|
182
|
-
"react-tweet": "^3.3.0",
|
|
183
|
-
"react-use-measure": "^2.1.7",
|
|
184
|
-
"react-virtuoso": "^4.18.3",
|
|
185
|
-
"rehype-katex": "^7.0.1",
|
|
186
|
-
"rehype-raw": "^7.0.0",
|
|
187
|
-
"rehype-sanitize": "^6.0.0",
|
|
188
|
-
"remark-breaks": "^4.0.0",
|
|
189
|
-
"remark-cjk-friendly": "^2.0.1",
|
|
190
|
-
"remark-cjk-friendly-gfm-strikethrough": "^2.0.1",
|
|
191
|
-
"remark-gfm": "^4.0.1",
|
|
192
|
-
"remark-math": "^6.0.0",
|
|
193
|
-
"shiki": "^3.15.0",
|
|
194
|
-
"sonner": "^2.0.7",
|
|
195
|
-
"tailwind-merge": "^3.3.1",
|
|
196
|
-
"tailwind-scrollbar-hide": "^4.0.0",
|
|
197
|
-
"tailwindcss": "^4.1.11",
|
|
198
|
-
"three": "^0.183.2",
|
|
199
|
-
"uploadthing": "7.7.4",
|
|
200
|
-
"upng-js": "^2.1.0",
|
|
201
|
-
"use-file-picker": "2.1.2",
|
|
202
|
-
"uuid": "^11.1.0",
|
|
203
|
-
"vite-plugin-pwa": "^1.2.0",
|
|
204
|
-
"zod": "^4.2.1",
|
|
205
|
-
"zustand": "^5.0.6"
|
|
206
|
-
},
|
|
207
|
-
"devDependencies": {
|
|
208
|
-
"@eslint/js": "^9.30.1",
|
|
209
|
-
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
|
|
210
|
-
"@types/canvas-confetti": "^1.9.0",
|
|
211
|
-
"@types/jsdom": "^27",
|
|
212
|
-
"@types/lodash": "^4",
|
|
213
|
-
"@types/node": "^24.10.0",
|
|
214
|
-
"@types/qrcode.react": "^3.0.0",
|
|
215
|
-
"@types/react": "~19.1.8",
|
|
216
|
-
"@types/react-dom": "~19.1.6",
|
|
217
|
-
"@types/three": "^0.183.1",
|
|
218
|
-
"@types/upng-js": "^2",
|
|
219
|
-
"@types/uuid": "^10.0.0",
|
|
220
|
-
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
221
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
222
|
-
"cross-env": "^10.0.0",
|
|
223
|
-
"eslint": "^9.30.1",
|
|
224
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
225
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
226
|
-
"globals": "^16.3.0",
|
|
227
|
-
"jsdom": "^27.4.0",
|
|
228
|
-
"prettier": "^3.6.2",
|
|
229
|
-
"react": "^19.1.0",
|
|
230
|
-
"react-dom": "^19.1.0",
|
|
231
|
-
"rimraf": "^6.0.1",
|
|
232
|
-
"tw-animate-css": "^1.4.0",
|
|
233
|
-
"typescript": "~5.8.3",
|
|
234
|
-
"typescript-eslint": "^8.35.1",
|
|
235
|
-
"vite": "^7.1.7",
|
|
236
|
-
"vite-plugin-dts": "^4.5.4",
|
|
237
|
-
"vitest": "^4.0.8"
|
|
238
59
|
}
|
|
239
60
|
}
|