-
Notifications
You must be signed in to change notification settings - Fork 219
Expand file tree
/
Copy pathpackage.json
More file actions
274 lines (274 loc) · 11.4 KB
/
package.json
File metadata and controls
274 lines (274 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"dependencies": {
"@material/mwc-slider": "0.27.0",
"@opentelemetry/exporter-trace-otlp-http": "0.35.0",
"@opentelemetry/instrumentation": "0.35.0",
"@opentelemetry/instrumentation-document-load": "0.31.0",
"@opentelemetry/instrumentation-long-task": "0.32.0",
"@opentelemetry/instrumentation-user-interaction": "0.32.0",
"@opentelemetry/instrumentation-xml-http-request": "0.34.0",
"@opentelemetry/sdk-trace-web": "1.8.0",
"@vaadin/aura": "25.1.0-beta2",
"@vaadin/common-frontend": "0.0.22",
"@vaadin/hilla-file-router": "25.1.0-beta2",
"@vaadin/hilla-frontend": "25.1.0-beta2",
"@vaadin/hilla-lit-form": "25.1.0-beta2",
"@vaadin/hilla-react-auth": "25.1.0-beta2",
"@vaadin/hilla-react-crud": "25.1.0-beta2",
"@vaadin/hilla-react-form": "25.1.0-beta2",
"@vaadin/hilla-react-i18n": "25.1.0-beta2",
"@vaadin/hilla-react-signals": "25.1.0-beta2",
"@vaadin/react-components": "25.1.0-beta2",
"@vaadin/react-components-pro": "25.1.0-beta2",
"@vaadin/router": "2.0.0",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
"@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"core-js": "^3.32.1",
"date-fns": "4.1.0",
"iframe-resizer": "^4.3.6",
"lit": "3.3.2",
"ol": "10.6.1",
"proj4": "2.17.0",
"promise-file-reader": "^1.0.3",
"react": "19.2.4",
"react-colorful": "5.6.1",
"react-dom": "19.2.4",
"react-router": "7.13.1",
"vanilla-colorful": "^0.5.3"
},
"devDependencies": {
"@babel/preset-react": "7.28.5",
"@preact/signals-react-transform": "0.8.1",
"@rollup/plugin-replace": "6.0.3",
"@rollup/pluginutils": "5.3.0",
"@types/iframe-resizer": "^3.5.9",
"@types/node": "25.3.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vaadin/hilla-generator-cli": "25.1.0-beta2",
"@vaadin/hilla-generator-core": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-backbone": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-barrel": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-client": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-model": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-push": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-signals": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-subtypes": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-transfertypes": "25.1.0-beta2",
"@vaadin/hilla-generator-utils": "25.1.0-beta2",
"@vitejs/plugin-react": "5.1.4",
"commander": "^9.4.1",
"eslint": "^9.39.1",
"eslint-config-vaadin": "^1.0.0-beta.4",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.5.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"magic-string": "0.30.21",
"prettier": "^3.0.0",
"rollup-plugin-brotli": "3.1.0",
"rollup-plugin-visualizer": "7.0.0",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"license": "UNLICENSED",
"lint-staged": {
"frontend/**/*.{js,ts,json}": [ "eslint --fix", "prettier --write" ]
},
"name": "docs",
"overrides": {
"core-js": "$core-js",
"iframe-resizer": "$iframe-resizer",
"promise-file-reader": "$promise-file-reader",
"vanilla-colorful": "$vanilla-colorful",
"@vaadin/router": "$@vaadin/router",
"@vaadin/cookie-consent": "25.0.0-alpha8",
"@vaadin/vaadin-development-mode-detector": "$@vaadin/vaadin-development-mode-detector",
"@vaadin/vaadin-usage-statistics": "$@vaadin/vaadin-usage-statistics",
"@vaadin/react-components": "$@vaadin/react-components",
"@vaadin/react-components-pro": "$@vaadin/react-components-pro",
"@vaadin/common-frontend": "$@vaadin/common-frontend",
"react-dom": "$react-dom",
"@vaadin/hilla-frontend": "$@vaadin/hilla-frontend",
"@vaadin/hilla-react-auth": "$@vaadin/hilla-react-auth",
"react": "$react",
"react-router": "$react-router",
"@vaadin/hilla-react-crud": "$@vaadin/hilla-react-crud",
"@vaadin/hilla-file-router": "$@vaadin/hilla-file-router",
"@vaadin/hilla-react-i18n": "$@vaadin/hilla-react-i18n",
"lit": "$lit",
"@vaadin/hilla-lit-form": "$@vaadin/hilla-lit-form",
"@vaadin/hilla-react-form": "$@vaadin/hilla-react-form",
"@vaadin/hilla-react-signals": "$@vaadin/hilla-react-signals",
"react-colorful": "$react-colorful",
"@opentelemetry/instrumentation-xml-http-request": "$@opentelemetry/instrumentation-xml-http-request",
"date-fns": "$date-fns",
"@opentelemetry/instrumentation-user-interaction": "$@opentelemetry/instrumentation-user-interaction",
"proj4": "$proj4",
"@vaadin/aura": "$@vaadin/aura",
"@material/mwc-slider": "$@material/mwc-slider",
"@opentelemetry/instrumentation-document-load": "$@opentelemetry/instrumentation-document-load",
"@opentelemetry/instrumentation": "$@opentelemetry/instrumentation",
"@opentelemetry/exporter-trace-otlp-http": "$@opentelemetry/exporter-trace-otlp-http",
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin",
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles",
"@opentelemetry/sdk-trace-web": "$@opentelemetry/sdk-trace-web",
"@opentelemetry/instrumentation-long-task": "$@opentelemetry/instrumentation-long-task",
"ol": "$ol",
"@vaadin/a11y-base": "25.1.0-beta2",
"@vaadin/accordion": "25.1.0-beta2",
"@vaadin/app-layout": "25.1.0-beta2",
"@vaadin/avatar": "25.1.0-beta2",
"@vaadin/avatar-group": "25.1.0-beta2",
"@vaadin/badge": "25.1.0-beta2",
"@vaadin/button": "25.1.0-beta2",
"@vaadin/card": "25.1.0-beta2",
"@vaadin/checkbox": "25.1.0-beta2",
"@vaadin/checkbox-group": "25.1.0-beta2",
"@vaadin/combo-box": "25.1.0-beta2",
"@vaadin/component-base": "25.1.0-beta2",
"@vaadin/confirm-dialog": "25.1.0-beta2",
"@vaadin/context-menu": "25.1.0-beta2",
"@vaadin/custom-field": "25.1.0-beta2",
"@vaadin/date-picker": "25.1.0-beta2",
"@vaadin/date-time-picker": "25.1.0-beta2",
"@vaadin/details": "25.1.0-beta2",
"@vaadin/dialog": "25.1.0-beta2",
"@vaadin/email-field": "25.1.0-beta2",
"@vaadin/field-base": "25.1.0-beta2",
"@vaadin/field-highlighter": "25.1.0-beta2",
"@vaadin/form-layout": "25.1.0-beta2",
"@vaadin/grid": "25.1.0-beta2",
"@vaadin/horizontal-layout": "25.1.0-beta2",
"@vaadin/icon": "25.1.0-beta2",
"@vaadin/icons": "25.1.0-beta2",
"@vaadin/input-container": "25.1.0-beta2",
"@vaadin/integer-field": "25.1.0-beta2",
"@vaadin/item": "25.1.0-beta2",
"@vaadin/list-box": "25.1.0-beta2",
"@vaadin/lit-renderer": "25.1.0-beta2",
"@vaadin/login": "25.1.0-beta2",
"@vaadin/markdown": "25.1.0-beta2",
"@vaadin/master-detail-layout": "25.1.0-beta2",
"@vaadin/menu-bar": "25.1.0-beta2",
"@vaadin/message-input": "25.1.0-beta2",
"@vaadin/message-list": "25.1.0-beta2",
"@vaadin/multi-select-combo-box": "25.1.0-beta2",
"@vaadin/notification": "25.1.0-beta2",
"@vaadin/number-field": "25.1.0-beta2",
"@vaadin/overlay": "25.1.0-beta2",
"@vaadin/password-field": "25.1.0-beta2",
"@vaadin/popover": "25.1.0-beta2",
"@vaadin/progress-bar": "25.1.0-beta2",
"@vaadin/radio-group": "25.1.0-beta2",
"@vaadin/scroller": "25.1.0-beta2",
"@vaadin/select": "25.1.0-beta2",
"@vaadin/side-nav": "25.1.0-beta2",
"@vaadin/slider": "25.1.0-beta2",
"@vaadin/split-layout": "25.1.0-beta2",
"@vaadin/tabs": "25.1.0-beta2",
"@vaadin/tabsheet": "25.1.0-beta2",
"@vaadin/text-area": "25.1.0-beta2",
"@vaadin/text-field": "25.1.0-beta2",
"@vaadin/time-picker": "25.1.0-beta2",
"@vaadin/tooltip": "25.1.0-beta2",
"@vaadin/upload": "25.1.0-beta2",
"@vaadin/vertical-layout": "25.1.0-beta2",
"@vaadin/virtual-list": "25.1.0-beta2",
"@vaadin/board": "25.1.0-beta2",
"@vaadin/charts": "25.1.0-beta2",
"@vaadin/crud": "25.1.0-beta2",
"@vaadin/dashboard": "25.1.0-beta2",
"@vaadin/grid-pro": "25.1.0-beta2",
"@vaadin/map": "25.1.0-beta2",
"@vaadin/rich-text-editor": "25.1.0-beta2"
},
"private": true,
"scripts": {
"dspublisher:build": "node dspublisher/dspublisher-scripts.js --build",
"dspublisher:clean": "node dspublisher/dspublisher-scripts.js --clean",
"dspublisher:start": "node dspublisher/dspublisher-scripts.js --develop",
"lint": "eslint",
"prepare": "husky install"
},
"type": "module",
"vaadin": {
"dependencies": {
"@material/mwc-slider": "0.27.0",
"@opentelemetry/exporter-trace-otlp-http": "0.35.0",
"@opentelemetry/instrumentation": "0.35.0",
"@opentelemetry/instrumentation-document-load": "0.31.0",
"@opentelemetry/instrumentation-long-task": "0.32.0",
"@opentelemetry/instrumentation-user-interaction": "0.32.0",
"@opentelemetry/instrumentation-xml-http-request": "0.34.0",
"@opentelemetry/sdk-trace-web": "1.8.0",
"@vaadin/aura": "25.1.0-beta2",
"@vaadin/common-frontend": "0.0.22",
"@vaadin/hilla-file-router": "25.1.0-beta2",
"@vaadin/hilla-frontend": "25.1.0-beta2",
"@vaadin/hilla-lit-form": "25.1.0-beta2",
"@vaadin/hilla-react-auth": "25.1.0-beta2",
"@vaadin/hilla-react-crud": "25.1.0-beta2",
"@vaadin/hilla-react-form": "25.1.0-beta2",
"@vaadin/hilla-react-i18n": "25.1.0-beta2",
"@vaadin/hilla-react-signals": "25.1.0-beta2",
"@vaadin/react-components": "25.1.0-beta2",
"@vaadin/react-components-pro": "25.1.0-beta2",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
"@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"date-fns": "4.1.0",
"lit": "3.3.2",
"ol": "10.6.1",
"proj4": "2.17.0",
"react": "19.2.4",
"react-colorful": "5.6.1",
"react-dom": "19.2.4",
"react-router": "7.13.1"
},
"devDependencies": {
"@babel/preset-react": "7.28.5",
"@preact/signals-react-transform": "0.8.1",
"@rollup/plugin-replace": "6.0.3",
"@rollup/pluginutils": "5.3.0",
"@types/node": "25.3.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vaadin/hilla-generator-cli": "25.1.0-beta2",
"@vaadin/hilla-generator-core": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-backbone": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-barrel": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-client": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-model": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-push": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-signals": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-subtypes": "25.1.0-beta2",
"@vaadin/hilla-generator-plugin-transfertypes": "25.1.0-beta2",
"@vaadin/hilla-generator-utils": "25.1.0-beta2",
"@vitejs/plugin-react": "5.1.4",
"magic-string": "0.30.21",
"rollup-plugin-brotli": "3.1.0",
"rollup-plugin-visualizer": "7.0.0",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
},
"hash": "4bc602bf14e5a9dc2a72256893b6fca3e444bce38c85cb084cbd3aab489a0e2d"
}
}