@gravityforms/dependency-extraction-webpack-plugin 5.1.2 → 5.2.0
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/mappings/components/admin.js +82 -82
- package/package.json +1 -1
|
@@ -5,17 +5,17 @@ module.exports = [
|
|
|
5
5
|
"externalPath": "components.admin.html.modules"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"defaultExport": "
|
|
8
|
+
"defaultExport": "Dialog",
|
|
9
9
|
"namedExports": [
|
|
10
|
-
"
|
|
10
|
+
"dialogTemplate"
|
|
11
11
|
],
|
|
12
12
|
"importPath": "html/admin/modules/",
|
|
13
13
|
"externalPath": "components.admin.html.modules"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"defaultExport": "
|
|
16
|
+
"defaultExport": "Flyout",
|
|
17
17
|
"namedExports": [
|
|
18
|
-
"
|
|
18
|
+
"flyoutTemplate"
|
|
19
19
|
],
|
|
20
20
|
"importPath": "html/admin/modules/",
|
|
21
21
|
"externalPath": "components.admin.html.modules"
|
|
@@ -28,14 +28,6 @@ module.exports = [
|
|
|
28
28
|
"importPath": "html/admin/elements/",
|
|
29
29
|
"externalPath": "components.admin.html.elements"
|
|
30
30
|
},
|
|
31
|
-
{
|
|
32
|
-
"defaultExport": "Textarea",
|
|
33
|
-
"namedExports": [
|
|
34
|
-
"textareaTemplate"
|
|
35
|
-
],
|
|
36
|
-
"importPath": "html/admin/elements/",
|
|
37
|
-
"externalPath": "components.admin.html.elements"
|
|
38
|
-
},
|
|
39
31
|
{
|
|
40
32
|
"defaultExport": "Text",
|
|
41
33
|
"namedExports": [
|
|
@@ -45,9 +37,9 @@ module.exports = [
|
|
|
45
37
|
"externalPath": "components.admin.html.elements"
|
|
46
38
|
},
|
|
47
39
|
{
|
|
48
|
-
"defaultExport": "
|
|
40
|
+
"defaultExport": "Textarea",
|
|
49
41
|
"namedExports": [
|
|
50
|
-
"
|
|
42
|
+
"textareaTemplate"
|
|
51
43
|
],
|
|
52
44
|
"importPath": "html/admin/elements/",
|
|
53
45
|
"externalPath": "components.admin.html.elements"
|
|
@@ -77,17 +69,17 @@ module.exports = [
|
|
|
77
69
|
"externalPath": "components.admin.html.elements"
|
|
78
70
|
},
|
|
79
71
|
{
|
|
80
|
-
"defaultExport": "
|
|
72
|
+
"defaultExport": "Link",
|
|
81
73
|
"namedExports": [
|
|
82
|
-
"
|
|
74
|
+
"linkTemplate"
|
|
83
75
|
],
|
|
84
76
|
"importPath": "html/admin/elements/",
|
|
85
77
|
"externalPath": "components.admin.html.elements"
|
|
86
78
|
},
|
|
87
79
|
{
|
|
88
|
-
"defaultExport": "
|
|
80
|
+
"defaultExport": "Label",
|
|
89
81
|
"namedExports": [
|
|
90
|
-
"
|
|
82
|
+
"labelTemplate"
|
|
91
83
|
],
|
|
92
84
|
"importPath": "html/admin/elements/",
|
|
93
85
|
"externalPath": "components.admin.html.elements"
|
|
@@ -101,9 +93,9 @@ module.exports = [
|
|
|
101
93
|
"externalPath": "components.admin.html.elements"
|
|
102
94
|
},
|
|
103
95
|
{
|
|
104
|
-
"defaultExport": "
|
|
96
|
+
"defaultExport": "StatusIndicator",
|
|
105
97
|
"namedExports": [
|
|
106
|
-
"
|
|
98
|
+
"statusIndicatorTemplate"
|
|
107
99
|
],
|
|
108
100
|
"importPath": "html/admin/elements/",
|
|
109
101
|
"externalPath": "components.admin.html.elements"
|
|
@@ -116,6 +108,14 @@ module.exports = [
|
|
|
116
108
|
"importPath": "html/admin/elements/",
|
|
117
109
|
"externalPath": "components.admin.html.elements"
|
|
118
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"defaultExport": "Heading",
|
|
113
|
+
"namedExports": [
|
|
114
|
+
"headingTemplate"
|
|
115
|
+
],
|
|
116
|
+
"importPath": "html/admin/elements/",
|
|
117
|
+
"externalPath": "components.admin.html.elements"
|
|
118
|
+
},
|
|
119
119
|
{
|
|
120
120
|
"defaultExport": "Dropdown",
|
|
121
121
|
"namedExports": [
|
|
@@ -162,12 +162,12 @@ module.exports = [
|
|
|
162
162
|
"externalPath": "components.admin.react.modules"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"defaultExport": "
|
|
165
|
+
"defaultExport": "Steps",
|
|
166
166
|
"importPath": "react/admin/modules/",
|
|
167
167
|
"externalPath": "components.admin.react.modules"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
"defaultExport": "
|
|
170
|
+
"defaultExport": "RouterNavBar",
|
|
171
171
|
"importPath": "react/admin/modules/",
|
|
172
172
|
"externalPath": "components.admin.react.modules"
|
|
173
173
|
},
|
|
@@ -177,17 +177,17 @@ module.exports = [
|
|
|
177
177
|
"externalPath": "components.admin.react.modules"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
|
-
"defaultExport": "
|
|
180
|
+
"defaultExport": "NavBar",
|
|
181
181
|
"importPath": "react/admin/modules/",
|
|
182
182
|
"externalPath": "components.admin.react.modules"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
|
-
"defaultExport": "
|
|
185
|
+
"defaultExport": "Pagination",
|
|
186
186
|
"importPath": "react/admin/modules/",
|
|
187
187
|
"externalPath": "components.admin.react.modules"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"defaultExport": "
|
|
190
|
+
"defaultExport": "MetaBox",
|
|
191
191
|
"importPath": "react/admin/modules/",
|
|
192
192
|
"externalPath": "components.admin.react.modules"
|
|
193
193
|
},
|
|
@@ -201,13 +201,18 @@ module.exports = [
|
|
|
201
201
|
"importPath": "react/admin/modules/",
|
|
202
202
|
"externalPath": "components.admin.react.modules"
|
|
203
203
|
},
|
|
204
|
+
{
|
|
205
|
+
"defaultExport": "Flyout",
|
|
206
|
+
"importPath": "react/admin/modules/",
|
|
207
|
+
"externalPath": "components.admin.react.modules"
|
|
208
|
+
},
|
|
204
209
|
{
|
|
205
210
|
"defaultExport": "Gravatar",
|
|
206
211
|
"importPath": "react/admin/modules/",
|
|
207
212
|
"externalPath": "components.admin.react.modules"
|
|
208
213
|
},
|
|
209
214
|
{
|
|
210
|
-
"defaultExport": "
|
|
215
|
+
"defaultExport": "Dropdown",
|
|
211
216
|
"importPath": "react/admin/modules/",
|
|
212
217
|
"externalPath": "components.admin.react.modules"
|
|
213
218
|
},
|
|
@@ -217,12 +222,12 @@ module.exports = [
|
|
|
217
222
|
"externalPath": "components.admin.react.modules"
|
|
218
223
|
},
|
|
219
224
|
{
|
|
220
|
-
"defaultExport": "
|
|
225
|
+
"defaultExport": "Dialog",
|
|
221
226
|
"importPath": "react/admin/modules/",
|
|
222
227
|
"externalPath": "components.admin.react.modules"
|
|
223
228
|
},
|
|
224
229
|
{
|
|
225
|
-
"defaultExport": "
|
|
230
|
+
"defaultExport": "DataGrid",
|
|
226
231
|
"importPath": "react/admin/modules/",
|
|
227
232
|
"externalPath": "components.admin.react.modules"
|
|
228
233
|
},
|
|
@@ -237,32 +242,22 @@ module.exports = [
|
|
|
237
242
|
"externalPath": "components.admin.react.modules"
|
|
238
243
|
},
|
|
239
244
|
{
|
|
240
|
-
"defaultExport": "
|
|
245
|
+
"defaultExport": "Calendar",
|
|
241
246
|
"importPath": "react/admin/modules/",
|
|
242
247
|
"externalPath": "components.admin.react.modules"
|
|
243
248
|
},
|
|
244
249
|
{
|
|
245
|
-
"defaultExport": "
|
|
246
|
-
"importPath": "react/admin/elements/",
|
|
247
|
-
"externalPath": "components.admin.react.elements"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"defaultExport": "Calendar",
|
|
250
|
+
"defaultExport": "Alert",
|
|
251
251
|
"importPath": "react/admin/modules/",
|
|
252
252
|
"externalPath": "components.admin.react.modules"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"defaultExport": "
|
|
255
|
+
"defaultExport": "Toggle",
|
|
256
256
|
"importPath": "react/admin/elements/",
|
|
257
257
|
"externalPath": "components.admin.react.elements"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"defaultExport": "
|
|
261
|
-
"importPath": "react/admin/modules/",
|
|
262
|
-
"externalPath": "components.admin.react.modules"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"defaultExport": "Tag",
|
|
260
|
+
"defaultExport": "Textarea",
|
|
266
261
|
"importPath": "react/admin/elements/",
|
|
267
262
|
"externalPath": "components.admin.react.elements"
|
|
268
263
|
},
|
|
@@ -272,17 +267,17 @@ module.exports = [
|
|
|
272
267
|
"externalPath": "components.admin.react.elements"
|
|
273
268
|
},
|
|
274
269
|
{
|
|
275
|
-
"defaultExport": "
|
|
270
|
+
"defaultExport": "Tag",
|
|
276
271
|
"importPath": "react/admin/elements/",
|
|
277
272
|
"externalPath": "components.admin.react.elements"
|
|
278
273
|
},
|
|
279
274
|
{
|
|
280
|
-
"defaultExport": "
|
|
275
|
+
"defaultExport": "StatusIndicator",
|
|
281
276
|
"importPath": "react/admin/elements/",
|
|
282
277
|
"externalPath": "components.admin.react.elements"
|
|
283
278
|
},
|
|
284
279
|
{
|
|
285
|
-
"defaultExport": "
|
|
280
|
+
"defaultExport": "Select",
|
|
286
281
|
"importPath": "react/admin/elements/",
|
|
287
282
|
"externalPath": "components.admin.react.elements"
|
|
288
283
|
},
|
|
@@ -297,12 +292,12 @@ module.exports = [
|
|
|
297
292
|
"externalPath": "components.admin.react.elements"
|
|
298
293
|
},
|
|
299
294
|
{
|
|
300
|
-
"defaultExport": "
|
|
295
|
+
"defaultExport": "Range",
|
|
301
296
|
"importPath": "react/admin/elements/",
|
|
302
297
|
"externalPath": "components.admin.react.elements"
|
|
303
298
|
},
|
|
304
299
|
{
|
|
305
|
-
"defaultExport": "
|
|
300
|
+
"defaultExport": "Link",
|
|
306
301
|
"importPath": "react/admin/elements/",
|
|
307
302
|
"externalPath": "components.admin.react.elements"
|
|
308
303
|
},
|
|
@@ -312,12 +307,12 @@ module.exports = [
|
|
|
312
307
|
"externalPath": "components.admin.react.elements"
|
|
313
308
|
},
|
|
314
309
|
{
|
|
315
|
-
"defaultExport": "
|
|
310
|
+
"defaultExport": "Icon",
|
|
316
311
|
"importPath": "react/admin/elements/",
|
|
317
312
|
"externalPath": "components.admin.react.elements"
|
|
318
313
|
},
|
|
319
314
|
{
|
|
320
|
-
"defaultExport": "
|
|
315
|
+
"defaultExport": "Label",
|
|
321
316
|
"importPath": "react/admin/elements/",
|
|
322
317
|
"externalPath": "components.admin.react.elements"
|
|
323
318
|
},
|
|
@@ -326,23 +321,28 @@ module.exports = [
|
|
|
326
321
|
"importPath": "react/admin/elements/",
|
|
327
322
|
"externalPath": "components.admin.react.elements"
|
|
328
323
|
},
|
|
324
|
+
{
|
|
325
|
+
"defaultExport": "Input",
|
|
326
|
+
"importPath": "react/admin/elements/",
|
|
327
|
+
"externalPath": "components.admin.react.elements"
|
|
328
|
+
},
|
|
329
329
|
{
|
|
330
330
|
"defaultExport": "Heading",
|
|
331
331
|
"importPath": "react/admin/elements/",
|
|
332
332
|
"externalPath": "components.admin.react.elements"
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
|
-
"defaultExport": "
|
|
335
|
+
"defaultExport": "Grid",
|
|
336
336
|
"importPath": "react/admin/elements/",
|
|
337
337
|
"externalPath": "components.admin.react.elements"
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
|
-
"defaultExport": "
|
|
340
|
+
"defaultExport": "DescriptionList",
|
|
341
341
|
"importPath": "react/admin/elements/",
|
|
342
342
|
"externalPath": "components.admin.react.elements"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"defaultExport": "
|
|
345
|
+
"defaultExport": "FileUpload",
|
|
346
346
|
"importPath": "react/admin/elements/",
|
|
347
347
|
"externalPath": "components.admin.react.elements"
|
|
348
348
|
},
|
|
@@ -356,14 +356,19 @@ module.exports = [
|
|
|
356
356
|
"importPath": "react/admin/elements/",
|
|
357
357
|
"externalPath": "components.admin.react.elements"
|
|
358
358
|
},
|
|
359
|
+
{
|
|
360
|
+
"defaultExport": "VidyardVideo",
|
|
361
|
+
"importPath": "react/admin/modules/Videos/",
|
|
362
|
+
"externalPath": "components.admin.react.modules"
|
|
363
|
+
},
|
|
359
364
|
{
|
|
360
365
|
"defaultExport": "Box",
|
|
361
366
|
"importPath": "react/admin/elements/",
|
|
362
367
|
"externalPath": "components.admin.react.elements"
|
|
363
368
|
},
|
|
364
369
|
{
|
|
365
|
-
"defaultExport": "
|
|
366
|
-
"importPath": "react/admin/modules/
|
|
370
|
+
"defaultExport": "RingLoader",
|
|
371
|
+
"importPath": "react/admin/modules/Loaders/",
|
|
367
372
|
"externalPath": "components.admin.react.modules"
|
|
368
373
|
},
|
|
369
374
|
{
|
|
@@ -376,11 +381,6 @@ module.exports = [
|
|
|
376
381
|
"importPath": "react/admin/modules/Layouts/",
|
|
377
382
|
"externalPath": "components.admin.react.modules"
|
|
378
383
|
},
|
|
379
|
-
{
|
|
380
|
-
"defaultExport": "RingLoader",
|
|
381
|
-
"importPath": "react/admin/modules/Loaders/",
|
|
382
|
-
"externalPath": "components.admin.react.modules"
|
|
383
|
-
},
|
|
384
384
|
{
|
|
385
385
|
"defaultExport": "IconIndicator",
|
|
386
386
|
"importPath": "react/admin/modules/Indicators/",
|
|
@@ -432,12 +432,12 @@ module.exports = [
|
|
|
432
432
|
"externalPath": "components.admin.react.elements"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
|
-
"defaultExport": "
|
|
435
|
+
"defaultExport": "TwilioLogo",
|
|
436
436
|
"importPath": "react/admin/elements/Svgs/",
|
|
437
437
|
"externalPath": "components.admin.react.elements"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
|
-
"defaultExport": "
|
|
440
|
+
"defaultExport": "TelegramLogo",
|
|
441
441
|
"importPath": "react/admin/elements/Svgs/",
|
|
442
442
|
"externalPath": "components.admin.react.elements"
|
|
443
443
|
},
|
|
@@ -462,12 +462,12 @@ module.exports = [
|
|
|
462
462
|
"externalPath": "components.admin.react.elements"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"defaultExport": "
|
|
465
|
+
"defaultExport": "SearchNoResults",
|
|
466
466
|
"importPath": "react/admin/elements/Svgs/",
|
|
467
467
|
"externalPath": "components.admin.react.elements"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
|
-
"defaultExport": "
|
|
470
|
+
"defaultExport": "SMTP2GOLogo",
|
|
471
471
|
"importPath": "react/admin/elements/Svgs/",
|
|
472
472
|
"externalPath": "components.admin.react.elements"
|
|
473
473
|
},
|
|
@@ -476,6 +476,11 @@ module.exports = [
|
|
|
476
476
|
"importPath": "react/admin/elements/Svgs/",
|
|
477
477
|
"externalPath": "components.admin.react.elements"
|
|
478
478
|
},
|
|
479
|
+
{
|
|
480
|
+
"defaultExport": "PostmarkFullLogo",
|
|
481
|
+
"importPath": "react/admin/elements/Svgs/",
|
|
482
|
+
"externalPath": "components.admin.react.elements"
|
|
483
|
+
},
|
|
479
484
|
{
|
|
480
485
|
"defaultExport": "PHPFullLogo",
|
|
481
486
|
"importPath": "react/admin/elements/Svgs/",
|
|
@@ -487,27 +492,27 @@ module.exports = [
|
|
|
487
492
|
"externalPath": "components.admin.react.elements"
|
|
488
493
|
},
|
|
489
494
|
{
|
|
490
|
-
"defaultExport": "
|
|
495
|
+
"defaultExport": "MicrosoftAltLogo",
|
|
491
496
|
"importPath": "react/admin/elements/Svgs/",
|
|
492
497
|
"externalPath": "components.admin.react.elements"
|
|
493
498
|
},
|
|
494
499
|
{
|
|
495
|
-
"defaultExport": "
|
|
500
|
+
"defaultExport": "MicrosoftFullLogo",
|
|
496
501
|
"importPath": "react/admin/elements/Svgs/",
|
|
497
502
|
"externalPath": "components.admin.react.elements"
|
|
498
503
|
},
|
|
499
504
|
{
|
|
500
|
-
"defaultExport": "
|
|
505
|
+
"defaultExport": "MicrosoftLogo",
|
|
501
506
|
"importPath": "react/admin/elements/Svgs/",
|
|
502
507
|
"externalPath": "components.admin.react.elements"
|
|
503
508
|
},
|
|
504
509
|
{
|
|
505
|
-
"defaultExport": "
|
|
510
|
+
"defaultExport": "MandrillLogo",
|
|
506
511
|
"importPath": "react/admin/elements/Svgs/",
|
|
507
512
|
"externalPath": "components.admin.react.elements"
|
|
508
513
|
},
|
|
509
514
|
{
|
|
510
|
-
"defaultExport": "
|
|
515
|
+
"defaultExport": "MailchimpLogo",
|
|
511
516
|
"importPath": "react/admin/elements/Svgs/",
|
|
512
517
|
"externalPath": "components.admin.react.elements"
|
|
513
518
|
},
|
|
@@ -517,12 +522,12 @@ module.exports = [
|
|
|
517
522
|
"externalPath": "components.admin.react.elements"
|
|
518
523
|
},
|
|
519
524
|
{
|
|
520
|
-
"defaultExport": "
|
|
525
|
+
"defaultExport": "MailgunLogo",
|
|
521
526
|
"importPath": "react/admin/elements/Svgs/",
|
|
522
527
|
"externalPath": "components.admin.react.elements"
|
|
523
528
|
},
|
|
524
529
|
{
|
|
525
|
-
"defaultExport": "
|
|
530
|
+
"defaultExport": "MailSuccessBg",
|
|
526
531
|
"importPath": "react/admin/elements/Svgs/",
|
|
527
532
|
"externalPath": "components.admin.react.elements"
|
|
528
533
|
},
|
|
@@ -532,7 +537,7 @@ module.exports = [
|
|
|
532
537
|
"externalPath": "components.admin.react.elements"
|
|
533
538
|
},
|
|
534
539
|
{
|
|
535
|
-
"defaultExport": "
|
|
540
|
+
"defaultExport": "MailSuccess",
|
|
536
541
|
"importPath": "react/admin/elements/Svgs/",
|
|
537
542
|
"externalPath": "components.admin.react.elements"
|
|
538
543
|
},
|
|
@@ -547,12 +552,7 @@ module.exports = [
|
|
|
547
552
|
"externalPath": "components.admin.react.elements"
|
|
548
553
|
},
|
|
549
554
|
{
|
|
550
|
-
"defaultExport": "
|
|
551
|
-
"importPath": "react/admin/elements/Svgs/",
|
|
552
|
-
"externalPath": "components.admin.react.elements"
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"defaultExport": "MailSuccess",
|
|
555
|
+
"defaultExport": "GravitySMTPFullLogo",
|
|
556
556
|
"importPath": "react/admin/elements/Svgs/",
|
|
557
557
|
"externalPath": "components.admin.react.elements"
|
|
558
558
|
},
|
|
@@ -562,7 +562,7 @@ module.exports = [
|
|
|
562
562
|
"externalPath": "components.admin.react.elements"
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
|
-
"defaultExport": "
|
|
565
|
+
"defaultExport": "GravitySMTPTextLogo",
|
|
566
566
|
"importPath": "react/admin/elements/Svgs/",
|
|
567
567
|
"externalPath": "components.admin.react.elements"
|
|
568
568
|
},
|
|
@@ -582,12 +582,12 @@ module.exports = [
|
|
|
582
582
|
"externalPath": "components.admin.react.elements"
|
|
583
583
|
},
|
|
584
584
|
{
|
|
585
|
-
"defaultExport": "
|
|
585
|
+
"defaultExport": "CustomSMTPFull",
|
|
586
586
|
"importPath": "react/admin/elements/Svgs/",
|
|
587
587
|
"externalPath": "components.admin.react.elements"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
-
"defaultExport": "
|
|
590
|
+
"defaultExport": "GoogleAltLogo",
|
|
591
591
|
"importPath": "react/admin/elements/Svgs/",
|
|
592
592
|
"externalPath": "components.admin.react.elements"
|
|
593
593
|
},
|
|
@@ -602,12 +602,12 @@ module.exports = [
|
|
|
602
602
|
"externalPath": "components.admin.react.elements"
|
|
603
603
|
},
|
|
604
604
|
{
|
|
605
|
-
"defaultExport": "
|
|
605
|
+
"defaultExport": "BrevoFullLogo",
|
|
606
606
|
"importPath": "react/admin/elements/Svgs/",
|
|
607
607
|
"externalPath": "components.admin.react.elements"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
|
-
"defaultExport": "
|
|
610
|
+
"defaultExport": "AmazonAWSFullLogo",
|
|
611
611
|
"importPath": "react/admin/elements/Svgs/",
|
|
612
612
|
"externalPath": "components.admin.react.elements"
|
|
613
613
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravityforms/dependency-extraction-webpack-plugin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "Dependency extraction webpack plugin for use in Gravity Forms development. Extends the WordPress plugin.",
|
|
5
5
|
"author": "Rocketgenius",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|