@nuxt/modules 0.6.0-943383 → 0.6.0-9bb1b8
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/modules.json +489 -210
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,9 +170,31 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -333,7 +355,7 @@
|
|
|
333
355
|
},
|
|
334
356
|
{
|
|
335
357
|
"name": "auth",
|
|
336
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
358
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
337
359
|
"repo": "nuxt-community/auth-module",
|
|
338
360
|
"npm": "@nuxtjs/auth",
|
|
339
361
|
"icon": "auth.png",
|
|
@@ -381,9 +403,32 @@
|
|
|
381
403
|
"requires": {}
|
|
382
404
|
}
|
|
383
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-animate",
|
|
408
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
409
|
+
"repo": "formkit/auto-animate",
|
|
410
|
+
"npm": "@formkit/auto-animate",
|
|
411
|
+
"icon": "auto-animate.svg",
|
|
412
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
413
|
+
"website": "https://auto-animate.formkit.com",
|
|
414
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
415
|
+
"category": "Libraries",
|
|
416
|
+
"type": "3rd-party",
|
|
417
|
+
"maintainers": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Justin Schroeder",
|
|
420
|
+
"github": "justin-schroeder",
|
|
421
|
+
"twitter": "jpschroeder"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"compatibility": {
|
|
425
|
+
"nuxt": "^3.0.0",
|
|
426
|
+
"requires": {}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
384
429
|
{
|
|
385
430
|
"name": "axios",
|
|
386
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
431
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
387
432
|
"repo": "nuxt-community/axios-module",
|
|
388
433
|
"npm": "@nuxtjs/axios",
|
|
389
434
|
"icon": "axios.svg",
|
|
@@ -406,7 +451,7 @@
|
|
|
406
451
|
},
|
|
407
452
|
{
|
|
408
453
|
"name": "basic-auth",
|
|
409
|
-
"description": "Provide basic authentication to your Nuxt
|
|
454
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
410
455
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
411
456
|
"npm": "nuxt-basic-auth-module",
|
|
412
457
|
"icon": "",
|
|
@@ -530,7 +575,7 @@
|
|
|
530
575
|
},
|
|
531
576
|
{
|
|
532
577
|
"name": "bulma-slim",
|
|
533
|
-
"description": "Nuxt
|
|
578
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
534
579
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
535
580
|
"npm": "nuxt-bulma-slim",
|
|
536
581
|
"icon": "bulma.png",
|
|
@@ -597,7 +642,7 @@
|
|
|
597
642
|
},
|
|
598
643
|
{
|
|
599
644
|
"name": "canvas-sketch",
|
|
600
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
601
646
|
"repo": "LuXDAmore/generative-art",
|
|
602
647
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
603
648
|
"icon": "",
|
|
@@ -620,7 +665,7 @@
|
|
|
620
665
|
},
|
|
621
666
|
{
|
|
622
667
|
"name": "capo",
|
|
623
|
-
"description": "Capo.js implementation for Nuxt
|
|
668
|
+
"description": "Capo.js implementation for Nuxt",
|
|
624
669
|
"repo": "danielroe/nuxt-capo",
|
|
625
670
|
"npm": "nuxt-capo",
|
|
626
671
|
"icon": "",
|
|
@@ -642,7 +687,7 @@
|
|
|
642
687
|
},
|
|
643
688
|
{
|
|
644
689
|
"name": "chakra-ui",
|
|
645
|
-
"description": "Chakra UI Module for Nuxt
|
|
690
|
+
"description": "Chakra UI Module for Nuxt",
|
|
646
691
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
647
692
|
"npm": "@chakra-ui/nuxt",
|
|
648
693
|
"icon": "chakra-ui.png",
|
|
@@ -753,7 +798,7 @@
|
|
|
753
798
|
},
|
|
754
799
|
{
|
|
755
800
|
"name": "cloudcms",
|
|
756
|
-
"description": "CloudCMS Nuxt
|
|
801
|
+
"description": "CloudCMS Nuxt Module",
|
|
757
802
|
"repo": "gitana/cloudcms-nuxt",
|
|
758
803
|
"npm": "cloudcms-nuxt",
|
|
759
804
|
"icon": "",
|
|
@@ -802,7 +847,7 @@
|
|
|
802
847
|
},
|
|
803
848
|
{
|
|
804
849
|
"name": "cloudinary",
|
|
805
|
-
"description": "Optimize images and videos in your Nuxt
|
|
850
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
806
851
|
"repo": "nuxt-modules/cloudinary",
|
|
807
852
|
"npm": "@nuxtjs/cloudinary",
|
|
808
853
|
"icon": "cloudinary.png",
|
|
@@ -825,7 +870,7 @@
|
|
|
825
870
|
},
|
|
826
871
|
{
|
|
827
872
|
"name": "color-mode",
|
|
828
|
-
"description": "Dark and Light mode for
|
|
873
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
829
874
|
"repo": "nuxt-modules/color-mode",
|
|
830
875
|
"npm": "@nuxtjs/color-mode",
|
|
831
876
|
"icon": "color-mode.png",
|
|
@@ -1046,7 +1091,7 @@
|
|
|
1046
1091
|
},
|
|
1047
1092
|
{
|
|
1048
1093
|
"name": "darkmode.js",
|
|
1049
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1094
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1050
1095
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1051
1096
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1052
1097
|
"icon": "darkmode.png",
|
|
@@ -1068,7 +1113,7 @@
|
|
|
1068
1113
|
},
|
|
1069
1114
|
{
|
|
1070
1115
|
"name": "date-fns",
|
|
1071
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1116
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1072
1117
|
"repo": "nuxt-community/date-fns-module",
|
|
1073
1118
|
"npm": "@nuxtjs/date-fns",
|
|
1074
1119
|
"icon": "date-fns.png",
|
|
@@ -1090,7 +1135,7 @@
|
|
|
1090
1135
|
},
|
|
1091
1136
|
{
|
|
1092
1137
|
"name": "datocms-nuxt2",
|
|
1093
|
-
"description": "DatoCMS integration for Nuxt
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1094
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1095
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1096
1141
|
"icon": "datocms.svg",
|
|
@@ -1159,7 +1204,7 @@
|
|
|
1159
1204
|
},
|
|
1160
1205
|
{
|
|
1161
1206
|
"name": "delay-hydration",
|
|
1162
|
-
"description": "Improve your Nuxt
|
|
1207
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1163
1208
|
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1164
1209
|
"npm": "nuxt-delay-hydration",
|
|
1165
1210
|
"icon": "lighthouse.svg",
|
|
@@ -1182,12 +1227,12 @@
|
|
|
1182
1227
|
},
|
|
1183
1228
|
{
|
|
1184
1229
|
"name": "device",
|
|
1185
|
-
"description": "Device detection module for Nuxt
|
|
1186
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1187
1232
|
"npm": "@nuxtjs/device",
|
|
1188
1233
|
"icon": "",
|
|
1189
|
-
"github": "https://github.com/nuxt-
|
|
1190
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1191
1236
|
"learn_more": "",
|
|
1192
1237
|
"category": "Extensions",
|
|
1193
1238
|
"type": "community",
|
|
@@ -1245,12 +1290,13 @@
|
|
|
1245
1290
|
],
|
|
1246
1291
|
"compatibility": {
|
|
1247
1292
|
"nuxt": "^3.0.0",
|
|
1248
|
-
"requires": {}
|
|
1293
|
+
"requires": {},
|
|
1294
|
+
"devtools": "^0.0.0"
|
|
1249
1295
|
}
|
|
1250
1296
|
},
|
|
1251
1297
|
{
|
|
1252
1298
|
"name": "disqus",
|
|
1253
|
-
"description": "Disqus for Nuxt
|
|
1299
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1254
1300
|
"repo": "modbender/nuxt-disqus",
|
|
1255
1301
|
"npm": "nuxt-disqus",
|
|
1256
1302
|
"icon": "disqus.svg",
|
|
@@ -1272,7 +1318,7 @@
|
|
|
1272
1318
|
},
|
|
1273
1319
|
{
|
|
1274
1320
|
"name": "dotenv",
|
|
1275
|
-
"description": "A Nuxt
|
|
1321
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1276
1322
|
"repo": "nuxt-community/dotenv-module",
|
|
1277
1323
|
"npm": "@nuxtjs/dotenv",
|
|
1278
1324
|
"icon": "dotenv.png",
|
|
@@ -1294,7 +1340,7 @@
|
|
|
1294
1340
|
},
|
|
1295
1341
|
{
|
|
1296
1342
|
"name": "drupal-ce",
|
|
1297
|
-
"description": "Connects Nuxt
|
|
1343
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1298
1344
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1299
1345
|
"npm": "nuxtjs-drupal-ce",
|
|
1300
1346
|
"icon": "drupal-ce.png",
|
|
@@ -1327,7 +1373,7 @@
|
|
|
1327
1373
|
},
|
|
1328
1374
|
{
|
|
1329
1375
|
"name": "druxt",
|
|
1330
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1376
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1331
1377
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1332
1378
|
"npm": "druxt",
|
|
1333
1379
|
"icon": "druxt.svg",
|
|
@@ -1395,7 +1441,7 @@
|
|
|
1395
1441
|
},
|
|
1396
1442
|
{
|
|
1397
1443
|
"name": "emotion",
|
|
1398
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1444
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1399
1445
|
"repo": "nuxt-modules/emotion",
|
|
1400
1446
|
"npm": "@nuxtjs/emotion",
|
|
1401
1447
|
"icon": "emotion.png",
|
|
@@ -1423,7 +1469,7 @@
|
|
|
1423
1469
|
},
|
|
1424
1470
|
{
|
|
1425
1471
|
"name": "eslint",
|
|
1426
|
-
"description": "ESLint module for Nuxt
|
|
1472
|
+
"description": "ESLint module for Nuxt",
|
|
1427
1473
|
"repo": "nuxt-community/eslint-module",
|
|
1428
1474
|
"npm": "@nuxtjs/eslint-module",
|
|
1429
1475
|
"icon": "eslint.png",
|
|
@@ -1445,7 +1491,7 @@
|
|
|
1445
1491
|
},
|
|
1446
1492
|
{
|
|
1447
1493
|
"name": "event-trace",
|
|
1448
|
-
"description": "Module for event trace in Nuxt
|
|
1494
|
+
"description": "Module for event trace in Nuxt",
|
|
1449
1495
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1450
1496
|
"npm": "nuxt-event-trace",
|
|
1451
1497
|
"icon": "",
|
|
@@ -1489,7 +1535,7 @@
|
|
|
1489
1535
|
},
|
|
1490
1536
|
{
|
|
1491
1537
|
"name": "feature-toggle",
|
|
1492
|
-
"description": "Feature toggle module for Nuxt
|
|
1538
|
+
"description": "Feature toggle module for Nuxt",
|
|
1493
1539
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1494
1540
|
"npm": "nuxt-feature-toggle",
|
|
1495
1541
|
"icon": "",
|
|
@@ -1556,7 +1602,7 @@
|
|
|
1556
1602
|
},
|
|
1557
1603
|
{
|
|
1558
1604
|
"name": "floating-prompt-module",
|
|
1559
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1605
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1560
1606
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1561
1607
|
"npm": "nuxt-floating-prompt-module",
|
|
1562
1608
|
"icon": "",
|
|
@@ -1672,7 +1718,7 @@
|
|
|
1672
1718
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1673
1719
|
"icon": "form-actions.svg",
|
|
1674
1720
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1675
|
-
"website": "https://
|
|
1721
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1676
1722
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1677
1723
|
"category": "Request",
|
|
1678
1724
|
"type": "3rd-party",
|
|
@@ -1684,7 +1730,7 @@
|
|
|
1684
1730
|
}
|
|
1685
1731
|
],
|
|
1686
1732
|
"compatibility": {
|
|
1687
|
-
"nuxt": "^3.
|
|
1733
|
+
"nuxt": "^3.7.0",
|
|
1688
1734
|
"requires": {}
|
|
1689
1735
|
}
|
|
1690
1736
|
},
|
|
@@ -1762,7 +1808,7 @@
|
|
|
1762
1808
|
},
|
|
1763
1809
|
{
|
|
1764
1810
|
"name": "google-adsense",
|
|
1765
|
-
"description": "Google Adsense Module for Nuxt
|
|
1811
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1766
1812
|
"repo": "nuxt-community/google-adsense-module",
|
|
1767
1813
|
"npm": "@nuxtjs/google-adsense",
|
|
1768
1814
|
"icon": "google-adsense.png",
|
|
@@ -1788,7 +1834,7 @@
|
|
|
1788
1834
|
},
|
|
1789
1835
|
{
|
|
1790
1836
|
"name": "google-analytics",
|
|
1791
|
-
"description": "Google analytics Module for Nuxt
|
|
1837
|
+
"description": "Google analytics Module for Nuxt",
|
|
1792
1838
|
"repo": "nuxt-community/analytics-module",
|
|
1793
1839
|
"npm": "@nuxtjs/google-analytics",
|
|
1794
1840
|
"icon": "google-analytics.png",
|
|
@@ -1820,7 +1866,7 @@
|
|
|
1820
1866
|
},
|
|
1821
1867
|
{
|
|
1822
1868
|
"name": "google-fonts",
|
|
1823
|
-
"description": "Google Fonts module for
|
|
1869
|
+
"description": "Google Fonts module for Nuxt",
|
|
1824
1870
|
"repo": "nuxt-modules/google-fonts",
|
|
1825
1871
|
"npm": "@nuxtjs/google-fonts",
|
|
1826
1872
|
"icon": "google-fonts.png",
|
|
@@ -1844,7 +1890,7 @@
|
|
|
1844
1890
|
},
|
|
1845
1891
|
{
|
|
1846
1892
|
"name": "google-gtag",
|
|
1847
|
-
"description": "Google GTag for Nuxt
|
|
1893
|
+
"description": "Google GTag for Nuxt",
|
|
1848
1894
|
"repo": "nuxt-community/google-gtag",
|
|
1849
1895
|
"npm": "@nuxtjs/google-gtag",
|
|
1850
1896
|
"icon": "gtm.png",
|
|
@@ -1870,7 +1916,7 @@
|
|
|
1870
1916
|
},
|
|
1871
1917
|
{
|
|
1872
1918
|
"name": "google-optimize",
|
|
1873
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1919
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1874
1920
|
"repo": "nuxt-community/google-optimize-module",
|
|
1875
1921
|
"npm": "nuxt-google-optimize",
|
|
1876
1922
|
"icon": "google-optimize.png",
|
|
@@ -1925,7 +1971,7 @@
|
|
|
1925
1971
|
},
|
|
1926
1972
|
{
|
|
1927
1973
|
"name": "graphql-request",
|
|
1928
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1974
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1929
1975
|
"repo": "gomah/nuxt-graphql-request",
|
|
1930
1976
|
"npm": "nuxt-graphql-request",
|
|
1931
1977
|
"icon": "graphql-request.png",
|
|
@@ -1941,7 +1987,7 @@
|
|
|
1941
1987
|
}
|
|
1942
1988
|
],
|
|
1943
1989
|
"compatibility": {
|
|
1944
|
-
"nuxt": "^2.0.0",
|
|
1990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1945
1991
|
"requires": {}
|
|
1946
1992
|
}
|
|
1947
1993
|
},
|
|
@@ -1964,12 +2010,13 @@
|
|
|
1964
2010
|
],
|
|
1965
2011
|
"compatibility": {
|
|
1966
2012
|
"nuxt": "^3.0.0",
|
|
1967
|
-
"requires": {}
|
|
2013
|
+
"requires": {},
|
|
2014
|
+
"devtools": "^0.0.0"
|
|
1968
2015
|
}
|
|
1969
2016
|
},
|
|
1970
2017
|
{
|
|
1971
2018
|
"name": "gtag",
|
|
1972
|
-
"description": "Google Analytics integration for Nuxt
|
|
2019
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1973
2020
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1974
2021
|
"npm": "nuxt-gtag",
|
|
1975
2022
|
"icon": "gtag.svg",
|
|
@@ -1993,7 +2040,7 @@
|
|
|
1993
2040
|
},
|
|
1994
2041
|
{
|
|
1995
2042
|
"name": "gtm",
|
|
1996
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2043
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1997
2044
|
"repo": "nuxt-community/gtm-module",
|
|
1998
2045
|
"npm": "@nuxtjs/gtm",
|
|
1999
2046
|
"icon": "gtm.png",
|
|
@@ -2016,7 +2063,7 @@
|
|
|
2016
2063
|
},
|
|
2017
2064
|
{
|
|
2018
2065
|
"name": "guess",
|
|
2019
|
-
"description": "Guess.js module for Nuxt
|
|
2066
|
+
"description": "Guess.js module for Nuxt",
|
|
2020
2067
|
"repo": "nuxt-community/guess-module",
|
|
2021
2068
|
"npm": "@nuxtjs/guess-module",
|
|
2022
2069
|
"icon": "guessjs.png",
|
|
@@ -2128,7 +2175,7 @@
|
|
|
2128
2175
|
},
|
|
2129
2176
|
{
|
|
2130
2177
|
"name": "helmet",
|
|
2131
|
-
"description": "Easy Helmet module with Nuxt
|
|
2178
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2132
2179
|
"repo": "victor-perez/nuxt-helmet",
|
|
2133
2180
|
"npm": "nuxt-helmet",
|
|
2134
2181
|
"icon": "",
|
|
@@ -2172,7 +2219,7 @@
|
|
|
2172
2219
|
},
|
|
2173
2220
|
{
|
|
2174
2221
|
"name": "history-state",
|
|
2175
|
-
"description": "Nuxt
|
|
2222
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2176
2223
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2177
2224
|
"npm": "nuxt-history-state",
|
|
2178
2225
|
"icon": "",
|
|
@@ -2241,7 +2288,7 @@
|
|
|
2241
2288
|
},
|
|
2242
2289
|
{
|
|
2243
2290
|
"name": "http",
|
|
2244
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2291
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2245
2292
|
"repo": "nuxt/http",
|
|
2246
2293
|
"npm": "@nuxt/http",
|
|
2247
2294
|
"icon": "http.png",
|
|
@@ -2269,7 +2316,7 @@
|
|
|
2269
2316
|
},
|
|
2270
2317
|
{
|
|
2271
2318
|
"name": "humans-txt",
|
|
2272
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2319
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2273
2320
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2274
2321
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2275
2322
|
"icon": "",
|
|
@@ -2357,7 +2404,8 @@
|
|
|
2357
2404
|
],
|
|
2358
2405
|
"compatibility": {
|
|
2359
2406
|
"nuxt": "^3.0.0",
|
|
2360
|
-
"requires": {}
|
|
2407
|
+
"requires": {},
|
|
2408
|
+
"devtools": "^0.0.0"
|
|
2361
2409
|
}
|
|
2362
2410
|
},
|
|
2363
2411
|
{
|
|
@@ -2406,12 +2454,12 @@
|
|
|
2406
2454
|
},
|
|
2407
2455
|
{
|
|
2408
2456
|
"name": "image",
|
|
2409
|
-
"description": "Optimised images for
|
|
2457
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2410
2458
|
"repo": "nuxt/image",
|
|
2411
2459
|
"npm": "@nuxt/image",
|
|
2412
2460
|
"icon": "image.png",
|
|
2413
2461
|
"github": "https://github.com/nuxt/image",
|
|
2414
|
-
"website": "https://image.
|
|
2462
|
+
"website": "https://image.nuxt.com",
|
|
2415
2463
|
"learn_more": "",
|
|
2416
2464
|
"category": "Images",
|
|
2417
2465
|
"type": "official",
|
|
@@ -2421,6 +2469,11 @@
|
|
|
2421
2469
|
"github": "farnabaz",
|
|
2422
2470
|
"twitter": "a_birang"
|
|
2423
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "Daniel Roe",
|
|
2474
|
+
"github": "danielroe",
|
|
2475
|
+
"twitter": "danielcroe"
|
|
2476
|
+
},
|
|
2424
2477
|
{
|
|
2425
2478
|
"name": "Pooya Parsa",
|
|
2426
2479
|
"github": "pi0",
|
|
@@ -2441,7 +2494,7 @@
|
|
|
2441
2494
|
},
|
|
2442
2495
|
{
|
|
2443
2496
|
"name": "imagemin",
|
|
2444
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2497
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2445
2498
|
"repo": "nuxt-community/imagemin-module",
|
|
2446
2499
|
"npm": "@nuxtjs/imagemin",
|
|
2447
2500
|
"icon": "imagemin.png",
|
|
@@ -2488,7 +2541,7 @@
|
|
|
2488
2541
|
},
|
|
2489
2542
|
{
|
|
2490
2543
|
"name": "intercom",
|
|
2491
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2544
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2492
2545
|
"repo": "hex-digital/nuxt-intercom",
|
|
2493
2546
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2494
2547
|
"icon": "intercom.png",
|
|
@@ -2533,7 +2586,7 @@
|
|
|
2533
2586
|
},
|
|
2534
2587
|
{
|
|
2535
2588
|
"name": "jsonapi",
|
|
2536
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2589
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2537
2590
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2538
2591
|
"npm": "nuxt-jsonapi",
|
|
2539
2592
|
"icon": "jsonapi.svg",
|
|
@@ -2575,9 +2628,36 @@
|
|
|
2575
2628
|
"requires": {}
|
|
2576
2629
|
}
|
|
2577
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "kinde.svg",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "daveordead",
|
|
2649
|
+
"github": "DaveOrDead",
|
|
2650
|
+
"twitter": "dave_or_dead"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"compatibility": {
|
|
2654
|
+
"nuxt": "^3.0.0",
|
|
2655
|
+
"requires": {}
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2578
2658
|
{
|
|
2579
2659
|
"name": "kql",
|
|
2580
|
-
"description": "Nuxt
|
|
2660
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2581
2661
|
"repo": "johannschopplich/nuxt-kql",
|
|
2582
2662
|
"npm": "nuxt-kql",
|
|
2583
2663
|
"icon": "kql.svg",
|
|
@@ -2601,7 +2681,7 @@
|
|
|
2601
2681
|
},
|
|
2602
2682
|
{
|
|
2603
2683
|
"name": "laravel-echo",
|
|
2604
|
-
"description": "Laravel Echo for Nuxt
|
|
2684
|
+
"description": "Laravel Echo for Nuxt",
|
|
2605
2685
|
"repo": "nuxt-community/laravel-echo",
|
|
2606
2686
|
"npm": "@nuxtjs/laravel-echo",
|
|
2607
2687
|
"icon": "laravel-echo.png",
|
|
@@ -2689,13 +2769,13 @@
|
|
|
2689
2769
|
},
|
|
2690
2770
|
{
|
|
2691
2771
|
"name": "link-checker",
|
|
2692
|
-
"description": "
|
|
2772
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2693
2773
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2694
2774
|
"npm": "nuxt-link-checker",
|
|
2695
|
-
"icon": "",
|
|
2775
|
+
"icon": "link-checker.svg",
|
|
2696
2776
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2697
|
-
"website": "https://
|
|
2698
|
-
"learn_more": "",
|
|
2777
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2778
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2699
2779
|
"category": "SEO",
|
|
2700
2780
|
"type": "3rd-party",
|
|
2701
2781
|
"maintainers": [
|
|
@@ -2708,7 +2788,8 @@
|
|
|
2708
2788
|
],
|
|
2709
2789
|
"compatibility": {
|
|
2710
2790
|
"nuxt": "^3.0.0",
|
|
2711
|
-
"requires": {}
|
|
2791
|
+
"requires": {},
|
|
2792
|
+
"devtools": "^0.0.0"
|
|
2712
2793
|
}
|
|
2713
2794
|
},
|
|
2714
2795
|
{
|
|
@@ -2785,12 +2866,12 @@
|
|
|
2785
2866
|
},
|
|
2786
2867
|
{
|
|
2787
2868
|
"name": "logrocket",
|
|
2788
|
-
"description": "LogRocket module for Nuxt
|
|
2789
|
-
"repo": "nuxt-
|
|
2869
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2870
|
+
"repo": "nuxt-modules/logrocket",
|
|
2790
2871
|
"npm": "nuxt-logrocket",
|
|
2791
2872
|
"icon": "logrocket.png",
|
|
2792
|
-
"github": "https://github.com/nuxt-
|
|
2793
|
-
"website": "https://github.com/nuxt-
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2794
2875
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2795
2876
|
"category": "Monitoring",
|
|
2796
2877
|
"type": "community",
|
|
@@ -2808,7 +2889,7 @@
|
|
|
2808
2889
|
},
|
|
2809
2890
|
{
|
|
2810
2891
|
"name": "lucide-icons",
|
|
2811
|
-
"description": "Nuxt
|
|
2892
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2812
2893
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2813
2894
|
"npm": "nuxt-lucide-icons",
|
|
2814
2895
|
"icon": "lucide-icons.svg",
|
|
@@ -2834,7 +2915,7 @@
|
|
|
2834
2915
|
},
|
|
2835
2916
|
{
|
|
2836
2917
|
"name": "lunr",
|
|
2837
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2918
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2838
2919
|
"repo": "nuxt-community/lunr-module",
|
|
2839
2920
|
"npm": "@nuxtjs/lunr-module",
|
|
2840
2921
|
"icon": "",
|
|
@@ -2922,6 +3003,28 @@
|
|
|
2922
3003
|
"requires": {}
|
|
2923
3004
|
}
|
|
2924
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "maz-ui",
|
|
3008
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
+
"repo": "louismazel/maz-ui",
|
|
3010
|
+
"npm": "maz-ui",
|
|
3011
|
+
"icon": "maz-ui.png",
|
|
3012
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3015
|
+
"category": "UI",
|
|
3016
|
+
"type": "community",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Loïc Mazuel",
|
|
3020
|
+
"github": "LouisMazel"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^3.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
2925
3028
|
{
|
|
2926
3029
|
"name": "mdx",
|
|
2927
3030
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2947,7 +3050,7 @@
|
|
|
2947
3050
|
},
|
|
2948
3051
|
{
|
|
2949
3052
|
"name": "medusa",
|
|
2950
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3053
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2951
3054
|
"repo": "Baroshem/nuxt-medusa",
|
|
2952
3055
|
"npm": "nuxt-medusa",
|
|
2953
3056
|
"icon": "medusa.svg",
|
|
@@ -2972,7 +3075,7 @@
|
|
|
2972
3075
|
},
|
|
2973
3076
|
{
|
|
2974
3077
|
"name": "meilisearch",
|
|
2975
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3078
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2976
3079
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2977
3080
|
"npm": "nuxt-meilisearch",
|
|
2978
3081
|
"icon": "meilisearch.svg",
|
|
@@ -2992,7 +3095,8 @@
|
|
|
2992
3095
|
"nuxt": "^3.0.0",
|
|
2993
3096
|
"requires": {
|
|
2994
3097
|
"bridge": false
|
|
2995
|
-
}
|
|
3098
|
+
},
|
|
3099
|
+
"devtools": "^0.0.0"
|
|
2996
3100
|
}
|
|
2997
3101
|
},
|
|
2998
3102
|
{
|
|
@@ -3064,7 +3168,7 @@
|
|
|
3064
3168
|
},
|
|
3065
3169
|
{
|
|
3066
3170
|
"name": "moment",
|
|
3067
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3171
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3068
3172
|
"repo": "nuxt-community/moment-module",
|
|
3069
3173
|
"npm": "@nuxtjs/moment",
|
|
3070
3174
|
"icon": "momentjs.png",
|
|
@@ -3091,7 +3195,7 @@
|
|
|
3091
3195
|
},
|
|
3092
3196
|
{
|
|
3093
3197
|
"name": "mq",
|
|
3094
|
-
"description": "vue-mq module for Nuxt.
|
|
3198
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3095
3199
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3096
3200
|
"npm": "nuxt-mq",
|
|
3097
3201
|
"icon": "",
|
|
@@ -3135,7 +3239,7 @@
|
|
|
3135
3239
|
},
|
|
3136
3240
|
{
|
|
3137
3241
|
"name": "netlify-cache",
|
|
3138
|
-
"description": "Nuxt
|
|
3242
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3139
3243
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3140
3244
|
"npm": "nuxt-netlify-cache",
|
|
3141
3245
|
"icon": "netlify.png",
|
|
@@ -3180,7 +3284,7 @@
|
|
|
3180
3284
|
},
|
|
3181
3285
|
{
|
|
3182
3286
|
"name": "netlify",
|
|
3183
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3287
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3184
3288
|
"repo": "bazzite/nuxt-netlify",
|
|
3185
3289
|
"npm": "@aceforth/nuxt-netlify",
|
|
3186
3290
|
"icon": "netlify.png",
|
|
@@ -3318,7 +3422,7 @@
|
|
|
3318
3422
|
},
|
|
3319
3423
|
{
|
|
3320
3424
|
"name": "nuxt-basic-auth",
|
|
3321
|
-
"description": "Nuxt
|
|
3425
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3322
3426
|
"repo": "kgierke/nuxt-basic-auth",
|
|
3323
3427
|
"npm": "@kgierke/nuxt-basic-auth",
|
|
3324
3428
|
"icon": "",
|
|
@@ -3362,7 +3466,7 @@
|
|
|
3362
3466
|
},
|
|
3363
3467
|
{
|
|
3364
3468
|
"name": "nuxt-chatgpt",
|
|
3365
|
-
"description": "ChatGPT integration for Nuxt
|
|
3469
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3366
3470
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3367
3471
|
"npm": "nuxt-chatgpt",
|
|
3368
3472
|
"icon": "chatgpt.svg",
|
|
@@ -3384,7 +3488,7 @@
|
|
|
3384
3488
|
},
|
|
3385
3489
|
{
|
|
3386
3490
|
"name": "nuxt-facebook-chat",
|
|
3387
|
-
"description": "nuxt-plotly module is thin
|
|
3491
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3388
3492
|
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3389
3493
|
"npm": "nuxt-facebook-chat",
|
|
3390
3494
|
"icon": "nuxt-facebook-chat.svg",
|
|
@@ -3483,7 +3587,7 @@
|
|
|
3483
3587
|
},
|
|
3484
3588
|
{
|
|
3485
3589
|
"name": "nuxt-gtm",
|
|
3486
|
-
"description": "A Nuxt
|
|
3590
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3487
3591
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3488
3592
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3489
3593
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3500,7 +3604,8 @@
|
|
|
3500
3604
|
],
|
|
3501
3605
|
"compatibility": {
|
|
3502
3606
|
"nuxt": "^3.0.0",
|
|
3503
|
-
"requires": {}
|
|
3607
|
+
"requires": {},
|
|
3608
|
+
"devtools": "^0.0.0"
|
|
3504
3609
|
}
|
|
3505
3610
|
},
|
|
3506
3611
|
{
|
|
@@ -3527,6 +3632,28 @@
|
|
|
3527
3632
|
}
|
|
3528
3633
|
}
|
|
3529
3634
|
},
|
|
3635
|
+
{
|
|
3636
|
+
"name": "nuxt-jsonld",
|
|
3637
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3638
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3639
|
+
"npm": "nuxt-jsonld",
|
|
3640
|
+
"icon": "",
|
|
3641
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3642
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3643
|
+
"learn_more": "",
|
|
3644
|
+
"category": "SEO",
|
|
3645
|
+
"type": "3rd-party",
|
|
3646
|
+
"maintainers": [
|
|
3647
|
+
{
|
|
3648
|
+
"name": "ymmooot",
|
|
3649
|
+
"github": "ymmooot"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"compatibility": {
|
|
3653
|
+
"nuxt": "^3.0.0",
|
|
3654
|
+
"requires": {}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3530
3657
|
{
|
|
3531
3658
|
"name": "nuxt-localtunnel",
|
|
3532
3659
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3552,7 +3679,7 @@
|
|
|
3552
3679
|
},
|
|
3553
3680
|
{
|
|
3554
3681
|
"name": "nuxt-loco",
|
|
3555
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3682
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3556
3683
|
"repo": "gaetansenn/nuxt-loco",
|
|
3557
3684
|
"npm": "nuxt-loco",
|
|
3558
3685
|
"icon": "",
|
|
@@ -3641,7 +3768,7 @@
|
|
|
3641
3768
|
},
|
|
3642
3769
|
{
|
|
3643
3770
|
"name": "nuxt-mongoose",
|
|
3644
|
-
"description": "A Nuxt
|
|
3771
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3645
3772
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3646
3773
|
"npm": "nuxt-mongoose",
|
|
3647
3774
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3658,7 +3785,8 @@
|
|
|
3658
3785
|
],
|
|
3659
3786
|
"compatibility": {
|
|
3660
3787
|
"nuxt": "^3.0.0",
|
|
3661
|
-
"requires": {}
|
|
3788
|
+
"requires": {},
|
|
3789
|
+
"devtools": "^0.0.0"
|
|
3662
3790
|
}
|
|
3663
3791
|
},
|
|
3664
3792
|
{
|
|
@@ -3730,7 +3858,7 @@
|
|
|
3730
3858
|
},
|
|
3731
3859
|
{
|
|
3732
3860
|
"name": "plausible",
|
|
3733
|
-
"description": "Nuxt
|
|
3861
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3734
3862
|
"repo": "nuxt-modules/plausible",
|
|
3735
3863
|
"npm": "@nuxtjs/plausible",
|
|
3736
3864
|
"icon": "plausible.png",
|
|
@@ -3752,7 +3880,7 @@
|
|
|
3752
3880
|
},
|
|
3753
3881
|
{
|
|
3754
3882
|
"name": "nuxt-plotly",
|
|
3755
|
-
"description": "nuxt-plotly
|
|
3883
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3756
3884
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3757
3885
|
"npm": "nuxt-plotly",
|
|
3758
3886
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3778,7 +3906,7 @@
|
|
|
3778
3906
|
},
|
|
3779
3907
|
{
|
|
3780
3908
|
"name": "nuxt-png-to-ico",
|
|
3781
|
-
"description": "Nuxt
|
|
3909
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3782
3910
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3783
3911
|
"npm": "nuxt-png-to-ico",
|
|
3784
3912
|
"icon": "",
|
|
@@ -3801,7 +3929,7 @@
|
|
|
3801
3929
|
},
|
|
3802
3930
|
{
|
|
3803
3931
|
"name": "nuxt-smartlook",
|
|
3804
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3932
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3805
3933
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3806
3934
|
"npm": "nuxt-smartlook",
|
|
3807
3935
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3853,7 +3981,7 @@
|
|
|
3853
3981
|
},
|
|
3854
3982
|
{
|
|
3855
3983
|
"name": "nuxt-storm",
|
|
3856
|
-
"description": "WebStorm & PHPStorm support for
|
|
3984
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3857
3985
|
"repo": "fumeapp/nuxt-storm",
|
|
3858
3986
|
"npm": "nuxt-storm",
|
|
3859
3987
|
"icon": "nuxt-storm.png",
|
|
@@ -3897,7 +4025,7 @@
|
|
|
3897
4025
|
},
|
|
3898
4026
|
{
|
|
3899
4027
|
"name": "nuxt-unleash",
|
|
3900
|
-
"description": "Nuxt
|
|
4028
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3901
4029
|
"repo": "conejerock/nuxt-unleash",
|
|
3902
4030
|
"npm": "nuxt-unleash",
|
|
3903
4031
|
"icon": "nuxt-unleash.svg",
|
|
@@ -4009,7 +4137,7 @@
|
|
|
4009
4137
|
},
|
|
4010
4138
|
{
|
|
4011
4139
|
"name": "nuxt-vuetify",
|
|
4012
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4140
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
4013
4141
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
4014
4142
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4015
4143
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -4053,7 +4181,7 @@
|
|
|
4053
4181
|
},
|
|
4054
4182
|
{
|
|
4055
4183
|
"name": "nuxt7",
|
|
4056
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4184
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4057
4185
|
"repo": "nuxt-community/nuxt7",
|
|
4058
4186
|
"npm": "nuxt7",
|
|
4059
4187
|
"icon": "",
|
|
@@ -4074,38 +4202,15 @@
|
|
|
4074
4202
|
"requires": {}
|
|
4075
4203
|
}
|
|
4076
4204
|
},
|
|
4077
|
-
{
|
|
4078
|
-
"name": "nuxtlabs-ui",
|
|
4079
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
4080
|
-
"repo": "nuxtlabs/ui",
|
|
4081
|
-
"npm": "@nuxthq/ui",
|
|
4082
|
-
"icon": "nuxtlabs-ui.svg",
|
|
4083
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
4084
|
-
"website": "https://ui.nuxtlabs.com",
|
|
4085
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
4086
|
-
"category": "UI",
|
|
4087
|
-
"type": "3rd-party",
|
|
4088
|
-
"maintainers": [
|
|
4089
|
-
{
|
|
4090
|
-
"name": "Benjamin Canac",
|
|
4091
|
-
"github": "benjamincanac",
|
|
4092
|
-
"twitter": "benjamincanac"
|
|
4093
|
-
}
|
|
4094
|
-
],
|
|
4095
|
-
"compatibility": {
|
|
4096
|
-
"nuxt": "^3.0.0",
|
|
4097
|
-
"requires": {}
|
|
4098
|
-
}
|
|
4099
|
-
},
|
|
4100
4205
|
{
|
|
4101
4206
|
"name": "og-image",
|
|
4102
|
-
"description": "
|
|
4207
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4103
4208
|
"repo": "harlan-zw/nuxt-og-image",
|
|
4104
4209
|
"npm": "nuxt-og-image",
|
|
4105
|
-
"icon": "",
|
|
4210
|
+
"icon": "og-image.svg",
|
|
4106
4211
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
4107
|
-
"website": "https://
|
|
4108
|
-
"learn_more": "",
|
|
4212
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4213
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4109
4214
|
"category": "SEO",
|
|
4110
4215
|
"type": "3rd-party",
|
|
4111
4216
|
"maintainers": [
|
|
@@ -4118,7 +4223,8 @@
|
|
|
4118
4223
|
],
|
|
4119
4224
|
"compatibility": {
|
|
4120
4225
|
"nuxt": "^3.0.0",
|
|
4121
|
-
"requires": {}
|
|
4226
|
+
"requires": {},
|
|
4227
|
+
"devtools": "^0.0.0"
|
|
4122
4228
|
}
|
|
4123
4229
|
},
|
|
4124
4230
|
{
|
|
@@ -4146,7 +4252,7 @@
|
|
|
4146
4252
|
},
|
|
4147
4253
|
{
|
|
4148
4254
|
"name": "optimized-images",
|
|
4149
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4255
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4150
4256
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4151
4257
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4152
4258
|
"icon": "",
|
|
@@ -4191,7 +4297,7 @@
|
|
|
4191
4297
|
},
|
|
4192
4298
|
{
|
|
4193
4299
|
"name": "parse",
|
|
4194
|
-
"description": "Parse package for Nuxt
|
|
4300
|
+
"description": "Parse package for Nuxt",
|
|
4195
4301
|
"repo": "cierrateam/nuxt-parse",
|
|
4196
4302
|
"npm": "nuxt-parse",
|
|
4197
4303
|
"icon": "",
|
|
@@ -4211,6 +4317,29 @@
|
|
|
4211
4317
|
"requires": {}
|
|
4212
4318
|
}
|
|
4213
4319
|
},
|
|
4320
|
+
{
|
|
4321
|
+
"name": "particles",
|
|
4322
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4323
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4324
|
+
"npm": "nuxt-particles",
|
|
4325
|
+
"icon": "",
|
|
4326
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4327
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4328
|
+
"learn_more": "https://particles.js.org/",
|
|
4329
|
+
"category": "Libraries",
|
|
4330
|
+
"type": "3rd-party",
|
|
4331
|
+
"maintainers": [
|
|
4332
|
+
{
|
|
4333
|
+
"name": "Joey Pereira",
|
|
4334
|
+
"github": "Joepocalyptic",
|
|
4335
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4336
|
+
}
|
|
4337
|
+
],
|
|
4338
|
+
"compatibility": {
|
|
4339
|
+
"nuxt": "^3.0.0",
|
|
4340
|
+
"requires": {}
|
|
4341
|
+
}
|
|
4342
|
+
},
|
|
4214
4343
|
{
|
|
4215
4344
|
"name": "partytown",
|
|
4216
4345
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4357,7 +4486,7 @@
|
|
|
4357
4486
|
},
|
|
4358
4487
|
{
|
|
4359
4488
|
"name": "plausible",
|
|
4360
|
-
"description": "Nuxt
|
|
4489
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4361
4490
|
"repo": "nuxt-modules/plausible",
|
|
4362
4491
|
"npm": "@nuxtjs/plausible",
|
|
4363
4492
|
"icon": "",
|
|
@@ -4404,7 +4533,7 @@
|
|
|
4404
4533
|
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4405
4534
|
"repo": "johannschopplich/nuxt-prepare",
|
|
4406
4535
|
"npm": "nuxt-prepare",
|
|
4407
|
-
"icon": "
|
|
4536
|
+
"icon": "prepare.svg",
|
|
4408
4537
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4409
4538
|
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4410
4539
|
"learn_more": "",
|
|
@@ -4423,9 +4552,32 @@
|
|
|
4423
4552
|
"requires": {}
|
|
4424
4553
|
}
|
|
4425
4554
|
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "primevue",
|
|
4557
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4558
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4559
|
+
"npm": "nuxt-primevue",
|
|
4560
|
+
"icon": "primevue.svg",
|
|
4561
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4562
|
+
"website": "https://primevue.org/",
|
|
4563
|
+
"learn_more": "https://primevue.org/",
|
|
4564
|
+
"category": "UI",
|
|
4565
|
+
"type": "3rd-party",
|
|
4566
|
+
"maintainers": [
|
|
4567
|
+
{
|
|
4568
|
+
"name": "primefaces",
|
|
4569
|
+
"github": "primefaces",
|
|
4570
|
+
"twitter": "primevue"
|
|
4571
|
+
}
|
|
4572
|
+
],
|
|
4573
|
+
"compatibility": {
|
|
4574
|
+
"nuxt": "^3.0.0",
|
|
4575
|
+
"requires": {}
|
|
4576
|
+
}
|
|
4577
|
+
},
|
|
4426
4578
|
{
|
|
4427
4579
|
"name": "prismic",
|
|
4428
|
-
"description": "Easily connect your Nuxt
|
|
4580
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4429
4581
|
"repo": "nuxt-modules/prismic",
|
|
4430
4582
|
"npm": "@nuxtjs/prismic",
|
|
4431
4583
|
"icon": "prismic.png",
|
|
@@ -4492,7 +4644,7 @@
|
|
|
4492
4644
|
},
|
|
4493
4645
|
{
|
|
4494
4646
|
"name": "proxy",
|
|
4495
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4647
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4496
4648
|
"repo": "nuxt-community/proxy-module",
|
|
4497
4649
|
"npm": "@nuxtjs/proxy",
|
|
4498
4650
|
"icon": "",
|
|
@@ -4538,7 +4690,7 @@
|
|
|
4538
4690
|
},
|
|
4539
4691
|
{
|
|
4540
4692
|
"name": "purgecss",
|
|
4541
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4693
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4542
4694
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4543
4695
|
"npm": "nuxt-purgecss",
|
|
4544
4696
|
"icon": "purgecss.png",
|
|
@@ -4560,7 +4712,7 @@
|
|
|
4560
4712
|
},
|
|
4561
4713
|
{
|
|
4562
4714
|
"name": "pwa",
|
|
4563
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4715
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4564
4716
|
"repo": "nuxt-community/pwa-module",
|
|
4565
4717
|
"npm": "@nuxtjs/pwa",
|
|
4566
4718
|
"icon": "pwa.png",
|
|
@@ -4585,7 +4737,7 @@
|
|
|
4585
4737
|
},
|
|
4586
4738
|
{
|
|
4587
4739
|
"name": "python",
|
|
4588
|
-
"description": "Write Nuxt
|
|
4740
|
+
"description": "Write Nuxt applications using Python",
|
|
4589
4741
|
"repo": "nuxt-community/python-module",
|
|
4590
4742
|
"npm": "@nuxtjs/python",
|
|
4591
4743
|
"icon": "python.png",
|
|
@@ -4624,7 +4776,8 @@
|
|
|
4624
4776
|
],
|
|
4625
4777
|
"compatibility": {
|
|
4626
4778
|
"nuxt": "^3.0.0",
|
|
4627
|
-
"requires": {}
|
|
4779
|
+
"requires": {},
|
|
4780
|
+
"devtools": "^0.0.0"
|
|
4628
4781
|
}
|
|
4629
4782
|
},
|
|
4630
4783
|
{
|
|
@@ -4649,9 +4802,44 @@
|
|
|
4649
4802
|
"requires": {}
|
|
4650
4803
|
}
|
|
4651
4804
|
},
|
|
4805
|
+
{
|
|
4806
|
+
"name": "radix-vue",
|
|
4807
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4808
|
+
"repo": "radix-vue/radix-vue",
|
|
4809
|
+
"npm": "radix-vue",
|
|
4810
|
+
"icon": "radix-vue.svg",
|
|
4811
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4812
|
+
"website": "https://www.radix-vue.com/",
|
|
4813
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4814
|
+
"category": "UI",
|
|
4815
|
+
"type": "3rd-party",
|
|
4816
|
+
"maintainers": [
|
|
4817
|
+
{
|
|
4818
|
+
"name": "Zernonia",
|
|
4819
|
+
"github": "zernonia",
|
|
4820
|
+
"twitter": "zernonia"
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"name": "Khairul Haaziq",
|
|
4824
|
+
"github": "khairulhaaziq"
|
|
4825
|
+
},
|
|
4826
|
+
{
|
|
4827
|
+
"name": "Mujahid Anuar",
|
|
4828
|
+
"github": "mujahidfa"
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
"name": "Max",
|
|
4832
|
+
"github": "onmax"
|
|
4833
|
+
}
|
|
4834
|
+
],
|
|
4835
|
+
"compatibility": {
|
|
4836
|
+
"nuxt": "^3.0.0",
|
|
4837
|
+
"requires": {}
|
|
4838
|
+
}
|
|
4839
|
+
},
|
|
4652
4840
|
{
|
|
4653
4841
|
"name": "recaptcha",
|
|
4654
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4842
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4655
4843
|
"repo": "nuxt-community/recaptcha-module",
|
|
4656
4844
|
"npm": "@nuxtjs/recaptcha",
|
|
4657
4845
|
"icon": "recaptcha.png",
|
|
@@ -4696,7 +4884,7 @@
|
|
|
4696
4884
|
},
|
|
4697
4885
|
{
|
|
4698
4886
|
"name": "rfg-icon",
|
|
4699
|
-
"description": "Nuxt
|
|
4887
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4700
4888
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4701
4889
|
"npm": "nuxt-rfg-icon",
|
|
4702
4890
|
"icon": "real-favicon-generator.png",
|
|
@@ -4718,7 +4906,7 @@
|
|
|
4718
4906
|
},
|
|
4719
4907
|
{
|
|
4720
4908
|
"name": "robots",
|
|
4721
|
-
"description": "A Nuxt
|
|
4909
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4722
4910
|
"repo": "nuxt-modules/robots",
|
|
4723
4911
|
"npm": "@nuxtjs/robots",
|
|
4724
4912
|
"icon": "robots.png",
|
|
@@ -4742,7 +4930,7 @@
|
|
|
4742
4930
|
},
|
|
4743
4931
|
{
|
|
4744
4932
|
"name": "rollbar",
|
|
4745
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4933
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4746
4934
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4747
4935
|
"npm": "nuxt-rollbar-module",
|
|
4748
4936
|
"icon": "rollbar.png",
|
|
@@ -4787,7 +4975,7 @@
|
|
|
4787
4975
|
},
|
|
4788
4976
|
{
|
|
4789
4977
|
"name": "router",
|
|
4790
|
-
"description": "Nuxt
|
|
4978
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4791
4979
|
"repo": "nuxt-community/router-module",
|
|
4792
4980
|
"npm": "@nuxtjs/router",
|
|
4793
4981
|
"icon": "vue.png",
|
|
@@ -4835,13 +5023,13 @@
|
|
|
4835
5023
|
},
|
|
4836
5024
|
{
|
|
4837
5025
|
"name": "schema-org",
|
|
4838
|
-
"description": "Schema.org for Nuxt
|
|
4839
|
-
"repo": "
|
|
5026
|
+
"description": "Schema.org for Nuxt.",
|
|
5027
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4840
5028
|
"npm": "nuxt-schema-org",
|
|
4841
5029
|
"icon": "schema-org.svg",
|
|
4842
|
-
"github": "https://github.com/
|
|
4843
|
-
"website": "https://
|
|
4844
|
-
"learn_more": "https://
|
|
5030
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5031
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5032
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4845
5033
|
"category": "SEO",
|
|
4846
5034
|
"type": "3rd-party",
|
|
4847
5035
|
"maintainers": [
|
|
@@ -4904,7 +5092,7 @@
|
|
|
4904
5092
|
},
|
|
4905
5093
|
{
|
|
4906
5094
|
"name": "segment",
|
|
4907
|
-
"description": "Nuxt
|
|
5095
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4908
5096
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4909
5097
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4910
5098
|
"icon": "segment.png",
|
|
@@ -4926,7 +5114,7 @@
|
|
|
4926
5114
|
},
|
|
4927
5115
|
{
|
|
4928
5116
|
"name": "sentry",
|
|
4929
|
-
"description": "Sentry module for Nuxt
|
|
5117
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4930
5118
|
"repo": "nuxt-community/sentry-module",
|
|
4931
5119
|
"npm": "@nuxtjs/sentry",
|
|
4932
5120
|
"icon": "sentry.svg",
|
|
@@ -4946,14 +5134,38 @@
|
|
|
4946
5134
|
"requires": {}
|
|
4947
5135
|
}
|
|
4948
5136
|
},
|
|
5137
|
+
{
|
|
5138
|
+
"name": "seo-experiments",
|
|
5139
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5140
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5141
|
+
"npm": "nuxt-seo-experiments",
|
|
5142
|
+
"icon": "seo-experiments.svg",
|
|
5143
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5144
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5145
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5146
|
+
"category": "SEO",
|
|
5147
|
+
"type": "3rd-party",
|
|
5148
|
+
"maintainers": [
|
|
5149
|
+
{
|
|
5150
|
+
"name": "Harlan Wilton",
|
|
5151
|
+
"github": "harlan-zw",
|
|
5152
|
+
"twitter": "harlan_zw",
|
|
5153
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5154
|
+
}
|
|
5155
|
+
],
|
|
5156
|
+
"compatibility": {
|
|
5157
|
+
"nuxt": "^3.0.0",
|
|
5158
|
+
"requires": {}
|
|
5159
|
+
}
|
|
5160
|
+
},
|
|
4949
5161
|
{
|
|
4950
5162
|
"name": "seo-kit",
|
|
4951
|
-
"description": "
|
|
5163
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4952
5164
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4953
5165
|
"npm": "nuxt-seo-kit",
|
|
4954
5166
|
"icon": "seo-kit.svg",
|
|
4955
5167
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4956
|
-
"website": "https://
|
|
5168
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4957
5169
|
"learn_more": "",
|
|
4958
5170
|
"category": "SEO",
|
|
4959
5171
|
"type": "3rd-party",
|
|
@@ -4993,7 +5205,7 @@
|
|
|
4993
5205
|
},
|
|
4994
5206
|
{
|
|
4995
5207
|
"name": "seomatic-meta",
|
|
4996
|
-
"description": "A Nuxt
|
|
5208
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4997
5209
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4998
5210
|
"npm": "nuxt-seomatic-meta",
|
|
4999
5211
|
"icon": "seomatic.png",
|
|
@@ -5084,7 +5296,7 @@
|
|
|
5084
5296
|
},
|
|
5085
5297
|
{
|
|
5086
5298
|
"name": "shopify",
|
|
5087
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5299
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5088
5300
|
"repo": "Gomah/nuxt-shopify",
|
|
5089
5301
|
"npm": "nuxt-shopify",
|
|
5090
5302
|
"icon": "shopify.png",
|
|
@@ -5151,13 +5363,13 @@
|
|
|
5151
5363
|
},
|
|
5152
5364
|
{
|
|
5153
5365
|
"name": "simple-robots",
|
|
5154
|
-
"description": "
|
|
5366
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5155
5367
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5156
5368
|
"npm": "nuxt-simple-robots",
|
|
5157
|
-
"icon": "",
|
|
5369
|
+
"icon": "simple-robots.svg",
|
|
5158
5370
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5159
|
-
"website": "https://
|
|
5160
|
-
"learn_more": "",
|
|
5371
|
+
"website": "https://nuxtseo.com/robots",
|
|
5372
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5161
5373
|
"category": "SEO",
|
|
5162
5374
|
"type": "3rd-party",
|
|
5163
5375
|
"maintainers": [
|
|
@@ -5175,13 +5387,13 @@
|
|
|
5175
5387
|
},
|
|
5176
5388
|
{
|
|
5177
5389
|
"name": "simple-sitemap",
|
|
5178
|
-
"description": "
|
|
5390
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5179
5391
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5180
5392
|
"npm": "nuxt-simple-sitemap",
|
|
5181
|
-
"icon": "",
|
|
5393
|
+
"icon": "simple-sitemap.svg",
|
|
5182
5394
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5183
|
-
"website": "https://
|
|
5184
|
-
"learn_more": "",
|
|
5395
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5396
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5185
5397
|
"category": "SEO",
|
|
5186
5398
|
"type": "3rd-party",
|
|
5187
5399
|
"maintainers": [
|
|
@@ -5199,7 +5411,7 @@
|
|
|
5199
5411
|
},
|
|
5200
5412
|
{
|
|
5201
5413
|
"name": "sitemap",
|
|
5202
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5414
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5203
5415
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5204
5416
|
"npm": "@nuxtjs/sitemap",
|
|
5205
5417
|
"icon": "",
|
|
@@ -5244,7 +5456,7 @@
|
|
|
5244
5456
|
},
|
|
5245
5457
|
{
|
|
5246
5458
|
"name": "snipcart",
|
|
5247
|
-
"description": "Snipcart integration module for Nuxt
|
|
5459
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5248
5460
|
"repo": "nuxt-modules/snipcart",
|
|
5249
5461
|
"npm": "@nuxtjs/snipcart",
|
|
5250
5462
|
"icon": "snipcart.png",
|
|
@@ -5267,7 +5479,7 @@
|
|
|
5267
5479
|
},
|
|
5268
5480
|
{
|
|
5269
5481
|
"name": "social-meta",
|
|
5270
|
-
"description": "Nuxt
|
|
5482
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5271
5483
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5272
5484
|
"npm": "nuxt-social-meta",
|
|
5273
5485
|
"icon": "",
|
|
@@ -5389,7 +5601,7 @@
|
|
|
5389
5601
|
},
|
|
5390
5602
|
{
|
|
5391
5603
|
"name": "storage",
|
|
5392
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5604
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5393
5605
|
"repo": "mazipan/nuxt-storage",
|
|
5394
5606
|
"npm": "nuxt-storage",
|
|
5395
5607
|
"icon": "",
|
|
@@ -5411,7 +5623,7 @@
|
|
|
5411
5623
|
},
|
|
5412
5624
|
{
|
|
5413
5625
|
"name": "storefront-ui",
|
|
5414
|
-
"description": "Storefront UI Module for Nuxt
|
|
5626
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5415
5627
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5416
5628
|
"npm": "@storefront-ui/nuxt",
|
|
5417
5629
|
"icon": "storefront-ui.svg",
|
|
@@ -5455,7 +5667,7 @@
|
|
|
5455
5667
|
},
|
|
5456
5668
|
{
|
|
5457
5669
|
"name": "storyblok",
|
|
5458
|
-
"description": "Storyblok Nuxt
|
|
5670
|
+
"description": "Storyblok Nuxt module",
|
|
5459
5671
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5460
5672
|
"npm": "@storyblok/nuxt",
|
|
5461
5673
|
"icon": "storyblok.png",
|
|
@@ -5472,37 +5684,34 @@
|
|
|
5472
5684
|
],
|
|
5473
5685
|
"compatibility": {
|
|
5474
5686
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5475
|
-
"requires": {}
|
|
5687
|
+
"requires": {},
|
|
5688
|
+
"devtools": "^0.0.0"
|
|
5476
5689
|
}
|
|
5477
5690
|
},
|
|
5478
5691
|
{
|
|
5479
5692
|
"name": "storybook",
|
|
5480
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5481
|
-
"repo": "nuxt-
|
|
5693
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5694
|
+
"repo": "nuxt-modules/storybook",
|
|
5482
5695
|
"npm": "@nuxtjs/storybook",
|
|
5483
5696
|
"icon": "storybook.png",
|
|
5484
|
-
"github": "https://github.com/nuxt-
|
|
5697
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5485
5698
|
"website": "https://storybook.nuxtjs.org",
|
|
5486
|
-
"learn_more": "https://
|
|
5699
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5487
5700
|
"category": "Devtools",
|
|
5488
5701
|
"type": "community",
|
|
5489
5702
|
"maintainers": [
|
|
5490
5703
|
{
|
|
5491
|
-
"name": "
|
|
5492
|
-
"github": "
|
|
5493
|
-
"twitter": "
|
|
5494
|
-
},
|
|
5495
|
-
{
|
|
5496
|
-
"name": "Pooya Parsa",
|
|
5497
|
-
"github": "pi0",
|
|
5498
|
-
"twitter": "_pi0_"
|
|
5704
|
+
"name": "Chakir QATAB",
|
|
5705
|
+
"github": "chakAs3",
|
|
5706
|
+
"twitter": "ChakirQatab"
|
|
5499
5707
|
}
|
|
5500
5708
|
],
|
|
5501
5709
|
"compatibility": {
|
|
5502
|
-
"nuxt": "^2.0.0",
|
|
5710
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5503
5711
|
"requires": {
|
|
5504
5712
|
"bridge": "optional"
|
|
5505
|
-
}
|
|
5713
|
+
},
|
|
5714
|
+
"devtools": "^0.7.2"
|
|
5506
5715
|
}
|
|
5507
5716
|
},
|
|
5508
5717
|
{
|
|
@@ -5532,7 +5741,8 @@
|
|
|
5532
5741
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5533
5742
|
"requires": {
|
|
5534
5743
|
"bridge": true
|
|
5535
|
-
}
|
|
5744
|
+
},
|
|
5745
|
+
"devtools": "^0.0.0"
|
|
5536
5746
|
}
|
|
5537
5747
|
},
|
|
5538
5748
|
{
|
|
@@ -5583,6 +5793,36 @@
|
|
|
5583
5793
|
"requires": {}
|
|
5584
5794
|
}
|
|
5585
5795
|
},
|
|
5796
|
+
{
|
|
5797
|
+
"name": "studio",
|
|
5798
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5799
|
+
"repo": "nuxtlabs/studio-module",
|
|
5800
|
+
"npm": "@nuxthq/studio",
|
|
5801
|
+
"icon": "studio.svg",
|
|
5802
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5803
|
+
"website": "https://nuxt.studio",
|
|
5804
|
+
"learn_more": "https://nuxt.studio",
|
|
5805
|
+
"category": "CMS",
|
|
5806
|
+
"type": "3rd-party",
|
|
5807
|
+
"maintainers": [
|
|
5808
|
+
{
|
|
5809
|
+
"name": "Ahad Birang",
|
|
5810
|
+
"github": "farnabaz",
|
|
5811
|
+
"twitter": "a_birang"
|
|
5812
|
+
},
|
|
5813
|
+
{
|
|
5814
|
+
"name": "Sébastien Chopin",
|
|
5815
|
+
"github": "Atinux",
|
|
5816
|
+
"twitter": "Atinux"
|
|
5817
|
+
}
|
|
5818
|
+
],
|
|
5819
|
+
"compatibility": {
|
|
5820
|
+
"nuxt": "^3.0.0",
|
|
5821
|
+
"requires": {
|
|
5822
|
+
"content": true
|
|
5823
|
+
}
|
|
5824
|
+
}
|
|
5825
|
+
},
|
|
5586
5826
|
{
|
|
5587
5827
|
"name": "style-resources",
|
|
5588
5828
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5608,7 +5848,7 @@
|
|
|
5608
5848
|
},
|
|
5609
5849
|
{
|
|
5610
5850
|
"name": "stylelint",
|
|
5611
|
-
"description": "Stylelint module for Nuxt.
|
|
5851
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5612
5852
|
"repo": "nuxt-community/stylelint-module",
|
|
5613
5853
|
"npm": "@nuxtjs/stylelint-module",
|
|
5614
5854
|
"icon": "stylelint.png",
|
|
@@ -5708,12 +5948,12 @@
|
|
|
5708
5948
|
},
|
|
5709
5949
|
{
|
|
5710
5950
|
"name": "svg-sprite",
|
|
5711
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5712
|
-
"repo": "nuxt-
|
|
5951
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5952
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5713
5953
|
"npm": "@nuxtjs/svg-sprite",
|
|
5714
5954
|
"icon": "",
|
|
5715
|
-
"github": "https://github.com/nuxt-
|
|
5716
|
-
"website": "https://github.com/nuxt-
|
|
5955
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5956
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5717
5957
|
"learn_more": "",
|
|
5718
5958
|
"category": "UI",
|
|
5719
5959
|
"type": "community",
|
|
@@ -5725,13 +5965,13 @@
|
|
|
5725
5965
|
}
|
|
5726
5966
|
],
|
|
5727
5967
|
"compatibility": {
|
|
5728
|
-
"nuxt": "^2.0.0",
|
|
5968
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5729
5969
|
"requires": {}
|
|
5730
5970
|
}
|
|
5731
5971
|
},
|
|
5732
5972
|
{
|
|
5733
5973
|
"name": "svg",
|
|
5734
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5974
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5735
5975
|
"repo": "nuxt-community/svg-module",
|
|
5736
5976
|
"npm": "@nuxtjs/svg",
|
|
5737
5977
|
"icon": "",
|
|
@@ -5775,7 +6015,7 @@
|
|
|
5775
6015
|
},
|
|
5776
6016
|
{
|
|
5777
6017
|
"name": "swiper",
|
|
5778
|
-
"description": "Nuxt
|
|
6018
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5779
6019
|
"repo": "cpreston321/nuxt-swiper",
|
|
5780
6020
|
"npm": "nuxt-swiper",
|
|
5781
6021
|
"icon": "swiper.svg",
|
|
@@ -5842,7 +6082,8 @@
|
|
|
5842
6082
|
],
|
|
5843
6083
|
"compatibility": {
|
|
5844
6084
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5845
|
-
"requires": {}
|
|
6085
|
+
"requires": {},
|
|
6086
|
+
"devtools": "^0.0.0"
|
|
5846
6087
|
}
|
|
5847
6088
|
},
|
|
5848
6089
|
{
|
|
@@ -5892,7 +6133,7 @@
|
|
|
5892
6133
|
},
|
|
5893
6134
|
{
|
|
5894
6135
|
"name": "toast",
|
|
5895
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6136
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5896
6137
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5897
6138
|
"npm": "@nuxtjs/toast",
|
|
5898
6139
|
"icon": "",
|
|
@@ -5973,7 +6214,7 @@
|
|
|
5973
6214
|
},
|
|
5974
6215
|
{
|
|
5975
6216
|
"name": "twa",
|
|
5976
|
-
"description": "Nuxt
|
|
6217
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5977
6218
|
"repo": "tuarrep/nuxt-twa",
|
|
5978
6219
|
"npm": "nuxt-twa",
|
|
5979
6220
|
"icon": "",
|
|
@@ -6161,6 +6402,39 @@
|
|
|
6161
6402
|
"requires": {}
|
|
6162
6403
|
}
|
|
6163
6404
|
},
|
|
6405
|
+
{
|
|
6406
|
+
"name": "ui",
|
|
6407
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6408
|
+
"repo": "nuxt/ui#dev",
|
|
6409
|
+
"npm": "@nuxt/ui",
|
|
6410
|
+
"icon": "nuxt.svg",
|
|
6411
|
+
"github": "https://github.com/nuxt/ui",
|
|
6412
|
+
"website": "https://ui.nuxt.com",
|
|
6413
|
+
"learn_more": "",
|
|
6414
|
+
"category": "UI",
|
|
6415
|
+
"type": "official",
|
|
6416
|
+
"maintainers": [
|
|
6417
|
+
{
|
|
6418
|
+
"name": "Benjamin Canac",
|
|
6419
|
+
"github": "benjamincanac",
|
|
6420
|
+
"twitter": "benjamincanac"
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"name": "Sebastien Chopin",
|
|
6424
|
+
"github": "Atinux",
|
|
6425
|
+
"twitter": "Atinux"
|
|
6426
|
+
},
|
|
6427
|
+
{
|
|
6428
|
+
"name": "Sylvain Marroufin",
|
|
6429
|
+
"github": "smarroufin",
|
|
6430
|
+
"twitter": "smarroufin"
|
|
6431
|
+
}
|
|
6432
|
+
],
|
|
6433
|
+
"compatibility": {
|
|
6434
|
+
"nuxt": "^3.0.0",
|
|
6435
|
+
"requires": {}
|
|
6436
|
+
}
|
|
6437
|
+
},
|
|
6164
6438
|
{
|
|
6165
6439
|
"name": "umami",
|
|
6166
6440
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6209,7 +6483,7 @@
|
|
|
6209
6483
|
},
|
|
6210
6484
|
{
|
|
6211
6485
|
"name": "universal-storage",
|
|
6212
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6486
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6213
6487
|
"repo": "nuxt-community/universal-storage-module",
|
|
6214
6488
|
"npm": "@nuxtjs/universal-storage",
|
|
6215
6489
|
"icon": "",
|
|
@@ -6306,7 +6580,8 @@
|
|
|
6306
6580
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6307
6581
|
"requires": {
|
|
6308
6582
|
"bridge": "optional"
|
|
6309
|
-
}
|
|
6583
|
+
},
|
|
6584
|
+
"devtools": "^0.0.0"
|
|
6310
6585
|
}
|
|
6311
6586
|
},
|
|
6312
6587
|
{
|
|
@@ -6358,7 +6633,7 @@
|
|
|
6358
6633
|
},
|
|
6359
6634
|
{
|
|
6360
6635
|
"name": "user-agent",
|
|
6361
|
-
"description": "Nuxt
|
|
6636
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6362
6637
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6363
6638
|
"npm": "nuxt-user-agent",
|
|
6364
6639
|
"icon": "",
|
|
@@ -6472,7 +6747,7 @@
|
|
|
6472
6747
|
},
|
|
6473
6748
|
{
|
|
6474
6749
|
"name": "vee-validate",
|
|
6475
|
-
"description": "Painless Vue forms for Nuxt
|
|
6750
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6476
6751
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6477
6752
|
"npm": "@vee-validate/nuxt",
|
|
6478
6753
|
"icon": "vee-validate.png",
|
|
@@ -6562,7 +6837,7 @@
|
|
|
6562
6837
|
},
|
|
6563
6838
|
{
|
|
6564
6839
|
"name": "vite-pwa-nuxt",
|
|
6565
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6840
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6566
6841
|
"repo": "vite-pwa/nuxt",
|
|
6567
6842
|
"npm": "@vite-pwa/nuxt",
|
|
6568
6843
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6611,18 +6886,19 @@
|
|
|
6611
6886
|
],
|
|
6612
6887
|
"compatibility": {
|
|
6613
6888
|
"nuxt": "^3.0.0",
|
|
6614
|
-
"requires": {}
|
|
6889
|
+
"requires": {},
|
|
6890
|
+
"devtools": "^0.0.0"
|
|
6615
6891
|
}
|
|
6616
6892
|
},
|
|
6617
6893
|
{
|
|
6618
6894
|
"name": "vue-email",
|
|
6619
|
-
"description": "Write email templates with vue",
|
|
6895
|
+
"description": "💌 Write email templates with vue",
|
|
6620
6896
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6621
6897
|
"npm": "vue-email",
|
|
6622
6898
|
"icon": "vue-email.svg",
|
|
6623
6899
|
"github": "https://github.com/Dave136/vue-email",
|
|
6624
|
-
"website": "https://
|
|
6625
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
6900
|
+
"website": "https://www.vuemail.net/",
|
|
6901
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6626
6902
|
"category": "UI",
|
|
6627
6903
|
"type": "3rd-party",
|
|
6628
6904
|
"maintainers": [
|
|
@@ -6641,7 +6917,8 @@
|
|
|
6641
6917
|
],
|
|
6642
6918
|
"compatibility": {
|
|
6643
6919
|
"nuxt": "^3.0.0",
|
|
6644
|
-
"requires": {}
|
|
6920
|
+
"requires": {},
|
|
6921
|
+
"devtools": "^0.0.0"
|
|
6645
6922
|
}
|
|
6646
6923
|
},
|
|
6647
6924
|
{
|
|
@@ -6666,7 +6943,8 @@
|
|
|
6666
6943
|
"nuxt": "^3.0.0",
|
|
6667
6944
|
"requires": {
|
|
6668
6945
|
"bridge": "optional"
|
|
6669
|
-
}
|
|
6946
|
+
},
|
|
6947
|
+
"devtools": "^0.0.0"
|
|
6670
6948
|
}
|
|
6671
6949
|
},
|
|
6672
6950
|
{
|
|
@@ -6693,7 +6971,7 @@
|
|
|
6693
6971
|
},
|
|
6694
6972
|
{
|
|
6695
6973
|
"name": "vue-multiselect",
|
|
6696
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6974
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6697
6975
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6698
6976
|
"npm": "nuxt-vue-multiselect",
|
|
6699
6977
|
"icon": "",
|
|
@@ -6807,7 +7085,7 @@
|
|
|
6807
7085
|
},
|
|
6808
7086
|
{
|
|
6809
7087
|
"name": "vue-warehouse",
|
|
6810
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7088
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6811
7089
|
"repo": "juliomrqz/vue-warehouse",
|
|
6812
7090
|
"npm": "vue-warehouse",
|
|
6813
7091
|
"icon": "",
|
|
@@ -6830,7 +7108,7 @@
|
|
|
6830
7108
|
},
|
|
6831
7109
|
{
|
|
6832
7110
|
"name": "vue3-carousel-nuxt",
|
|
6833
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7111
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6834
7112
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6835
7113
|
"npm": "vue3-carousel-nuxt",
|
|
6836
7114
|
"icon": "",
|
|
@@ -6875,7 +7153,7 @@
|
|
|
6875
7153
|
},
|
|
6876
7154
|
{
|
|
6877
7155
|
"name": "vuestic",
|
|
6878
|
-
"description": "Vuestic UI module for Nuxt
|
|
7156
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6879
7157
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6880
7158
|
"npm": "@vuestic/nuxt",
|
|
6881
7159
|
"icon": "vuestic.png",
|
|
@@ -6919,7 +7197,7 @@
|
|
|
6919
7197
|
},
|
|
6920
7198
|
{
|
|
6921
7199
|
"name": "vuetify",
|
|
6922
|
-
"description": "Vuetify Module for Nuxt
|
|
7200
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6923
7201
|
"repo": "nuxt-community/vuetify-module",
|
|
6924
7202
|
"npm": "@nuxtjs/vuetify",
|
|
6925
7203
|
"icon": "vuetify.png",
|
|
@@ -6966,7 +7244,8 @@
|
|
|
6966
7244
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6967
7245
|
"requires": {
|
|
6968
7246
|
"bridge": "optional"
|
|
6969
|
-
}
|
|
7247
|
+
},
|
|
7248
|
+
"devtools": "^0.0.0"
|
|
6970
7249
|
}
|
|
6971
7250
|
},
|
|
6972
7251
|
{
|
|
@@ -6993,7 +7272,7 @@
|
|
|
6993
7272
|
},
|
|
6994
7273
|
{
|
|
6995
7274
|
"name": "vunix",
|
|
6996
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7275
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6997
7276
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6998
7277
|
"npm": "@vunix/nuxt",
|
|
6999
7278
|
"icon": "",
|
|
@@ -7072,7 +7351,7 @@
|
|
|
7072
7351
|
},
|
|
7073
7352
|
{
|
|
7074
7353
|
"name": "webpack-optimisations",
|
|
7075
|
-
"description": "Nuxt
|
|
7354
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
7076
7355
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
7077
7356
|
"npm": "nuxt-webpack-optimisations",
|
|
7078
7357
|
"icon": "build-optimisations.svg",
|
|
@@ -7164,7 +7443,7 @@
|
|
|
7164
7443
|
},
|
|
7165
7444
|
{
|
|
7166
7445
|
"name": "well-known",
|
|
7167
|
-
"description": "A Nuxt
|
|
7446
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7168
7447
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7169
7448
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7170
7449
|
"icon": "well-known.svg",
|
|
@@ -7186,7 +7465,7 @@
|
|
|
7186
7465
|
},
|
|
7187
7466
|
{
|
|
7188
7467
|
"name": "wideangle",
|
|
7189
|
-
"description": "Nuxt
|
|
7468
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7190
7469
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7191
7470
|
"npm": "wideangle-nuxt",
|
|
7192
7471
|
"icon": "wideangle.png",
|
|
@@ -7355,7 +7634,7 @@
|
|
|
7355
7634
|
},
|
|
7356
7635
|
{
|
|
7357
7636
|
"name": "zendesk",
|
|
7358
|
-
"description": "Nuxt
|
|
7637
|
+
"description": "Nuxt module for Zendesk",
|
|
7359
7638
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7360
7639
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7361
7640
|
"icon": "zendesk.png",
|