@konstructio/ui 0.1.2-alpha.66 → 0.1.2-alpha.68
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/AdditionalOptions-C2FDVZhu.js +45 -0
- package/dist/{DayPicker-PUEUVAST.js → DayPicker-CaeUXRCF.js} +475 -470
- package/dist/{Modal--z642-Wv.js → Modal-mwLmWbnA.js} +23 -20
- package/dist/assets/icons/components/CloudLockOutline.d.ts +3 -0
- package/dist/assets/icons/components/CloudLockOutline.js +28 -0
- package/dist/assets/icons/components/index.d.ts +1 -0
- package/dist/assets/icons/components/index.js +106 -104
- package/dist/assets/icons/index.js +106 -104
- package/dist/components/ButtonGroup/ButtonGroup.js +65 -61
- package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +6 -0
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +32 -30
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.types.d.ts +3 -1
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.d.ts +4 -1
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.js +37 -17
- package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +1 -1
- package/dist/components/Datepicker/DatePicker.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -2
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +2 -2
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/Select/Select.d.ts +1 -0
- package/dist/components/Select/Select.js +54 -40
- package/dist/components/Select/Select.types.d.ts +18 -2
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.d.ts +3 -0
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +11 -0
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.types.d.ts +4 -0
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.d.ts +1 -0
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.js +26 -0
- package/dist/components/Select/components/List/List.js +131 -132
- package/dist/components/Select/components/List/List.types.d.ts +1 -0
- package/dist/components/Select/components/List/List.variants.d.ts +1 -0
- package/dist/components/Select/components/List/List.variants.js +17 -2
- package/dist/components/Select/components/Wrapper.d.ts +3 -1
- package/dist/components/Select/components/Wrapper.js +65 -63
- package/dist/components/Select/components/index.d.ts +1 -0
- package/dist/components/Select/components/index.js +8 -6
- package/dist/components/VirtualizedTable/VirtualizedTable.d.ts +5 -0
- package/dist/components/VirtualizedTable/VirtualizedTable.js +86 -80
- package/dist/components/VirtualizedTable/components/Body/Body.js +51 -49
- package/dist/components/VirtualizedTable/contexts/table.context.d.ts +2 -0
- package/dist/components/VirtualizedTable/contexts/table.provider.js +69 -67
- package/dist/components/VirtualizedTable/events/index.d.ts +3 -3
- package/dist/components/VirtualizedTable/events/index.js +22 -16
- package/dist/components/index.js +1 -1
- package/dist/icons.d.ts +1 -1
- package/dist/icons.js +106 -104
- package/dist/index.js +1 -1
- package/dist/package.json +21 -21
- package/dist/styles.css +1 -1
- package/package.json +21 -21
package/dist/icons.js
CHANGED
|
@@ -4,65 +4,66 @@ import { AlertOutlineIcon as p } from "./assets/icons/components/AlertOutline.js
|
|
|
4
4
|
import { AppRepoIcon as f } from "./assets/icons/components/AppRepo.js";
|
|
5
5
|
import { AppsIcon as x } from "./assets/icons/components/Apps.js";
|
|
6
6
|
import { ArchivesIcon as l } from "./assets/icons/components/Archives.js";
|
|
7
|
-
import { ArrowDownIcon as
|
|
7
|
+
import { ArrowDownIcon as C } from "./assets/icons/components/ArrowDown.js";
|
|
8
8
|
import { ArrowLeftIcon as u } from "./assets/icons/components/ArrowLeft.js";
|
|
9
|
-
import { ArrowRightIcon as
|
|
10
|
-
import { ArrowUpIcon as
|
|
11
|
-
import { BarChartIcon as
|
|
9
|
+
import { ArrowRightIcon as d } from "./assets/icons/components/ArrowRight.js";
|
|
10
|
+
import { ArrowUpIcon as A } from "./assets/icons/components/ArrowUp.js";
|
|
11
|
+
import { BarChartIcon as O } from "./assets/icons/components/BarChart.js";
|
|
12
12
|
import { BookOpenIcon as k } from "./assets/icons/components/BookOpen.js";
|
|
13
|
-
import { CalendarMonthIcon as
|
|
14
|
-
import { CheckCircleIcon as
|
|
13
|
+
import { CalendarMonthIcon as S } from "./assets/icons/components/CalendarMonth.js";
|
|
14
|
+
import { CheckCircleIcon as E } from "./assets/icons/components/CheckCircle.js";
|
|
15
15
|
import { CheckIcon as b } from "./assets/icons/components/Check.js";
|
|
16
16
|
import { ClockAlertIcon as y } from "./assets/icons/components/ClockAlert.js";
|
|
17
17
|
import { ClockOutlineIcon as G } from "./assets/icons/components/ClockOutline.js";
|
|
18
18
|
import { CloseIcon as N } from "./assets/icons/components/Close.js";
|
|
19
19
|
import { CloudIcon as K } from "./assets/icons/components/Cloud.js";
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
20
|
+
import { CloudLockOutlineIcon as U } from "./assets/icons/components/CloudLockOutline.js";
|
|
21
|
+
import { ClustersIcon as W } from "./assets/icons/components/Clusters.js";
|
|
22
|
+
import { CogOutlineIcon as j } from "./assets/icons/components/CogOutline.js";
|
|
23
|
+
import { CopyIcon as z } from "./assets/icons/components/Copy.js";
|
|
24
|
+
import { CpuIcon as J } from "./assets/icons/components/Cpu.js";
|
|
25
|
+
import { CubeIcon as Y } from "./assets/icons/components/Cube.js";
|
|
26
|
+
import { DatacenterIcon as _ } from "./assets/icons/components/Datacenter.js";
|
|
27
|
+
import { DeleteIcon as oo } from "./assets/icons/components/Delete.js";
|
|
28
|
+
import { DollarSignIcon as eo } from "./assets/icons/components/DollarSign.js";
|
|
29
|
+
import { DownloadIcon as no } from "./assets/icons/components/Download.js";
|
|
30
|
+
import { EditIcon as po } from "./assets/icons/components/Edit.js";
|
|
31
|
+
import { EllipsesIcon as fo } from "./assets/icons/components/Ellipses.js";
|
|
32
|
+
import { EnvironmentsIcon as xo } from "./assets/icons/components/Environments.js";
|
|
33
|
+
import { ErrorIcon as lo } from "./assets/icons/components/Error.js";
|
|
34
|
+
import { ErrorOutlineIcon as Co } from "./assets/icons/components/ErrorOutline.js";
|
|
35
|
+
import { ExclamationIcon as uo } from "./assets/icons/components/Exclamation.js";
|
|
36
|
+
import { GitIcon as ho } from "./assets/icons/components/Git.js";
|
|
37
|
+
import { GitOpsCatalogIcon as go } from "./assets/icons/components/GitOpsCatalog.js";
|
|
38
|
+
import { GridViewIcon as Po } from "./assets/icons/components/GridView.js";
|
|
39
|
+
import { HelpIcon as Lo } from "./assets/icons/components/Help.js";
|
|
40
|
+
import { HideOutlineIcon as vo } from "./assets/icons/components/HideOutline.js";
|
|
41
|
+
import { HomeIcon as Do } from "./assets/icons/components/Home.js";
|
|
42
|
+
import { IdIcon as Ro } from "./assets/icons/components/Id.js";
|
|
43
|
+
import { InformationOutlineIcon as Bo } from "./assets/icons/components/InformationOutline.js";
|
|
44
|
+
import { InvoiceListIcon as Ho } from "./assets/icons/components/InvoiceList.js";
|
|
45
|
+
import { KeyIcon as To } from "./assets/icons/components/Key.js";
|
|
46
|
+
import { LightBulbIcon as Mo } from "./assets/icons/components/LightBulb.js";
|
|
47
|
+
import { LoaderIcon as Vo } from "./assets/icons/components/Loader.js";
|
|
48
|
+
import { NetworkIcon as Xo } from "./assets/icons/components/Network.js";
|
|
49
|
+
import { PagesStackIcon as qo } from "./assets/icons/components/PagesStack.js";
|
|
50
|
+
import { PageviewIcon as Fo } from "./assets/icons/components/Pageview.js";
|
|
51
|
+
import { PeopleIcon as Qo } from "./assets/icons/components/People.js";
|
|
52
|
+
import { PhotoLibraryIcon as Zo } from "./assets/icons/components/PhotoLibrary.js";
|
|
53
|
+
import { PipelineIcon as $o } from "./assets/icons/components/Pipeline.js";
|
|
54
|
+
import { PlusIcon as rr } from "./assets/icons/components/Plus.js";
|
|
55
|
+
import { PowerSettingsIcon as tr } from "./assets/icons/components/PowerSettings.js";
|
|
56
|
+
import { PreviewIcon as cr } from "./assets/icons/components/Preview.js";
|
|
57
|
+
import { ReceiptLongIcon as mr } from "./assets/icons/components/ReceiptLong.js";
|
|
58
|
+
import { RefreshIcon as Ir } from "./assets/icons/components/Refresh.js";
|
|
59
|
+
import { ScatterPlotIcon as ir } from "./assets/icons/components/ScatterPlot.js";
|
|
60
|
+
import { SearchIcon as ar } from "./assets/icons/components/Search.js";
|
|
61
|
+
import { ServerIcon as sr } from "./assets/icons/components/Server.js";
|
|
62
|
+
import { StartIcon as wr } from "./assets/icons/components/Start.js";
|
|
63
|
+
import { TabNewIcon as hr } from "./assets/icons/components/TabNew.js";
|
|
64
|
+
import { TeamsIcon as gr } from "./assets/icons/components/Teams.js";
|
|
65
|
+
import { WarningIcon as Pr } from "./assets/icons/components/Warning.js";
|
|
66
|
+
import { XIcon as Lr } from "./assets/icons/components/X.js";
|
|
66
67
|
export {
|
|
67
68
|
e as AccountsIcon,
|
|
68
69
|
n as AddChartIcon,
|
|
@@ -70,63 +71,64 @@ export {
|
|
|
70
71
|
f as AppRepoIcon,
|
|
71
72
|
x as AppsIcon,
|
|
72
73
|
l as ArchivesIcon,
|
|
73
|
-
|
|
74
|
+
C as ArrowDownIcon,
|
|
74
75
|
u as ArrowLeftIcon,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
d as ArrowRightIcon,
|
|
77
|
+
A as ArrowUpIcon,
|
|
78
|
+
O as BarChartIcon,
|
|
78
79
|
k as BookOpenIcon,
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
S as CalendarMonthIcon,
|
|
81
|
+
E as CheckCircleIcon,
|
|
81
82
|
b as CheckIcon,
|
|
82
83
|
y as ClockAlertIcon,
|
|
83
84
|
G as ClockOutlineIcon,
|
|
84
85
|
N as CloseIcon,
|
|
85
86
|
K as CloudIcon,
|
|
86
|
-
U as
|
|
87
|
-
W as
|
|
88
|
-
j as
|
|
89
|
-
z as
|
|
90
|
-
J as
|
|
91
|
-
Y as
|
|
92
|
-
_ as
|
|
93
|
-
oo as
|
|
94
|
-
eo as
|
|
95
|
-
no as
|
|
96
|
-
po as
|
|
97
|
-
fo as
|
|
98
|
-
xo as
|
|
99
|
-
lo as
|
|
100
|
-
|
|
101
|
-
uo as
|
|
102
|
-
ho as
|
|
103
|
-
go as
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
Do as
|
|
108
|
-
Ro as
|
|
109
|
-
Bo as
|
|
110
|
-
Ho as
|
|
111
|
-
To as
|
|
112
|
-
Mo as
|
|
113
|
-
Vo as
|
|
114
|
-
Xo as
|
|
115
|
-
qo as
|
|
116
|
-
Fo as
|
|
117
|
-
Qo as
|
|
118
|
-
Zo as
|
|
119
|
-
$o as
|
|
120
|
-
rr as
|
|
121
|
-
tr as
|
|
122
|
-
cr as
|
|
123
|
-
mr as
|
|
124
|
-
Ir as
|
|
125
|
-
ir as
|
|
126
|
-
ar as
|
|
127
|
-
|
|
128
|
-
wr as
|
|
129
|
-
|
|
130
|
-
gr as
|
|
131
|
-
|
|
87
|
+
U as CloudLockOutlineIcon,
|
|
88
|
+
W as ClustersIcon,
|
|
89
|
+
j as CogOutlineIcon,
|
|
90
|
+
z as CopyIcon,
|
|
91
|
+
J as CpuIcon,
|
|
92
|
+
Y as CubeIcon,
|
|
93
|
+
_ as DatacenterIcon,
|
|
94
|
+
oo as DeleteIcon,
|
|
95
|
+
eo as DollarSignIcon,
|
|
96
|
+
no as DownloadIcon,
|
|
97
|
+
po as EditIcon,
|
|
98
|
+
fo as EllipsesIcon,
|
|
99
|
+
xo as EnvironmentsIcon,
|
|
100
|
+
lo as ErrorIcon,
|
|
101
|
+
Co as ErrorOutlineIcon,
|
|
102
|
+
uo as ExclamationIcon,
|
|
103
|
+
ho as GitIcon,
|
|
104
|
+
go as GitOpsCatalogIcon,
|
|
105
|
+
Po as GridViewIcon,
|
|
106
|
+
Lo as HelpIcon,
|
|
107
|
+
vo as HideOutlineIcon,
|
|
108
|
+
Do as HomeIcon,
|
|
109
|
+
Ro as IdIcon,
|
|
110
|
+
Bo as InformationOutlineIcon,
|
|
111
|
+
Ho as InvoiceListIcon,
|
|
112
|
+
To as KeyIcon,
|
|
113
|
+
Mo as LightBulbIcon,
|
|
114
|
+
Vo as LoaderIcon,
|
|
115
|
+
Xo as NetworkIcon,
|
|
116
|
+
qo as PagesStackIcon,
|
|
117
|
+
Fo as PageviewIcon,
|
|
118
|
+
Qo as PeopleIcon,
|
|
119
|
+
Zo as PhotoLibraryIcon,
|
|
120
|
+
$o as PipelineIcon,
|
|
121
|
+
rr as PlusIcon,
|
|
122
|
+
tr as PowerSettingsIcon,
|
|
123
|
+
cr as PreviewIcon,
|
|
124
|
+
mr as ReceiptLongIcon,
|
|
125
|
+
Ir as RefreshIcon,
|
|
126
|
+
ir as ScatterPlotIcon,
|
|
127
|
+
ar as SearchIcon,
|
|
128
|
+
sr as ServerIcon,
|
|
129
|
+
wr as StartIcon,
|
|
130
|
+
hr as TabNewIcon,
|
|
131
|
+
gr as TeamsIcon,
|
|
132
|
+
Pr as WarningIcon,
|
|
133
|
+
Lr as XIcon
|
|
132
134
|
};
|
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import { Input as _ } from "./components/Input/Input.js";
|
|
|
26
26
|
import { List as rr } from "./components/Tabs/components/List.js";
|
|
27
27
|
import { Loading as er } from "./components/Loading/Loading.js";
|
|
28
28
|
import { Logo as pr } from "./components/Sidebar/components/Logo/Logo.js";
|
|
29
|
-
import { M as mr } from "./Modal
|
|
29
|
+
import { M as mr } from "./Modal-mwLmWbnA.js";
|
|
30
30
|
import { MultiSelectDropdown as fr } from "./components/MultiSelectDropdown/MultiSelectDropdown.js";
|
|
31
31
|
import { Navigation as ir } from "./components/Sidebar/components/Navigation/Navigation.js";
|
|
32
32
|
import { NavigationGroup as dr } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.67",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -88,25 +88,25 @@
|
|
|
88
88
|
"@radix-ui/react-visually-hidden": "^1.2.4",
|
|
89
89
|
"@react-input/mask": "^2.0.4",
|
|
90
90
|
"@tanstack/react-table": "^8.21.3",
|
|
91
|
-
"@tanstack/react-virtual": "^3.13.
|
|
91
|
+
"@tanstack/react-virtual": "^3.13.19",
|
|
92
92
|
"chart.js": "^4.5.1",
|
|
93
93
|
"class-variance-authority": "^0.7.1",
|
|
94
94
|
"clsx": "^2.1.1",
|
|
95
95
|
"cmdk": "^1.1.1",
|
|
96
96
|
"countries-and-timezones": "^3.8.0",
|
|
97
|
-
"country-flag-icons": "^1.6.
|
|
97
|
+
"country-flag-icons": "^1.6.15",
|
|
98
98
|
"country-locale-map": "^1.9.12",
|
|
99
99
|
"google-libphonenumber": "^3.2.44",
|
|
100
100
|
"i18n-iso-countries": "^7.14.0",
|
|
101
101
|
"js-cookie": "^3.0.5",
|
|
102
|
-
"lucide-react": "^0.
|
|
103
|
-
"motion": "^12.34.
|
|
102
|
+
"lucide-react": "^0.576.0",
|
|
103
|
+
"motion": "^12.34.3",
|
|
104
104
|
"react-chartjs-2": "^5.3.1",
|
|
105
|
-
"react-day-picker": "^9.
|
|
105
|
+
"react-day-picker": "^9.14.0",
|
|
106
106
|
"react-feather": "^2.0.10",
|
|
107
107
|
"react-focus-lock": "^2.13.7",
|
|
108
108
|
"react-remove-scroll": "^2.7.2",
|
|
109
|
-
"tailwind-merge": "^3.
|
|
109
|
+
"tailwind-merge": "^3.5.0"
|
|
110
110
|
},
|
|
111
111
|
"peerDependencies": {
|
|
112
112
|
"@tanstack/react-query": "^5.90",
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"@faker-js/faker": "^10.3.0",
|
|
145
145
|
"@rollup/plugin-alias": "^6.0.0",
|
|
146
|
-
"@storybook/addon-docs": "^10.2.
|
|
147
|
-
"@storybook/addon-links": "^10.2.
|
|
148
|
-
"@storybook/react-vite": "^10.2.
|
|
149
|
-
"@tailwindcss/vite": "^4.1
|
|
146
|
+
"@storybook/addon-docs": "^10.2.14",
|
|
147
|
+
"@storybook/addon-links": "^10.2.14",
|
|
148
|
+
"@storybook/react-vite": "^10.2.14",
|
|
149
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
150
150
|
"@tanstack/react-query": "^5.90.21",
|
|
151
151
|
"@testing-library/jest-dom": "^6.9.1",
|
|
152
152
|
"@testing-library/react": "^16.3.2",
|
|
@@ -154,21 +154,21 @@
|
|
|
154
154
|
"@types/google-libphonenumber": "^7.4.30",
|
|
155
155
|
"@types/jest-axe": "^3.5.9",
|
|
156
156
|
"@types/js-cookie": "^3.0.6",
|
|
157
|
-
"@types/lodash": "^4.17.
|
|
157
|
+
"@types/lodash": "^4.17.24",
|
|
158
158
|
"@types/react": "^19.2.14",
|
|
159
159
|
"@types/react-dom": "^19.2.3",
|
|
160
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
161
|
-
"@typescript-eslint/parser": "^8.
|
|
160
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
161
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
162
162
|
"@vitejs/plugin-react": "^5.1.4",
|
|
163
163
|
"@vitest/coverage-v8": "^4.0.18",
|
|
164
|
-
"autoprefixer": "^10.4.
|
|
165
|
-
"eslint": "^9.39.
|
|
164
|
+
"autoprefixer": "^10.4.27",
|
|
165
|
+
"eslint": "^9.39.3",
|
|
166
166
|
"eslint-plugin-react": "^7.37.5",
|
|
167
167
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
168
|
-
"eslint-plugin-react-refresh": "^0.5.
|
|
169
|
-
"eslint-plugin-storybook": "^10.2.
|
|
168
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
169
|
+
"eslint-plugin-storybook": "^10.2.14",
|
|
170
170
|
"eslint-plugin-vitest": "^0.5.4",
|
|
171
|
-
"glob": "^13.0.
|
|
171
|
+
"glob": "^13.0.6",
|
|
172
172
|
"husky": "^9.1.7",
|
|
173
173
|
"jest-axe": "^10.0.0",
|
|
174
174
|
"jsdom": "^28.1.0",
|
|
@@ -176,8 +176,8 @@
|
|
|
176
176
|
"postcss": "^8.5.6",
|
|
177
177
|
"prettier": "^3.8.1",
|
|
178
178
|
"rimraf": "^6.1.3",
|
|
179
|
-
"storybook": "^10.2.
|
|
180
|
-
"tailwindcss": "^4.1
|
|
179
|
+
"storybook": "^10.2.14",
|
|
180
|
+
"tailwindcss": "^4.2.1",
|
|
181
181
|
"ts-node": "^10.9.2",
|
|
182
182
|
"typescript": "^5.9.3",
|
|
183
183
|
"vite": "^7.3.1",
|