asterui 0.12.78 → 0.12.80
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/dist/codeeditor.d.ts +1 -0
- package/dist/codeeditor.js +5 -0
- package/dist/codeeditor.js.map +1 -0
- package/dist/components/CodeEditor.d.ts +47 -0
- package/dist/components/CodeEditor.js +244 -0
- package/dist/components/CodeEditor.js.map +1 -0
- package/dist/components/DateOfBirth.js +122 -133
- package/dist/components/DateOfBirth.js.map +1 -1
- package/dist/components/Terminal.d.ts +40 -0
- package/dist/components/Terminal.js +146 -0
- package/dist/components/Terminal.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +101 -99
- package/dist/index.js.map +1 -1
- package/dist/terminal.d.ts +1 -0
- package/dist/terminal.js +5 -0
- package/dist/terminal.js.map +1 -0
- package/package.json +95 -2
package/dist/index.d.ts
CHANGED
|
@@ -172,6 +172,8 @@ export { Tabs } from './components/Tabs';
|
|
|
172
172
|
export type { TabsProps, TabPanelProps, TabItem, TabsVariant, TabsSize, TabsPosition } from './components/Tabs';
|
|
173
173
|
export { Textarea } from './components/Textarea';
|
|
174
174
|
export type { TextareaProps } from './components/Textarea';
|
|
175
|
+
export { Terminal } from './components/Terminal';
|
|
176
|
+
export type { TerminalProps, TerminalRef } from './components/Terminal';
|
|
175
177
|
export { TextRotate } from './components/TextRotate';
|
|
176
178
|
export type { TextRotateProps, TextRotateDuration } from './components/TextRotate';
|
|
177
179
|
export { Tag, CheckableTag, TagLiveRegion } from './components/Tag';
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Affix as e } from "./components/Affix.js";
|
|
2
2
|
import { AspectRatio as p } from "./components/AspectRatio.js";
|
|
3
|
-
import { Anchor as
|
|
3
|
+
import { Anchor as f } from "./components/Anchor.js";
|
|
4
4
|
import { Alert as a } from "./components/Alert.js";
|
|
5
5
|
import { Autocomplete as n } from "./components/Autocomplete.js";
|
|
6
6
|
import { Avatar as u, AvatarGroup as l } from "./components/Avatar.js";
|
|
7
7
|
import { Badge as C } from "./components/Badge.js";
|
|
8
|
-
import { Breadcrumb as
|
|
8
|
+
import { Breadcrumb as T } from "./components/Breadcrumb.js";
|
|
9
9
|
import { Button as S } from "./components/Button.js";
|
|
10
10
|
import { SizeContext as h, SizeProvider as k, useSize as v } from "./contexts/SizeContext.js";
|
|
11
11
|
import { CopyButton as D } from "./components/CopyButton.js";
|
|
@@ -23,12 +23,12 @@ import { ContextMenu as Z } from "./components/ContextMenu.js";
|
|
|
23
23
|
import { Countdown as $ } from "./components/Countdown.js";
|
|
24
24
|
import { DatePicker as ro } from "./components/DatePicker.js";
|
|
25
25
|
import { DateOfBirth as to, dateOfBirthRequired as po } from "./components/DateOfBirth.js";
|
|
26
|
-
import { MonthCalendar as
|
|
26
|
+
import { MonthCalendar as fo } from "./components/MonthCalendar.js";
|
|
27
27
|
import { WeekCalendar as ao } from "./components/WeekCalendar.js";
|
|
28
28
|
import { Descriptions as no } from "./components/Descriptions.js";
|
|
29
29
|
import { Diff as uo } from "./components/Diff.js";
|
|
30
30
|
import { Dock as Co } from "./components/Dock.js";
|
|
31
|
-
import { Divider as
|
|
31
|
+
import { Divider as To } from "./components/Divider.js";
|
|
32
32
|
import { Drawer as So } from "./components/Drawer.js";
|
|
33
33
|
import { ResponsiveDrawer as ho } from "./components/ResponsiveDrawer.js";
|
|
34
34
|
import { Fieldset as vo } from "./components/Fieldset.js";
|
|
@@ -47,13 +47,13 @@ import { Empty as Zo } from "./components/Empty.js";
|
|
|
47
47
|
import { Input as $o } from "./components/Input.js";
|
|
48
48
|
import { InputNumber as rr } from "./components/InputNumber.js";
|
|
49
49
|
import { Join as tr } from "./components/Join.js";
|
|
50
|
-
import { Kbd as
|
|
50
|
+
import { Kbd as mr } from "./components/Kbd.js";
|
|
51
51
|
import { Layout as xr, useSiderContext as ar } from "./components/Layout.js";
|
|
52
52
|
import { List as nr } from "./components/List.js";
|
|
53
53
|
import { Loading as ur } from "./components/Loading.js";
|
|
54
54
|
import { Mask as dr } from "./components/Mask.js";
|
|
55
55
|
import { Masonry as cr } from "./components/Masonry.js";
|
|
56
|
-
import { Mention as
|
|
56
|
+
import { Mention as gr } from "./components/Mention.js";
|
|
57
57
|
import { Menu as Pr } from "./components/Menu.js";
|
|
58
58
|
import { Browser as kr } from "./components/Browser.js";
|
|
59
59
|
import { Code as Rr } from "./components/Code.js";
|
|
@@ -73,72 +73,73 @@ import { RadialProgress as Zr } from "./components/RadialProgress.js";
|
|
|
73
73
|
import { Range as $r } from "./components/Range.js";
|
|
74
74
|
import { Rating as re } from "./components/Rating.js";
|
|
75
75
|
import { Result as te } from "./components/Result.js";
|
|
76
|
-
import { Select as
|
|
76
|
+
import { Select as me } from "./components/Select.js";
|
|
77
77
|
import { Segmented as xe } from "./components/Segmented.js";
|
|
78
78
|
import { Skeleton as se } from "./components/Skeleton.js";
|
|
79
79
|
import { Space as ie } from "./components/Space.js";
|
|
80
80
|
import { Splitter as le } from "./components/Splitter.js";
|
|
81
81
|
import { Stats as Ce } from "./components/Stat.js";
|
|
82
|
-
import { Status as
|
|
82
|
+
import { Status as Te } from "./components/Status.js";
|
|
83
83
|
import { Steps as Se } from "./components/Steps.js";
|
|
84
84
|
import { Table as he } from "./components/Table.js";
|
|
85
85
|
import { Tabs as ve } from "./components/Tabs.js";
|
|
86
86
|
import { Textarea as De } from "./components/Textarea.js";
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import { default as Ht } from "./locale/en-
|
|
116
|
-
import { default as Gt } from "./locale/en-
|
|
117
|
-
import { default as Ot } from "./locale/
|
|
118
|
-
import { default as Nt } from "./locale/
|
|
119
|
-
import { default as Ut } from "./locale/
|
|
120
|
-
import { default as qt } from "./locale/
|
|
121
|
-
import { default as Vt } from "./locale/
|
|
122
|
-
import { default as Yt } from "./locale/
|
|
123
|
-
import { default as _t } from "./locale/
|
|
124
|
-
import {
|
|
87
|
+
import { Terminal as Be } from "./components/Terminal.js";
|
|
88
|
+
import { TextRotate as we } from "./components/TextRotate.js";
|
|
89
|
+
import { CheckableTag as Me, Tag as Ae, TagLiveRegion as Le } from "./components/Tag.js";
|
|
90
|
+
import { ThemeController as ze } from "./components/ThemeController.js";
|
|
91
|
+
import { ThemeProvider as We, useHasThemeProvider as Ge, useThemeContext as Ke } from "./providers/ThemeProvider.js";
|
|
92
|
+
import { TimePicker as Ee } from "./components/TimePicker.js";
|
|
93
|
+
import { Timeline as Je } from "./components/Timeline.js";
|
|
94
|
+
import { Toggle as je } from "./components/Toggle.js";
|
|
95
|
+
import { Tour as Qe } from "./components/Tour.js";
|
|
96
|
+
import { Tooltip as Xe } from "./components/Tooltip.js";
|
|
97
|
+
import { Transfer as Ze } from "./components/Transfer.js";
|
|
98
|
+
import { Tree as $e } from "./components/Tree.js";
|
|
99
|
+
import { TreeSelect as rt, TreeSelectComponent as et } from "./components/TreeSelect.js";
|
|
100
|
+
import { Typography as pt } from "./components/Typography.js";
|
|
101
|
+
import { Upload as ft } from "./components/Upload.js";
|
|
102
|
+
import { Watermark as at } from "./components/Watermark.js";
|
|
103
|
+
import { Hide as nt, Show as it } from "./components/Responsive.js";
|
|
104
|
+
import { useBreakpoint as lt } from "./hooks/useBreakpoint.js";
|
|
105
|
+
import { useDisclosure as Ct } from "./hooks/useDisclosure.js";
|
|
106
|
+
import { useClipboard as Tt } from "./hooks/useClipboard.js";
|
|
107
|
+
import { useLocalStorage as St } from "./hooks/useLocalStorage.js";
|
|
108
|
+
import { useDebounce as ht } from "./hooks/useDebounce.js";
|
|
109
|
+
import { useClickOutside as vt } from "./hooks/useClickOutside.js";
|
|
110
|
+
import { usePrevious as Dt } from "./hooks/usePrevious.js";
|
|
111
|
+
import { useHover as Bt } from "./hooks/useHover.js";
|
|
112
|
+
import { useKeyPress as wt, useKeyPressCallback as yt } from "./hooks/useKeyPress.js";
|
|
113
|
+
import { useWindowSize as At } from "./hooks/useWindowSize.js";
|
|
114
|
+
import { useTheme as It } from "./hooks/useTheme.js";
|
|
115
|
+
import { default as Ht } from "./locale/en-US.js";
|
|
116
|
+
import { default as Gt } from "./locale/en-GB.js";
|
|
117
|
+
import { default as Ot } from "./locale/en-CA.js";
|
|
118
|
+
import { default as Nt } from "./locale/zh-CN.js";
|
|
119
|
+
import { default as Ut } from "./locale/es-ES.js";
|
|
120
|
+
import { default as qt } from "./locale/ja-JP.js";
|
|
121
|
+
import { default as Vt } from "./locale/pt-BR.js";
|
|
122
|
+
import { default as Yt } from "./locale/de-DE.js";
|
|
123
|
+
import { default as _t } from "./locale/fr-FR.js";
|
|
124
|
+
import { default as op } from "./locale/ko-KR.js";
|
|
125
|
+
import { useWatch as ep } from "react-hook-form";
|
|
125
126
|
export {
|
|
126
127
|
e as Affix,
|
|
127
128
|
a as Alert,
|
|
128
|
-
|
|
129
|
+
f as Anchor,
|
|
129
130
|
p as AspectRatio,
|
|
130
131
|
n as Autocomplete,
|
|
131
132
|
u as Avatar,
|
|
132
133
|
l as AvatarGroup,
|
|
133
134
|
C as Badge,
|
|
134
|
-
|
|
135
|
+
T as Breadcrumb,
|
|
135
136
|
kr as Browser,
|
|
136
137
|
S as Button,
|
|
137
138
|
L as Card,
|
|
138
139
|
z as Carousel,
|
|
139
140
|
W as Cascader,
|
|
140
141
|
w as Chat,
|
|
141
|
-
|
|
142
|
+
Me as CheckableTag,
|
|
142
143
|
B as Checkbox,
|
|
143
144
|
Rr as Code,
|
|
144
145
|
Ko as Col,
|
|
@@ -155,7 +156,7 @@ export {
|
|
|
155
156
|
ro as DatePicker,
|
|
156
157
|
no as Descriptions,
|
|
157
158
|
uo as Diff,
|
|
158
|
-
|
|
159
|
+
To as Divider,
|
|
159
160
|
Co as Dock,
|
|
160
161
|
So as Drawer,
|
|
161
162
|
Xo as Dropdown,
|
|
@@ -169,23 +170,23 @@ export {
|
|
|
169
170
|
zo as Form,
|
|
170
171
|
Oo as Grid,
|
|
171
172
|
Jo as Hero,
|
|
172
|
-
|
|
173
|
+
nt as Hide,
|
|
173
174
|
jo as HoverGallery,
|
|
174
175
|
Qo as Image,
|
|
175
176
|
$o as Input,
|
|
176
177
|
rr as InputNumber,
|
|
177
178
|
tr as Join,
|
|
178
|
-
|
|
179
|
+
mr as Kbd,
|
|
179
180
|
xr as Layout,
|
|
180
181
|
nr as List,
|
|
181
182
|
ur as Loading,
|
|
182
183
|
dr as Mask,
|
|
183
184
|
cr as Masonry,
|
|
184
|
-
|
|
185
|
+
gr as Mention,
|
|
185
186
|
Pr as Menu,
|
|
186
187
|
Hr as MessageManager,
|
|
187
188
|
yr as Modal,
|
|
188
|
-
|
|
189
|
+
fo as MonthCalendar,
|
|
189
190
|
Ar as Navbar,
|
|
190
191
|
Kr as OTPInput,
|
|
191
192
|
Er as Pagination,
|
|
@@ -201,72 +202,73 @@ export {
|
|
|
201
202
|
te as Result,
|
|
202
203
|
Eo as Row,
|
|
203
204
|
xe as Segmented,
|
|
204
|
-
|
|
205
|
-
|
|
205
|
+
me as Select,
|
|
206
|
+
it as Show,
|
|
206
207
|
h as SizeContext,
|
|
207
208
|
k as SizeProvider,
|
|
208
209
|
se as Skeleton,
|
|
209
210
|
ie as Space,
|
|
210
211
|
le as Splitter,
|
|
211
212
|
Ce as Stats,
|
|
212
|
-
|
|
213
|
+
Te as Status,
|
|
213
214
|
Se as Steps,
|
|
214
215
|
he as Table,
|
|
215
216
|
ve as Tabs,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
Be as
|
|
217
|
+
Ae as Tag,
|
|
218
|
+
Le as TagLiveRegion,
|
|
219
|
+
Be as Terminal,
|
|
220
|
+
we as TextRotate,
|
|
219
221
|
De as Textarea,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
222
|
+
ze as ThemeController,
|
|
223
|
+
We as ThemeProvider,
|
|
224
|
+
Ee as TimePicker,
|
|
225
|
+
Je as Timeline,
|
|
226
|
+
je as Toggle,
|
|
227
|
+
Xe as Tooltip,
|
|
228
|
+
Qe as Tour,
|
|
229
|
+
Ze as Transfer,
|
|
230
|
+
$e as Tree,
|
|
231
|
+
rt as TreeSelect,
|
|
232
|
+
et as TreeSelectComponent,
|
|
233
|
+
pt as Typography,
|
|
234
|
+
ft as Upload,
|
|
235
|
+
at as Watermark,
|
|
234
236
|
ao as WeekCalendar,
|
|
235
237
|
Fr as Window,
|
|
236
238
|
po as dateOfBirthRequired,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
239
|
+
Yt as deDE,
|
|
240
|
+
Ot as enCA,
|
|
241
|
+
Gt as enGB,
|
|
242
|
+
Ht as enUS,
|
|
243
|
+
Ut as esES,
|
|
244
|
+
_t as frFR,
|
|
245
|
+
qt as jaJP,
|
|
246
|
+
op as koKR,
|
|
245
247
|
Wr as message,
|
|
246
248
|
Ir as notification,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
Vt as ptBR,
|
|
250
|
+
lt as useBreakpoint,
|
|
251
|
+
vt as useClickOutside,
|
|
252
|
+
Tt as useClipboard,
|
|
251
253
|
E as useComponentLocale,
|
|
252
254
|
N as useConfig,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
+
ht as useDebounce,
|
|
256
|
+
Ct as useDisclosure,
|
|
255
257
|
Ho as useForm,
|
|
256
258
|
Wo as useFormInstance,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
259
|
+
Ge as useHasThemeProvider,
|
|
260
|
+
Bt as useHover,
|
|
261
|
+
wt as useKeyPress,
|
|
262
|
+
yt as useKeyPressCallback,
|
|
263
|
+
St as useLocalStorage,
|
|
262
264
|
J as useLocale,
|
|
263
|
-
|
|
265
|
+
Dt as usePrevious,
|
|
264
266
|
ar as useSiderContext,
|
|
265
267
|
v as useSize,
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
268
|
+
It as useTheme,
|
|
269
|
+
Ke as useThemeContext,
|
|
270
|
+
ep as useWatch,
|
|
271
|
+
At as useWindowSize,
|
|
272
|
+
Nt as zhCN
|
|
271
273
|
};
|
|
272
274
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Terminal, type TerminalProps, type TerminalRef } from './components/Terminal';
|
package/dist/terminal.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"terminal.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asterui",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.80",
|
|
4
4
|
"description": "React UI component library with DaisyUI",
|
|
5
5
|
"homepage": "https://asterui.com",
|
|
6
6
|
"repository": {
|
|
@@ -34,6 +34,14 @@
|
|
|
34
34
|
"./editor": {
|
|
35
35
|
"import": "./dist/editor.js",
|
|
36
36
|
"types": "./dist/editor.d.ts"
|
|
37
|
+
},
|
|
38
|
+
"./terminal": {
|
|
39
|
+
"import": "./dist/terminal.js",
|
|
40
|
+
"types": "./dist/terminal.d.ts"
|
|
41
|
+
},
|
|
42
|
+
"./codeeditor": {
|
|
43
|
+
"import": "./dist/codeeditor.js",
|
|
44
|
+
"types": "./dist/codeeditor.d.ts"
|
|
37
45
|
}
|
|
38
46
|
},
|
|
39
47
|
"files": [
|
|
@@ -44,6 +52,8 @@
|
|
|
44
52
|
"react-hook-form": "^7.0.0"
|
|
45
53
|
},
|
|
46
54
|
"peerDependencies": {
|
|
55
|
+
"@xterm/xterm": "^5.0.0",
|
|
56
|
+
"@xterm/addon-fit": "^0.10.0",
|
|
47
57
|
"@tanstack/react-virtual": "^3.0.0",
|
|
48
58
|
"@tiptap/extension-link": "^2.0.0",
|
|
49
59
|
"@tiptap/extension-placeholder": "^2.0.0",
|
|
@@ -53,9 +63,30 @@
|
|
|
53
63
|
"apexcharts": "^5.3.6",
|
|
54
64
|
"qrcode": "^1.5.4",
|
|
55
65
|
"react": "^18.0.0 || ^19.0.0",
|
|
56
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
66
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
67
|
+
"@codemirror/autocomplete": "^6.0.0",
|
|
68
|
+
"@codemirror/commands": "^6.0.0",
|
|
69
|
+
"@codemirror/lang-css": "^6.0.0",
|
|
70
|
+
"@codemirror/lang-html": "^6.0.0",
|
|
71
|
+
"@codemirror/lang-javascript": "^6.0.0",
|
|
72
|
+
"@codemirror/lang-json": "^6.0.0",
|
|
73
|
+
"@codemirror/lang-markdown": "^6.0.0",
|
|
74
|
+
"@codemirror/lang-python": "^6.0.0",
|
|
75
|
+
"@codemirror/lang-sql": "^6.0.0",
|
|
76
|
+
"@codemirror/lang-xml": "^6.0.0",
|
|
77
|
+
"@codemirror/language": "^6.0.0",
|
|
78
|
+
"@codemirror/lint": "^6.0.0",
|
|
79
|
+
"@codemirror/search": "^6.0.0",
|
|
80
|
+
"@codemirror/state": "^6.0.0",
|
|
81
|
+
"@codemirror/view": "^6.0.0"
|
|
57
82
|
},
|
|
58
83
|
"peerDependenciesMeta": {
|
|
84
|
+
"@xterm/xterm": {
|
|
85
|
+
"optional": true
|
|
86
|
+
},
|
|
87
|
+
"@xterm/addon-fit": {
|
|
88
|
+
"optional": true
|
|
89
|
+
},
|
|
59
90
|
"@tanstack/react-virtual": {
|
|
60
91
|
"optional": true
|
|
61
92
|
},
|
|
@@ -79,11 +110,73 @@
|
|
|
79
110
|
},
|
|
80
111
|
"qrcode": {
|
|
81
112
|
"optional": true
|
|
113
|
+
},
|
|
114
|
+
"@codemirror/autocomplete": {
|
|
115
|
+
"optional": true
|
|
116
|
+
},
|
|
117
|
+
"@codemirror/commands": {
|
|
118
|
+
"optional": true
|
|
119
|
+
},
|
|
120
|
+
"@codemirror/lang-css": {
|
|
121
|
+
"optional": true
|
|
122
|
+
},
|
|
123
|
+
"@codemirror/lang-html": {
|
|
124
|
+
"optional": true
|
|
125
|
+
},
|
|
126
|
+
"@codemirror/lang-javascript": {
|
|
127
|
+
"optional": true
|
|
128
|
+
},
|
|
129
|
+
"@codemirror/lang-json": {
|
|
130
|
+
"optional": true
|
|
131
|
+
},
|
|
132
|
+
"@codemirror/lang-markdown": {
|
|
133
|
+
"optional": true
|
|
134
|
+
},
|
|
135
|
+
"@codemirror/lang-python": {
|
|
136
|
+
"optional": true
|
|
137
|
+
},
|
|
138
|
+
"@codemirror/lang-sql": {
|
|
139
|
+
"optional": true
|
|
140
|
+
},
|
|
141
|
+
"@codemirror/lang-xml": {
|
|
142
|
+
"optional": true
|
|
143
|
+
},
|
|
144
|
+
"@codemirror/language": {
|
|
145
|
+
"optional": true
|
|
146
|
+
},
|
|
147
|
+
"@codemirror/lint": {
|
|
148
|
+
"optional": true
|
|
149
|
+
},
|
|
150
|
+
"@codemirror/search": {
|
|
151
|
+
"optional": true
|
|
152
|
+
},
|
|
153
|
+
"@codemirror/state": {
|
|
154
|
+
"optional": true
|
|
155
|
+
},
|
|
156
|
+
"@codemirror/view": {
|
|
157
|
+
"optional": true
|
|
82
158
|
}
|
|
83
159
|
},
|
|
84
160
|
"devDependencies": {
|
|
161
|
+
"@codemirror/autocomplete": "^6.18.6",
|
|
162
|
+
"@codemirror/commands": "^6.8.1",
|
|
163
|
+
"@codemirror/lang-css": "^6.3.1",
|
|
164
|
+
"@codemirror/lang-html": "^6.4.9",
|
|
165
|
+
"@codemirror/lang-javascript": "^6.2.3",
|
|
166
|
+
"@codemirror/lang-json": "^6.0.1",
|
|
167
|
+
"@codemirror/lang-markdown": "^6.3.2",
|
|
168
|
+
"@codemirror/lang-python": "^6.1.7",
|
|
169
|
+
"@codemirror/lang-sql": "^6.8.0",
|
|
170
|
+
"@codemirror/lang-xml": "^6.1.0",
|
|
171
|
+
"@codemirror/language": "^6.11.0",
|
|
172
|
+
"@codemirror/lint": "^6.8.5",
|
|
173
|
+
"@codemirror/search": "^6.5.10",
|
|
174
|
+
"@codemirror/state": "^6.5.2",
|
|
175
|
+
"@codemirror/view": "^6.36.5",
|
|
85
176
|
"@tailwindcss/vite": "^4.1.18",
|
|
86
177
|
"@tanstack/react-virtual": "^3.13.13",
|
|
178
|
+
"@xterm/xterm": "^5.5.0",
|
|
179
|
+
"@xterm/addon-fit": "^0.10.0",
|
|
87
180
|
"@tiptap/extension-link": "^2.11.5",
|
|
88
181
|
"@tiptap/extension-placeholder": "^2.11.5",
|
|
89
182
|
"@tiptap/extension-underline": "^2.11.5",
|