@nuxt/modules 0.6.0-cda380 → 0.6.0-cda47d
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 +1078 -429
- package/package.json +9 -5
package/modules.json
CHANGED
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "SurrealDB",
|
|
4
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
5
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6
|
+
"npm": "nuxt-surrealdb",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
9
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "sandros94",
|
|
16
|
+
"github": "sandros94"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
26
|
"description": "Nuxt module for Ackee analytics",
|
|
@@ -179,7 +201,7 @@
|
|
|
179
201
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
202
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
203
|
"learn_more": "",
|
|
182
|
-
"category": "
|
|
204
|
+
"category": "Libraries",
|
|
183
205
|
"type": "3rd-party",
|
|
184
206
|
"maintainers": [
|
|
185
207
|
{
|
|
@@ -194,12 +216,12 @@
|
|
|
194
216
|
},
|
|
195
217
|
{
|
|
196
218
|
"name": "api-party",
|
|
197
|
-
"description": "
|
|
219
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
198
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
221
|
"npm": "nuxt-api-party",
|
|
200
222
|
"icon": "api-party.svg",
|
|
201
223
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
202
|
-
"website": "https://nuxt-api-party.
|
|
224
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
203
225
|
"learn_more": "",
|
|
204
226
|
"category": "Request",
|
|
205
227
|
"type": "3rd-party",
|
|
@@ -216,6 +238,28 @@
|
|
|
216
238
|
"requires": {}
|
|
217
239
|
}
|
|
218
240
|
},
|
|
241
|
+
{
|
|
242
|
+
"name": "api-shield",
|
|
243
|
+
"description": "Nuxt API Shield - Rate Limiting",
|
|
244
|
+
"repo": "rrd108/nuxt-api-shield",
|
|
245
|
+
"npm": "nuxt-api-shield",
|
|
246
|
+
"icon": "api-shield.png",
|
|
247
|
+
"github": "https://github.com/rrd108/nuxt-api-shield",
|
|
248
|
+
"website": "https://github.com/rrd108/nuxt-api-shield",
|
|
249
|
+
"learn_more": "",
|
|
250
|
+
"category": "Security",
|
|
251
|
+
"type": "3rd-party",
|
|
252
|
+
"maintainers": [
|
|
253
|
+
{
|
|
254
|
+
"name": "rrd",
|
|
255
|
+
"github": "rrd108"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"compatibility": {
|
|
259
|
+
"nuxt": "^3.0.0",
|
|
260
|
+
"requires": {}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
219
263
|
{
|
|
220
264
|
"name": "apis-to-file",
|
|
221
265
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -362,7 +406,7 @@
|
|
|
362
406
|
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
407
|
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
408
|
"learn_more": "",
|
|
365
|
-
"category": "
|
|
409
|
+
"category": "Security",
|
|
366
410
|
"type": "3rd-party",
|
|
367
411
|
"maintainers": [
|
|
368
412
|
{
|
|
@@ -756,10 +800,10 @@
|
|
|
756
800
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
757
801
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
758
802
|
"npm": "nuxt-chiffre",
|
|
759
|
-
"icon": "
|
|
803
|
+
"icon": "chiffre.png",
|
|
760
804
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
761
805
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
762
|
-
"learn_more": "https://chiffre.io",
|
|
806
|
+
"learn_more": "https://chiffre.io/",
|
|
763
807
|
"category": "Analytics",
|
|
764
808
|
"type": "3rd-party",
|
|
765
809
|
"maintainers": [
|
|
@@ -991,7 +1035,7 @@
|
|
|
991
1035
|
"npm": "@nuxt/content",
|
|
992
1036
|
"icon": "nuxt.svg",
|
|
993
1037
|
"github": "https://github.com/nuxt/content",
|
|
994
|
-
"website": "https://content.
|
|
1038
|
+
"website": "https://content.nuxt.com",
|
|
995
1039
|
"learn_more": "",
|
|
996
1040
|
"category": "CMS",
|
|
997
1041
|
"type": "official",
|
|
@@ -1276,7 +1320,7 @@
|
|
|
1276
1320
|
"npm": "@nuxt/devtools",
|
|
1277
1321
|
"icon": "nuxt.svg",
|
|
1278
1322
|
"github": "https://github.com/nuxt/devtools",
|
|
1279
|
-
"website": "https://devtools.
|
|
1323
|
+
"website": "https://devtools.nuxt.com",
|
|
1280
1324
|
"learn_more": "",
|
|
1281
1325
|
"category": "Devtools",
|
|
1282
1326
|
"type": "official",
|
|
@@ -1389,8 +1433,8 @@
|
|
|
1389
1433
|
"npm": "nuxtjs-drupal-ce",
|
|
1390
1434
|
"icon": "drupal-ce.png",
|
|
1391
1435
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1392
|
-
"website": "https://
|
|
1393
|
-
"learn_more": "https://
|
|
1436
|
+
"website": "https://lupus-decoupled.org",
|
|
1437
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1394
1438
|
"category": "CMS",
|
|
1395
1439
|
"type": "3rd-party",
|
|
1396
1440
|
"maintainers": [
|
|
@@ -1405,13 +1449,13 @@
|
|
|
1405
1449
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1406
1450
|
},
|
|
1407
1451
|
{
|
|
1408
|
-
"name": "
|
|
1409
|
-
"github": "
|
|
1410
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1452
|
+
"name": "Matic",
|
|
1453
|
+
"github": "TurtlBbx",
|
|
1454
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1411
1455
|
}
|
|
1412
1456
|
],
|
|
1413
1457
|
"compatibility": {
|
|
1414
|
-
"nuxt": "^2.0.0",
|
|
1458
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1415
1459
|
"requires": {}
|
|
1416
1460
|
}
|
|
1417
1461
|
},
|
|
@@ -1535,7 +1579,7 @@
|
|
|
1535
1579
|
}
|
|
1536
1580
|
},
|
|
1537
1581
|
{
|
|
1538
|
-
"name": "eslint",
|
|
1582
|
+
"name": "eslint-module",
|
|
1539
1583
|
"description": "ESLint module for Nuxt",
|
|
1540
1584
|
"repo": "nuxt-community/eslint-module",
|
|
1541
1585
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1556,6 +1600,29 @@
|
|
|
1556
1600
|
"requires": {}
|
|
1557
1601
|
}
|
|
1558
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "eslint",
|
|
1605
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1606
|
+
"repo": "nuxt/eslint",
|
|
1607
|
+
"npm": "@nuxt/eslint",
|
|
1608
|
+
"icon": "nuxt.svg",
|
|
1609
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1610
|
+
"website": "https://eslint.nuxt.com",
|
|
1611
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1612
|
+
"category": "Devtools",
|
|
1613
|
+
"type": "official",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Anthony Fu",
|
|
1617
|
+
"github": "antfu",
|
|
1618
|
+
"twitter": "antfu7"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1559
1626
|
{
|
|
1560
1627
|
"name": "event-trace",
|
|
1561
1628
|
"description": "Module for event trace in Nuxt",
|
|
@@ -1578,6 +1645,29 @@
|
|
|
1578
1645
|
"requires": {}
|
|
1579
1646
|
}
|
|
1580
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "fathom-analytics",
|
|
1650
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1651
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1652
|
+
"npm": "nuxt-fathom",
|
|
1653
|
+
"icon": "fathom-analytics.svg",
|
|
1654
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1655
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1656
|
+
"learn_more": "",
|
|
1657
|
+
"category": "Analytics",
|
|
1658
|
+
"type": "3rd-party",
|
|
1659
|
+
"maintainers": [
|
|
1660
|
+
{
|
|
1661
|
+
"name": "Valgeir Björnsson",
|
|
1662
|
+
"github": "valgeirb",
|
|
1663
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1664
|
+
}
|
|
1665
|
+
],
|
|
1666
|
+
"compatibility": {
|
|
1667
|
+
"nuxt": "^3.0.0",
|
|
1668
|
+
"requires": {}
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1581
1671
|
{
|
|
1582
1672
|
"name": "fathom",
|
|
1583
1673
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1778,10 +1868,33 @@
|
|
|
1778
1868
|
"requires": {}
|
|
1779
1869
|
}
|
|
1780
1870
|
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "fonts",
|
|
1873
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1874
|
+
"repo": "nuxt/fonts",
|
|
1875
|
+
"npm": "@nuxt/fonts",
|
|
1876
|
+
"icon": "nuxt.svg",
|
|
1877
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1878
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1879
|
+
"learn_more": "",
|
|
1880
|
+
"category": "Libraries",
|
|
1881
|
+
"type": "official",
|
|
1882
|
+
"maintainers": [
|
|
1883
|
+
{
|
|
1884
|
+
"name": "Daniel Roe",
|
|
1885
|
+
"github": "danielroe",
|
|
1886
|
+
"twitter": "danielcroe"
|
|
1887
|
+
}
|
|
1888
|
+
],
|
|
1889
|
+
"compatibility": {
|
|
1890
|
+
"nuxt": "^3.0.0",
|
|
1891
|
+
"requires": {}
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1781
1894
|
{
|
|
1782
1895
|
"name": "form-actions",
|
|
1783
1896
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1784
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1897
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1785
1898
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1786
1899
|
"icon": "form-actions.svg",
|
|
1787
1900
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1809,7 +1922,7 @@
|
|
|
1809
1922
|
"icon": "formkit.png",
|
|
1810
1923
|
"github": "https://github.com/formkit/formkit",
|
|
1811
1924
|
"website": "https://formkit.com",
|
|
1812
|
-
"learn_more": "https://formkit.com/
|
|
1925
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1813
1926
|
"category": "Libraries",
|
|
1814
1927
|
"type": "3rd-party",
|
|
1815
1928
|
"maintainers": [
|
|
@@ -2022,7 +2135,7 @@
|
|
|
2022
2135
|
"icon": "graphql-client.svg",
|
|
2023
2136
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2024
2137
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2025
|
-
"learn_more": "https://
|
|
2138
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
2026
2139
|
"category": "Request",
|
|
2027
2140
|
"type": "3rd-party",
|
|
2028
2141
|
"maintainers": [
|
|
@@ -2083,7 +2196,7 @@
|
|
|
2083
2196
|
},
|
|
2084
2197
|
{
|
|
2085
2198
|
"name": "gtag",
|
|
2086
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2199
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2087
2200
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2088
2201
|
"npm": "nuxt-gtag",
|
|
2089
2202
|
"icon": "gtag.svg",
|
|
@@ -2306,6 +2419,28 @@
|
|
|
2306
2419
|
"requires": {}
|
|
2307
2420
|
}
|
|
2308
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "hotjar",
|
|
2424
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2425
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2426
|
+
"npm": "nuxt-module-hotjar",
|
|
2427
|
+
"icon": "hotjar.png",
|
|
2428
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2429
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2430
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2431
|
+
"category": "SEO",
|
|
2432
|
+
"type": "3rd-party",
|
|
2433
|
+
"maintainers": [
|
|
2434
|
+
{
|
|
2435
|
+
"name": "Raphaël DAMEVIN",
|
|
2436
|
+
"github": "damevin"
|
|
2437
|
+
}
|
|
2438
|
+
],
|
|
2439
|
+
"compatibility": {
|
|
2440
|
+
"nuxt": "^3.0.0",
|
|
2441
|
+
"requires": {}
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2309
2444
|
{
|
|
2310
2445
|
"name": "html-minifier",
|
|
2311
2446
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2335,7 +2470,7 @@
|
|
|
2335
2470
|
"npm": "@nuxtjs/html-validator",
|
|
2336
2471
|
"icon": "html-validator.png",
|
|
2337
2472
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2338
|
-
"website": "https://html-validator
|
|
2473
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2339
2474
|
"learn_more": "https://html-validate.org",
|
|
2340
2475
|
"category": "Performance",
|
|
2341
2476
|
"type": "community",
|
|
@@ -2381,6 +2516,44 @@
|
|
|
2381
2516
|
"requires": {}
|
|
2382
2517
|
}
|
|
2383
2518
|
},
|
|
2519
|
+
{
|
|
2520
|
+
"name": "hub",
|
|
2521
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2522
|
+
"repo": "nuxt-hub/core",
|
|
2523
|
+
"npm": "@nuxthub/core",
|
|
2524
|
+
"icon": "nuxthub.svg",
|
|
2525
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2526
|
+
"website": "https://hub.nuxt.com",
|
|
2527
|
+
"learn_more": "",
|
|
2528
|
+
"category": "Database",
|
|
2529
|
+
"type": "3rd-party",
|
|
2530
|
+
"maintainers": [
|
|
2531
|
+
{
|
|
2532
|
+
"name": "Sebastien Chopin",
|
|
2533
|
+
"github": "Atinux"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "Ahad Birang",
|
|
2537
|
+
"github": "farnabaz"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "Sylvain Marroufin",
|
|
2541
|
+
"github": "smarroufin"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"name": "Florent Delerue",
|
|
2545
|
+
"github": "flosciante"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "NuxtLabs",
|
|
2549
|
+
"github": "nuxtlabs"
|
|
2550
|
+
}
|
|
2551
|
+
],
|
|
2552
|
+
"compatibility": {
|
|
2553
|
+
"nuxt": "^3.0.0",
|
|
2554
|
+
"requires": {}
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2384
2557
|
{
|
|
2385
2558
|
"name": "humans-txt",
|
|
2386
2559
|
"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.",
|
|
@@ -2411,8 +2584,8 @@
|
|
|
2411
2584
|
"npm": "@nuxtjs/i18n",
|
|
2412
2585
|
"icon": "i18n.png",
|
|
2413
2586
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2414
|
-
"website": "https://
|
|
2415
|
-
"learn_more": "https://
|
|
2587
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2588
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2416
2589
|
"category": "Extensions",
|
|
2417
2590
|
"type": "community",
|
|
2418
2591
|
"maintainers": [
|
|
@@ -2423,6 +2596,10 @@
|
|
|
2423
2596
|
{
|
|
2424
2597
|
"name": "Kazuya Kawaguchi",
|
|
2425
2598
|
"github": "kazupon"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"name": "Bobbie Goede",
|
|
2602
|
+
"github": "BobbieGoede"
|
|
2426
2603
|
}
|
|
2427
2604
|
],
|
|
2428
2605
|
"compatibility": {
|
|
@@ -2743,7 +2920,8 @@
|
|
|
2743
2920
|
"compatibility": {
|
|
2744
2921
|
"nuxt": "^3.0.0",
|
|
2745
2922
|
"requires": {}
|
|
2746
|
-
}
|
|
2923
|
+
},
|
|
2924
|
+
"sponsor": true
|
|
2747
2925
|
},
|
|
2748
2926
|
{
|
|
2749
2927
|
"name": "kql",
|
|
@@ -2752,7 +2930,7 @@
|
|
|
2752
2930
|
"npm": "nuxt-kql",
|
|
2753
2931
|
"icon": "kql.svg",
|
|
2754
2932
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2755
|
-
"website": "https://nuxt-kql.
|
|
2933
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2756
2934
|
"learn_more": "",
|
|
2757
2935
|
"category": "CMS",
|
|
2758
2936
|
"type": "3rd-party",
|
|
@@ -2881,7 +3059,7 @@
|
|
|
2881
3059
|
},
|
|
2882
3060
|
{
|
|
2883
3061
|
"name": "link-checker",
|
|
2884
|
-
"description": "Find and magically fix links that may be negatively effecting your
|
|
3062
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2885
3063
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2886
3064
|
"npm": "nuxt-link-checker",
|
|
2887
3065
|
"icon": "link-checker.svg",
|
|
@@ -2999,6 +3177,30 @@
|
|
|
2999
3177
|
"requires": {}
|
|
3000
3178
|
}
|
|
3001
3179
|
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "logto",
|
|
3182
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3183
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3184
|
+
"npm": "@logto/nuxt",
|
|
3185
|
+
"icon": "logto.svg",
|
|
3186
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3187
|
+
"website": "https://logto.io",
|
|
3188
|
+
"learn_more": "https://docs.logto.io",
|
|
3189
|
+
"category": "Security",
|
|
3190
|
+
"type": "3rd-party",
|
|
3191
|
+
"maintainers": [
|
|
3192
|
+
{
|
|
3193
|
+
"name": "logto",
|
|
3194
|
+
"github": "logto-io",
|
|
3195
|
+
"twitter": "logto_io"
|
|
3196
|
+
}
|
|
3197
|
+
],
|
|
3198
|
+
"compatibility": {
|
|
3199
|
+
"nuxt": "^3.0.0",
|
|
3200
|
+
"requires": {}
|
|
3201
|
+
},
|
|
3202
|
+
"sponsor": true
|
|
3203
|
+
},
|
|
3002
3204
|
{
|
|
3003
3205
|
"name": "lucide-icons",
|
|
3004
3206
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3050,10 +3252,10 @@
|
|
|
3050
3252
|
{
|
|
3051
3253
|
"name": "magic-regexp",
|
|
3052
3254
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
3053
|
-
"repo": "
|
|
3255
|
+
"repo": "unjs/magic-regexp",
|
|
3054
3256
|
"npm": "magic-regexp",
|
|
3055
3257
|
"icon": "magic-regexp.svg",
|
|
3056
|
-
"github": "https://github.com/
|
|
3258
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
3057
3259
|
"website": "https://magic-regexp.roe.dev",
|
|
3058
3260
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
3059
3261
|
"category": "Libraries",
|
|
@@ -3070,6 +3272,29 @@
|
|
|
3070
3272
|
"requires": {}
|
|
3071
3273
|
}
|
|
3072
3274
|
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "mailpit",
|
|
3277
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3278
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3279
|
+
"npm": "nuxt-mailpit",
|
|
3280
|
+
"icon": "mailpit.svg",
|
|
3281
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3282
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3283
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3284
|
+
"category": "Devtools",
|
|
3285
|
+
"type": "3rd-party",
|
|
3286
|
+
"maintainers": [
|
|
3287
|
+
{
|
|
3288
|
+
"name": "Torkild Dyvik Olsen",
|
|
3289
|
+
"github": "tdolsen",
|
|
3290
|
+
"twitter": "tdolsen"
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
"compatibility": {
|
|
3294
|
+
"nuxt": "^3.8.0",
|
|
3295
|
+
"requires": {}
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3073
3298
|
{
|
|
3074
3299
|
"name": "markdownit",
|
|
3075
3300
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -3093,6 +3318,30 @@
|
|
|
3093
3318
|
"requires": {}
|
|
3094
3319
|
}
|
|
3095
3320
|
},
|
|
3321
|
+
{
|
|
3322
|
+
"name": "marquee",
|
|
3323
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3324
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3325
|
+
"npm": "nuxt-marquee",
|
|
3326
|
+
"icon": "marquee.png",
|
|
3327
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3328
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3329
|
+
"learn_more": "",
|
|
3330
|
+
"category": "UI",
|
|
3331
|
+
"type": "3rd-party",
|
|
3332
|
+
"maintainers": [
|
|
3333
|
+
{
|
|
3334
|
+
"name": "Hànzy",
|
|
3335
|
+
"github": "hanzydev",
|
|
3336
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3337
|
+
}
|
|
3338
|
+
],
|
|
3339
|
+
"compatibility": {
|
|
3340
|
+
"nuxt": "^3.0.0",
|
|
3341
|
+
"requires": {},
|
|
3342
|
+
"devtools": "^0.0.0"
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3096
3345
|
{
|
|
3097
3346
|
"name": "matomo",
|
|
3098
3347
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -3118,14 +3367,14 @@
|
|
|
3118
3367
|
{
|
|
3119
3368
|
"name": "maz-ui",
|
|
3120
3369
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3121
|
-
"repo": "louismazel/maz-ui",
|
|
3370
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3122
3371
|
"npm": "maz-ui",
|
|
3123
3372
|
"icon": "maz-ui.png",
|
|
3124
3373
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3125
|
-
"website": "https://
|
|
3126
|
-
"learn_more": "https://
|
|
3374
|
+
"website": "https://maz-ui.com/",
|
|
3375
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3127
3376
|
"category": "UI",
|
|
3128
|
-
"type": "
|
|
3377
|
+
"type": "3rd-party",
|
|
3129
3378
|
"maintainers": [
|
|
3130
3379
|
{
|
|
3131
3380
|
"name": "Loïc Mazuel",
|
|
@@ -3137,6 +3386,28 @@
|
|
|
3137
3386
|
"requires": {}
|
|
3138
3387
|
}
|
|
3139
3388
|
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "mdc",
|
|
3391
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3392
|
+
"repo": "nuxt-modules/mdc",
|
|
3393
|
+
"npm": "@nuxtjs/mdc",
|
|
3394
|
+
"icon": "mdc.png",
|
|
3395
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3396
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3397
|
+
"learn_more": "",
|
|
3398
|
+
"category": "Extensions",
|
|
3399
|
+
"type": "community",
|
|
3400
|
+
"maintainers": [
|
|
3401
|
+
{
|
|
3402
|
+
"name": "farnabaz",
|
|
3403
|
+
"github": "farnabaz"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"compatibility": {
|
|
3407
|
+
"nuxt": "^3.0.0",
|
|
3408
|
+
"requires": {}
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3140
3411
|
{
|
|
3141
3412
|
"name": "mdx",
|
|
3142
3413
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -3233,28 +3504,6 @@
|
|
|
3233
3504
|
"requires": {}
|
|
3234
3505
|
}
|
|
3235
3506
|
},
|
|
3236
|
-
{
|
|
3237
|
-
"name": "mobile",
|
|
3238
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3239
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3240
|
-
"npm": "nuxt-mobile",
|
|
3241
|
-
"icon": "",
|
|
3242
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3243
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3244
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3245
|
-
"category": "Extensions",
|
|
3246
|
-
"type": "3rd-party",
|
|
3247
|
-
"maintainers": [
|
|
3248
|
-
{
|
|
3249
|
-
"name": "ChanningDefoe",
|
|
3250
|
-
"github": "ChanningDefoe"
|
|
3251
|
-
}
|
|
3252
|
-
],
|
|
3253
|
-
"compatibility": {
|
|
3254
|
-
"nuxt": "^2.0.0",
|
|
3255
|
-
"requires": {}
|
|
3256
|
-
}
|
|
3257
|
-
},
|
|
3258
3507
|
{
|
|
3259
3508
|
"name": "module-feed",
|
|
3260
3509
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3306,20 +3555,20 @@
|
|
|
3306
3555
|
}
|
|
3307
3556
|
},
|
|
3308
3557
|
{
|
|
3309
|
-
"name": "
|
|
3310
|
-
"description": "
|
|
3311
|
-
"repo": "
|
|
3312
|
-
"npm": "nuxt-
|
|
3558
|
+
"name": "neo",
|
|
3559
|
+
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
3560
|
+
"repo": "ezypeeze/nuxt-neo",
|
|
3561
|
+
"npm": "nuxt-neo",
|
|
3313
3562
|
"icon": "",
|
|
3314
|
-
"github": "https://github.com/
|
|
3315
|
-
"website": "https://github.
|
|
3316
|
-
"learn_more": "
|
|
3317
|
-
"category": "
|
|
3563
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3564
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3565
|
+
"learn_more": "",
|
|
3566
|
+
"category": "Request",
|
|
3318
3567
|
"type": "3rd-party",
|
|
3319
3568
|
"maintainers": [
|
|
3320
3569
|
{
|
|
3321
|
-
"name": "
|
|
3322
|
-
"github": "
|
|
3570
|
+
"name": "ezypeeze",
|
|
3571
|
+
"github": "ezypeeze"
|
|
3323
3572
|
}
|
|
3324
3573
|
],
|
|
3325
3574
|
"compatibility": {
|
|
@@ -3328,24 +3577,24 @@
|
|
|
3328
3577
|
}
|
|
3329
3578
|
},
|
|
3330
3579
|
{
|
|
3331
|
-
"name": "
|
|
3332
|
-
"description": "
|
|
3333
|
-
"repo": "
|
|
3334
|
-
"npm": "nuxt-
|
|
3335
|
-
"icon": "",
|
|
3336
|
-
"github": "https://github.com/
|
|
3337
|
-
"website": "https://
|
|
3580
|
+
"name": "neo4j",
|
|
3581
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3582
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3583
|
+
"npm": "nuxt-neo4j",
|
|
3584
|
+
"icon": "nuxt-neo4j.png",
|
|
3585
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3586
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3338
3587
|
"learn_more": "",
|
|
3339
|
-
"category": "
|
|
3588
|
+
"category": "Database",
|
|
3340
3589
|
"type": "3rd-party",
|
|
3341
3590
|
"maintainers": [
|
|
3342
3591
|
{
|
|
3343
|
-
"name": "
|
|
3344
|
-
"github": "
|
|
3592
|
+
"name": "arashsheyda",
|
|
3593
|
+
"github": "arashsheyda"
|
|
3345
3594
|
}
|
|
3346
3595
|
],
|
|
3347
3596
|
"compatibility": {
|
|
3348
|
-
"nuxt": "^
|
|
3597
|
+
"nuxt": "^3.0.0",
|
|
3349
3598
|
"requires": {}
|
|
3350
3599
|
}
|
|
3351
3600
|
},
|
|
@@ -3397,12 +3646,12 @@
|
|
|
3397
3646
|
{
|
|
3398
3647
|
"name": "netlify",
|
|
3399
3648
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3400
|
-
"repo": "
|
|
3649
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3401
3650
|
"npm": "@aceforth/nuxt-netlify",
|
|
3402
3651
|
"icon": "netlify.png",
|
|
3403
|
-
"github": "https://github.com/
|
|
3404
|
-
"website": "https://
|
|
3405
|
-
"learn_more": "",
|
|
3652
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3653
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3654
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3406
3655
|
"category": "Deployment",
|
|
3407
3656
|
"type": "3rd-party",
|
|
3408
3657
|
"maintainers": [
|
|
@@ -3510,6 +3759,29 @@
|
|
|
3510
3759
|
"requires": {}
|
|
3511
3760
|
}
|
|
3512
3761
|
},
|
|
3762
|
+
{
|
|
3763
|
+
"name": "nuxt-asciidoc",
|
|
3764
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3765
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3766
|
+
"npm": "nuxt-asciidoc",
|
|
3767
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3768
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3769
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3770
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3771
|
+
"category": "Extensions",
|
|
3772
|
+
"type": "3rd-party",
|
|
3773
|
+
"maintainers": [
|
|
3774
|
+
{
|
|
3775
|
+
"name": "Christian Lenz",
|
|
3776
|
+
"github": "Chris2011",
|
|
3777
|
+
"twitter": "Chrizzly42"
|
|
3778
|
+
}
|
|
3779
|
+
],
|
|
3780
|
+
"compatibility": {
|
|
3781
|
+
"nuxt": "^3.0.0",
|
|
3782
|
+
"requires": {}
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3513
3785
|
{
|
|
3514
3786
|
"name": "nuxt-auth-sanctum",
|
|
3515
3787
|
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
@@ -3517,8 +3789,8 @@
|
|
|
3517
3789
|
"npm": "nuxt-auth-sanctum",
|
|
3518
3790
|
"icon": "laravel.svg",
|
|
3519
3791
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3520
|
-
"website": "https://
|
|
3521
|
-
"learn_more": "",
|
|
3792
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3793
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3522
3794
|
"category": "Security",
|
|
3523
3795
|
"type": "3rd-party",
|
|
3524
3796
|
"maintainers": [
|
|
@@ -3529,7 +3801,7 @@
|
|
|
3529
3801
|
}
|
|
3530
3802
|
],
|
|
3531
3803
|
"compatibility": {
|
|
3532
|
-
"nuxt": "^3.
|
|
3804
|
+
"nuxt": "^3.9.0",
|
|
3533
3805
|
"requires": {}
|
|
3534
3806
|
}
|
|
3535
3807
|
},
|
|
@@ -3556,20 +3828,20 @@
|
|
|
3556
3828
|
}
|
|
3557
3829
|
},
|
|
3558
3830
|
{
|
|
3559
|
-
"name": "nuxt-
|
|
3560
|
-
"description": "
|
|
3561
|
-
"repo": "
|
|
3562
|
-
"npm": "nuxt-
|
|
3563
|
-
"icon": "
|
|
3564
|
-
"github": "https://github.com/
|
|
3565
|
-
"website": "https://github.com/
|
|
3566
|
-
"learn_more": "https://github.com/
|
|
3831
|
+
"name": "nuxt-bezier",
|
|
3832
|
+
"description": "Reusable transition components",
|
|
3833
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3834
|
+
"npm": "nuxt-bezier",
|
|
3835
|
+
"icon": "nuxt-bezier.png",
|
|
3836
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3837
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3838
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3567
3839
|
"category": "UI",
|
|
3568
3840
|
"type": "3rd-party",
|
|
3569
3841
|
"maintainers": [
|
|
3570
3842
|
{
|
|
3571
|
-
"name": "
|
|
3572
|
-
"github": "
|
|
3843
|
+
"name": "Soryn Gitlan",
|
|
3844
|
+
"github": "50rayn"
|
|
3573
3845
|
}
|
|
3574
3846
|
],
|
|
3575
3847
|
"compatibility": {
|
|
@@ -3578,20 +3850,93 @@
|
|
|
3578
3850
|
}
|
|
3579
3851
|
},
|
|
3580
3852
|
{
|
|
3581
|
-
"name": "nuxt-
|
|
3582
|
-
"description": "
|
|
3583
|
-
"repo": "
|
|
3584
|
-
"npm": "nuxt-
|
|
3585
|
-
"icon": "
|
|
3586
|
-
"github": "https://github.com/
|
|
3587
|
-
"website": "https://github.
|
|
3588
|
-
"learn_more": "https://github.
|
|
3589
|
-
"category": "
|
|
3853
|
+
"name": "nuxt-booster",
|
|
3854
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3855
|
+
"repo": "basics/nuxt-booster",
|
|
3856
|
+
"npm": "nuxt-booster",
|
|
3857
|
+
"icon": "nuxt-booster.svg",
|
|
3858
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3859
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3860
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3861
|
+
"category": "Performance",
|
|
3590
3862
|
"type": "3rd-party",
|
|
3591
3863
|
"maintainers": [
|
|
3592
3864
|
{
|
|
3593
|
-
"name": "
|
|
3594
|
-
"github": "
|
|
3865
|
+
"name": "Thorn Walli",
|
|
3866
|
+
"github": "ThornWalli",
|
|
3867
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"name": "Stephan Gerbeth",
|
|
3871
|
+
"github": "StephanGerbeth",
|
|
3872
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3873
|
+
}
|
|
3874
|
+
],
|
|
3875
|
+
"compatibility": {
|
|
3876
|
+
"nuxt": "^3.0.0",
|
|
3877
|
+
"requires": {},
|
|
3878
|
+
"devtools": "^0.0.0"
|
|
3879
|
+
}
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"name": "nuxt-bootstrap-icons",
|
|
3883
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3884
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3885
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3886
|
+
"icon": "bootstrap-icons.svg",
|
|
3887
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3888
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3889
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3890
|
+
"category": "UI",
|
|
3891
|
+
"type": "3rd-party",
|
|
3892
|
+
"maintainers": [
|
|
3893
|
+
{
|
|
3894
|
+
"name": "OyewoleOyedeji",
|
|
3895
|
+
"github": "OyewoleOyedeji"
|
|
3896
|
+
}
|
|
3897
|
+
],
|
|
3898
|
+
"compatibility": {
|
|
3899
|
+
"nuxt": "^3.0.0",
|
|
3900
|
+
"requires": {}
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"name": "nuxt-chatgpt",
|
|
3905
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3906
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3907
|
+
"npm": "nuxt-chatgpt",
|
|
3908
|
+
"icon": "chatgpt.svg",
|
|
3909
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3910
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3911
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3912
|
+
"category": "Libraries",
|
|
3913
|
+
"type": "3rd-party",
|
|
3914
|
+
"maintainers": [
|
|
3915
|
+
{
|
|
3916
|
+
"name": "Oliver Trajceski",
|
|
3917
|
+
"github": "schnapsterdog"
|
|
3918
|
+
}
|
|
3919
|
+
],
|
|
3920
|
+
"compatibility": {
|
|
3921
|
+
"nuxt": "^3.0.0",
|
|
3922
|
+
"requires": {}
|
|
3923
|
+
}
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"name": "nuxt-cookie-consent",
|
|
3927
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3928
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3929
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3930
|
+
"icon": "wah.svg",
|
|
3931
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3932
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3933
|
+
"learn_more": "",
|
|
3934
|
+
"category": "Extensions",
|
|
3935
|
+
"type": "3rd-party",
|
|
3936
|
+
"maintainers": [
|
|
3937
|
+
{
|
|
3938
|
+
"name": "weareheavy",
|
|
3939
|
+
"github": "weareheavy"
|
|
3595
3940
|
}
|
|
3596
3941
|
],
|
|
3597
3942
|
"compatibility": {
|
|
@@ -3625,6 +3970,28 @@
|
|
|
3625
3970
|
"requires": {}
|
|
3626
3971
|
}
|
|
3627
3972
|
},
|
|
3973
|
+
{
|
|
3974
|
+
"name": "nuxt-feather-icons",
|
|
3975
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3976
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3977
|
+
"npm": "nuxt-feather-icons",
|
|
3978
|
+
"icon": "nuxt-feather-icons.png",
|
|
3979
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3980
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3981
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3982
|
+
"category": "UI",
|
|
3983
|
+
"type": "3rd-party",
|
|
3984
|
+
"maintainers": [
|
|
3985
|
+
{
|
|
3986
|
+
"name": "4sllan",
|
|
3987
|
+
"github": "4sllan"
|
|
3988
|
+
}
|
|
3989
|
+
],
|
|
3990
|
+
"compatibility": {
|
|
3991
|
+
"nuxt": "^3.0.0",
|
|
3992
|
+
"requires": {}
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3628
3995
|
{
|
|
3629
3996
|
"name": "nuxt-feedme",
|
|
3630
3997
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3647,6 +4014,51 @@
|
|
|
3647
4014
|
"requires": {}
|
|
3648
4015
|
}
|
|
3649
4016
|
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "nuxt-file-storage",
|
|
4019
|
+
"description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
|
|
4020
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
4021
|
+
"npm": "nuxt-file-storage",
|
|
4022
|
+
"icon": "nuxt-file-storage.svg",
|
|
4023
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
4024
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
4025
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
4026
|
+
"category": "Database",
|
|
4027
|
+
"type": "3rd-party",
|
|
4028
|
+
"maintainers": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "NyllRE",
|
|
4031
|
+
"github": "NyllRE"
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
4034
|
+
"compatibility": {
|
|
4035
|
+
"nuxt": "^3.0.0",
|
|
4036
|
+
"requires": {}
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "nuxt-fontawesome",
|
|
4041
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
4042
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
4043
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
4044
|
+
"icon": "nuxt-fontawesome.svg",
|
|
4045
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4046
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4047
|
+
"learn_more": "https://fontawesome.com",
|
|
4048
|
+
"category": "UI",
|
|
4049
|
+
"type": "3rd-party",
|
|
4050
|
+
"maintainers": [
|
|
4051
|
+
{
|
|
4052
|
+
"name": "Vasily Naumkin",
|
|
4053
|
+
"github": "bezumkin",
|
|
4054
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
4057
|
+
"compatibility": {
|
|
4058
|
+
"nuxt": "^3.0.0",
|
|
4059
|
+
"requires": {}
|
|
4060
|
+
}
|
|
4061
|
+
},
|
|
3650
4062
|
{
|
|
3651
4063
|
"name": "nuxt-graphql-middleware",
|
|
3652
4064
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3654,7 +4066,7 @@
|
|
|
3654
4066
|
"npm": "nuxt-graphql-middleware",
|
|
3655
4067
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3656
4068
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3657
|
-
"website": "https://nuxt-graphql-middleware
|
|
4069
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3658
4070
|
"learn_more": "",
|
|
3659
4071
|
"category": "Request",
|
|
3660
4072
|
"type": "3rd-party",
|
|
@@ -3712,7 +4124,7 @@
|
|
|
3712
4124
|
"maintainers": [
|
|
3713
4125
|
{
|
|
3714
4126
|
"name": "Zadig&Voltaire Team",
|
|
3715
|
-
"github": "
|
|
4127
|
+
"github": "zadigetvoltaire"
|
|
3716
4128
|
}
|
|
3717
4129
|
],
|
|
3718
4130
|
"compatibility": {
|
|
@@ -3796,8 +4208,8 @@
|
|
|
3796
4208
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3797
4209
|
"icon": "nuxt-localtunnel.svg",
|
|
3798
4210
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3799
|
-
"website": "https://nuxtus.com",
|
|
3800
|
-
"learn_more": "https://docs.nuxtus.com
|
|
4211
|
+
"website": "https://docs.nuxtus.com",
|
|
4212
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3801
4213
|
"category": "Devtools",
|
|
3802
4214
|
"type": "3rd-party",
|
|
3803
4215
|
"maintainers": [
|
|
@@ -3901,6 +4313,29 @@
|
|
|
3901
4313
|
"requires": {}
|
|
3902
4314
|
}
|
|
3903
4315
|
},
|
|
4316
|
+
{
|
|
4317
|
+
"name": "nuxt-meta-pixel",
|
|
4318
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4319
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4320
|
+
"npm": "nuxt-meta-pixel",
|
|
4321
|
+
"icon": "",
|
|
4322
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4323
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4324
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4325
|
+
"category": "Analytics",
|
|
4326
|
+
"type": "3rd-party",
|
|
4327
|
+
"maintainers": [
|
|
4328
|
+
{
|
|
4329
|
+
"name": "tanukijs",
|
|
4330
|
+
"github": "tanukijs",
|
|
4331
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4332
|
+
}
|
|
4333
|
+
],
|
|
4334
|
+
"compatibility": {
|
|
4335
|
+
"nuxt": "^3.0.0",
|
|
4336
|
+
"requires": {}
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
3904
4339
|
{
|
|
3905
4340
|
"name": "nuxt-monaco-editor",
|
|
3906
4341
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3946,6 +4381,78 @@
|
|
|
3946
4381
|
"devtools": "^0.0.0"
|
|
3947
4382
|
}
|
|
3948
4383
|
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "nuxt-oidc-auth",
|
|
4386
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4387
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4388
|
+
"npm": "nuxt-oidc-auth",
|
|
4389
|
+
"icon": "",
|
|
4390
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4391
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4392
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4393
|
+
"category": "Security",
|
|
4394
|
+
"type": "3rd-party",
|
|
4395
|
+
"maintainers": [
|
|
4396
|
+
{
|
|
4397
|
+
"name": "Jan-Henrik Damaschke",
|
|
4398
|
+
"github": "itpropro",
|
|
4399
|
+
"twitter": "jandamaschke"
|
|
4400
|
+
}
|
|
4401
|
+
],
|
|
4402
|
+
"compatibility": {
|
|
4403
|
+
"nuxt": "^3.0.0",
|
|
4404
|
+
"requires": {}
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "nuxt-openapi-docs-module",
|
|
4409
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4410
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4411
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4412
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4413
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4414
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4415
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4416
|
+
"category": "Libraries",
|
|
4417
|
+
"type": "3rd-party",
|
|
4418
|
+
"maintainers": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "Pavel Kuzmin",
|
|
4421
|
+
"github": "s00d"
|
|
4422
|
+
}
|
|
4423
|
+
],
|
|
4424
|
+
"compatibility": {
|
|
4425
|
+
"nuxt": "^3.0.0",
|
|
4426
|
+
"requires": {}
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "nuxt-openid-connect",
|
|
4431
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4432
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4433
|
+
"npm": "nuxt-openid-connect",
|
|
4434
|
+
"icon": "",
|
|
4435
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4436
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4437
|
+
"learn_more": "",
|
|
4438
|
+
"category": "Security",
|
|
4439
|
+
"type": "3rd-party",
|
|
4440
|
+
"maintainers": [
|
|
4441
|
+
{
|
|
4442
|
+
"name": "Aborn Jiang",
|
|
4443
|
+
"github": "aborn"
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "Khaled Almana",
|
|
4447
|
+
"github": "KhaledAlMana"
|
|
4448
|
+
}
|
|
4449
|
+
],
|
|
4450
|
+
"compatibility": {
|
|
4451
|
+
"nuxt": "^3.0.0",
|
|
4452
|
+
"requires": {},
|
|
4453
|
+
"devtools": "^0.0.0"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
3949
4456
|
{
|
|
3950
4457
|
"name": "nuxt-payload-analyzer",
|
|
3951
4458
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -3969,6 +4476,29 @@
|
|
|
3969
4476
|
"requires": {}
|
|
3970
4477
|
}
|
|
3971
4478
|
},
|
|
4479
|
+
{
|
|
4480
|
+
"name": "nuxt-pdf-frame",
|
|
4481
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4482
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4483
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4484
|
+
"icon": "pdf-frame.svg",
|
|
4485
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4486
|
+
"website": "https://www.pdf-frame.org",
|
|
4487
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4488
|
+
"category": "Libraries",
|
|
4489
|
+
"type": "3rd-party",
|
|
4490
|
+
"maintainers": [
|
|
4491
|
+
{
|
|
4492
|
+
"name": "Narayana Swamy",
|
|
4493
|
+
"github": "nswamy14",
|
|
4494
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4495
|
+
}
|
|
4496
|
+
],
|
|
4497
|
+
"compatibility": {
|
|
4498
|
+
"nuxt": "^3.0.0",
|
|
4499
|
+
"requires": {}
|
|
4500
|
+
}
|
|
4501
|
+
},
|
|
3972
4502
|
{
|
|
3973
4503
|
"name": "nuxt-pdf",
|
|
3974
4504
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3999,8 +4529,8 @@
|
|
|
3999
4529
|
"npm": "nuxt-phosphor-icons",
|
|
4000
4530
|
"icon": "phosphor-icons.svg",
|
|
4001
4531
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4002
|
-
"website": "https://
|
|
4003
|
-
"learn_more": "https://
|
|
4532
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4533
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4004
4534
|
"category": "UI",
|
|
4005
4535
|
"type": "3rd-party",
|
|
4006
4536
|
"maintainers": [
|
|
@@ -4036,28 +4566,6 @@
|
|
|
4036
4566
|
"requires": {}
|
|
4037
4567
|
}
|
|
4038
4568
|
},
|
|
4039
|
-
{
|
|
4040
|
-
"name": "plausible",
|
|
4041
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4042
|
-
"repo": "nuxt-modules/plausible",
|
|
4043
|
-
"npm": "@nuxtjs/plausible",
|
|
4044
|
-
"icon": "plausible.png",
|
|
4045
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4046
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4047
|
-
"learn_more": "https://plausible.io/",
|
|
4048
|
-
"category": "Analytics",
|
|
4049
|
-
"type": "community",
|
|
4050
|
-
"maintainers": [
|
|
4051
|
-
{
|
|
4052
|
-
"name": "Johann Schopplich",
|
|
4053
|
-
"github": "johannschopplich"
|
|
4054
|
-
}
|
|
4055
|
-
],
|
|
4056
|
-
"compatibility": {
|
|
4057
|
-
"nuxt": "^3.0.0",
|
|
4058
|
-
"requires": {}
|
|
4059
|
-
}
|
|
4060
|
-
},
|
|
4061
4569
|
{
|
|
4062
4570
|
"name": "nuxt-plotly",
|
|
4063
4571
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4107,6 +4615,28 @@
|
|
|
4107
4615
|
"requires": {}
|
|
4108
4616
|
}
|
|
4109
4617
|
},
|
|
4618
|
+
{
|
|
4619
|
+
"name": "nuxt-posthog",
|
|
4620
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4621
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4622
|
+
"npm": "nuxt-posthog",
|
|
4623
|
+
"icon": "posthog.svg",
|
|
4624
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4625
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4626
|
+
"learn_more": "https://posthog.com",
|
|
4627
|
+
"category": "Analytics",
|
|
4628
|
+
"type": "3rd-party",
|
|
4629
|
+
"maintainers": [
|
|
4630
|
+
{
|
|
4631
|
+
"name": "Carles Mitjans",
|
|
4632
|
+
"github": "mitjans"
|
|
4633
|
+
}
|
|
4634
|
+
],
|
|
4635
|
+
"compatibility": {
|
|
4636
|
+
"nuxt": "^3.0.0",
|
|
4637
|
+
"requires": {}
|
|
4638
|
+
}
|
|
4639
|
+
},
|
|
4110
4640
|
{
|
|
4111
4641
|
"name": "nuxt-smartlook",
|
|
4112
4642
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -4186,7 +4716,7 @@
|
|
|
4186
4716
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
4187
4717
|
"repo": "fumeapp/nuxt-storm",
|
|
4188
4718
|
"npm": "nuxt-storm",
|
|
4189
|
-
"icon": "
|
|
4719
|
+
"icon": "",
|
|
4190
4720
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
4191
4721
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
4192
4722
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -4203,6 +4733,30 @@
|
|
|
4203
4733
|
"requires": {}
|
|
4204
4734
|
}
|
|
4205
4735
|
},
|
|
4736
|
+
{
|
|
4737
|
+
"name": "nuxt-svgo-loader",
|
|
4738
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4739
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4740
|
+
"npm": "nuxt-svgo-loader",
|
|
4741
|
+
"icon": "",
|
|
4742
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4743
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4744
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4745
|
+
"category": "Images",
|
|
4746
|
+
"type": "3rd-party",
|
|
4747
|
+
"maintainers": [
|
|
4748
|
+
{
|
|
4749
|
+
"name": "Alex Liu",
|
|
4750
|
+
"github": "Mini-ghost",
|
|
4751
|
+
"twitter": "Minighost_Alex"
|
|
4752
|
+
}
|
|
4753
|
+
],
|
|
4754
|
+
"compatibility": {
|
|
4755
|
+
"nuxt": "^3.0.0",
|
|
4756
|
+
"requires": {},
|
|
4757
|
+
"devtools": "^0.0.0"
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4206
4760
|
{
|
|
4207
4761
|
"name": "nuxt-svgo",
|
|
4208
4762
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4248,14 +4802,14 @@
|
|
|
4248
4802
|
}
|
|
4249
4803
|
},
|
|
4250
4804
|
{
|
|
4251
|
-
"name": "nuxt-use-
|
|
4252
|
-
"description": "A Nuxt module
|
|
4253
|
-
"repo": "Tahul/nuxt-use-
|
|
4254
|
-
"npm": "nuxt-use-
|
|
4255
|
-
"icon": "nuxt-use-
|
|
4256
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
4257
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
4258
|
-
"learn_more": "https://github.com/vueuse/
|
|
4805
|
+
"name": "nuxt-use-sound",
|
|
4806
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
4807
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
4808
|
+
"npm": "nuxt-use-sound",
|
|
4809
|
+
"icon": "nuxt-use-sound.svg",
|
|
4810
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
4811
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
4812
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
4259
4813
|
"category": "Libraries",
|
|
4260
4814
|
"type": "3rd-party",
|
|
4261
4815
|
"maintainers": [
|
|
@@ -4270,24 +4824,24 @@
|
|
|
4270
4824
|
}
|
|
4271
4825
|
},
|
|
4272
4826
|
{
|
|
4273
|
-
"name": "nuxt-
|
|
4274
|
-
"description": "
|
|
4275
|
-
"repo": "
|
|
4276
|
-
"npm": "nuxt-
|
|
4277
|
-
"icon": "nuxt-
|
|
4278
|
-
"github": "https://github.com/
|
|
4279
|
-
"website": "https://github.com/
|
|
4280
|
-
"learn_more": "
|
|
4281
|
-
"category": "
|
|
4827
|
+
"name": "nuxt-uswds",
|
|
4828
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4829
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4830
|
+
"npm": "nuxt-uswds",
|
|
4831
|
+
"icon": "nuxt-uswds.svg",
|
|
4832
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4833
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4834
|
+
"learn_more": "",
|
|
4835
|
+
"category": "UI",
|
|
4282
4836
|
"type": "3rd-party",
|
|
4283
4837
|
"maintainers": [
|
|
4284
4838
|
{
|
|
4285
|
-
"name": "
|
|
4286
|
-
"github": "
|
|
4839
|
+
"name": "Patrick Cate",
|
|
4840
|
+
"github": "patrickcate"
|
|
4287
4841
|
}
|
|
4288
4842
|
],
|
|
4289
4843
|
"compatibility": {
|
|
4290
|
-
"nuxt": "^
|
|
4844
|
+
"nuxt": "^3.0.0",
|
|
4291
4845
|
"requires": {}
|
|
4292
4846
|
}
|
|
4293
4847
|
},
|
|
@@ -4338,20 +4892,20 @@
|
|
|
4338
4892
|
}
|
|
4339
4893
|
},
|
|
4340
4894
|
{
|
|
4341
|
-
"name": "nuxt-
|
|
4342
|
-
"description": "
|
|
4343
|
-
"repo": "
|
|
4344
|
-
"npm": "
|
|
4345
|
-
"icon": "
|
|
4346
|
-
"github": "https://github.com/
|
|
4347
|
-
"website": "https://
|
|
4348
|
-
"learn_more": "
|
|
4349
|
-
"category": "
|
|
4895
|
+
"name": "nuxt-zod-i18n",
|
|
4896
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4897
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4898
|
+
"npm": "nuxt-zod-i18n",
|
|
4899
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4900
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4901
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4902
|
+
"learn_more": "",
|
|
4903
|
+
"category": "Libraries",
|
|
4350
4904
|
"type": "3rd-party",
|
|
4351
4905
|
"maintainers": [
|
|
4352
4906
|
{
|
|
4353
|
-
"name": "
|
|
4354
|
-
"github": "
|
|
4907
|
+
"name": "xibman",
|
|
4908
|
+
"github": "xibman"
|
|
4355
4909
|
}
|
|
4356
4910
|
],
|
|
4357
4911
|
"compatibility": {
|
|
@@ -4362,7 +4916,7 @@
|
|
|
4362
4916
|
{
|
|
4363
4917
|
"name": "nuxt3-interpolation",
|
|
4364
4918
|
"description": "",
|
|
4365
|
-
"repo": "daliborgogic/interpolation
|
|
4919
|
+
"repo": "daliborgogic/interpolation",
|
|
4366
4920
|
"npm": "nuxt3-interpolation",
|
|
4367
4921
|
"icon": "",
|
|
4368
4922
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4388,7 +4942,7 @@
|
|
|
4388
4942
|
"npm": "nuxt3-leaflet",
|
|
4389
4943
|
"icon": "leaflet.png",
|
|
4390
4944
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4391
|
-
"website": "https://github.
|
|
4945
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4392
4946
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4393
4947
|
"category": "Libraries",
|
|
4394
4948
|
"type": "3rd-party",
|
|
@@ -4429,14 +4983,14 @@
|
|
|
4429
4983
|
{
|
|
4430
4984
|
"name": "og-image",
|
|
4431
4985
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4432
|
-
"repo": "
|
|
4986
|
+
"repo": "nuxt-modules/og-image",
|
|
4433
4987
|
"npm": "nuxt-og-image",
|
|
4434
4988
|
"icon": "og-image.svg",
|
|
4435
|
-
"github": "https://github.com/
|
|
4989
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4436
4990
|
"website": "https://nuxtseo.com/og-image",
|
|
4437
4991
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4438
4992
|
"category": "SEO",
|
|
4439
|
-
"type": "
|
|
4993
|
+
"type": "community",
|
|
4440
4994
|
"maintainers": [
|
|
4441
4995
|
{
|
|
4442
4996
|
"name": "Harlan Wilton",
|
|
@@ -4481,8 +5035,8 @@
|
|
|
4481
5035
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4482
5036
|
"icon": "",
|
|
4483
5037
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4484
|
-
"website": "https://
|
|
4485
|
-
"learn_more": "",
|
|
5038
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
5039
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4486
5040
|
"category": "Images",
|
|
4487
5041
|
"type": "3rd-party",
|
|
4488
5042
|
"maintainers": [
|
|
@@ -4635,6 +5189,28 @@
|
|
|
4635
5189
|
"requires": {}
|
|
4636
5190
|
}
|
|
4637
5191
|
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "pergel",
|
|
5194
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5195
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5196
|
+
"npm": "pergel",
|
|
5197
|
+
"icon": "pergel.svg",
|
|
5198
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5199
|
+
"website": "https://oku-ui.com/pergel",
|
|
5200
|
+
"learn_more": "",
|
|
5201
|
+
"category": "Devtools",
|
|
5202
|
+
"type": "3rd-party",
|
|
5203
|
+
"maintainers": [
|
|
5204
|
+
{
|
|
5205
|
+
"name": "Mehmet - productdevbook",
|
|
5206
|
+
"github": "productdevbook"
|
|
5207
|
+
}
|
|
5208
|
+
],
|
|
5209
|
+
"compatibility": {
|
|
5210
|
+
"nuxt": "^3.10.0",
|
|
5211
|
+
"requires": {}
|
|
5212
|
+
}
|
|
5213
|
+
},
|
|
4638
5214
|
{
|
|
4639
5215
|
"name": "persian-datepicker",
|
|
4640
5216
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4661,7 +5237,7 @@
|
|
|
4661
5237
|
{
|
|
4662
5238
|
"name": "pinia-orm",
|
|
4663
5239
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4664
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5240
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4665
5241
|
"npm": "@pinia-orm/nuxt",
|
|
4666
5242
|
"icon": "pinia-orm.svg",
|
|
4667
5243
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4735,20 +5311,20 @@
|
|
|
4735
5311
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4736
5312
|
"repo": "nuxt-modules/plausible",
|
|
4737
5313
|
"npm": "@nuxtjs/plausible",
|
|
4738
|
-
"icon": "",
|
|
5314
|
+
"icon": "plausible.svg",
|
|
4739
5315
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4740
5316
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4741
5317
|
"learn_more": "",
|
|
4742
|
-
"category": "
|
|
5318
|
+
"category": "Analytics",
|
|
4743
5319
|
"type": "community",
|
|
4744
5320
|
"maintainers": [
|
|
4745
5321
|
{
|
|
4746
|
-
"name": "
|
|
4747
|
-
"github": "
|
|
5322
|
+
"name": "Johann Schopplich",
|
|
5323
|
+
"github": "johannschopplich"
|
|
4748
5324
|
}
|
|
4749
5325
|
],
|
|
4750
5326
|
"compatibility": {
|
|
4751
|
-
"nuxt": "^2.0.0",
|
|
5327
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4752
5328
|
"requires": {}
|
|
4753
5329
|
}
|
|
4754
5330
|
},
|
|
@@ -4781,7 +5357,7 @@
|
|
|
4781
5357
|
"npm": "nuxt-prepare",
|
|
4782
5358
|
"icon": "prepare.svg",
|
|
4783
5359
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4784
|
-
"website": "https://nuxt-prepare.
|
|
5360
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4785
5361
|
"learn_more": "",
|
|
4786
5362
|
"category": "Devtools",
|
|
4787
5363
|
"type": "3rd-party",
|
|
@@ -5181,7 +5757,7 @@
|
|
|
5181
5757
|
"icon": "robots.png",
|
|
5182
5758
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5183
5759
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5184
|
-
"learn_more": "
|
|
5760
|
+
"learn_more": "",
|
|
5185
5761
|
"category": "SEO",
|
|
5186
5762
|
"type": "community",
|
|
5187
5763
|
"maintainers": [
|
|
@@ -5290,9 +5866,32 @@
|
|
|
5290
5866
|
}
|
|
5291
5867
|
}
|
|
5292
5868
|
},
|
|
5869
|
+
{
|
|
5870
|
+
"name": "scalar",
|
|
5871
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5872
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5873
|
+
"npm": "@scalar/nuxt",
|
|
5874
|
+
"icon": "scalar.svg",
|
|
5875
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5876
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5877
|
+
"learn_more": "https://scalar.com",
|
|
5878
|
+
"category": "Devtools",
|
|
5879
|
+
"type": "3rd-party",
|
|
5880
|
+
"maintainers": [
|
|
5881
|
+
{
|
|
5882
|
+
"name": "scalar",
|
|
5883
|
+
"github": "scalar",
|
|
5884
|
+
"twitter": "scalar"
|
|
5885
|
+
}
|
|
5886
|
+
],
|
|
5887
|
+
"compatibility": {
|
|
5888
|
+
"nuxt": "^3.0.0",
|
|
5889
|
+
"requires": {}
|
|
5890
|
+
}
|
|
5891
|
+
},
|
|
5293
5892
|
{
|
|
5294
5893
|
"name": "schema-org",
|
|
5295
|
-
"description": "Schema.org
|
|
5894
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5296
5895
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5297
5896
|
"npm": "nuxt-schema-org",
|
|
5298
5897
|
"icon": "schema-org.svg",
|
|
@@ -5314,6 +5913,29 @@
|
|
|
5314
5913
|
"requires": {}
|
|
5315
5914
|
}
|
|
5316
5915
|
},
|
|
5916
|
+
{
|
|
5917
|
+
"name": "scripts",
|
|
5918
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
5919
|
+
"repo": "nuxt/scripts",
|
|
5920
|
+
"npm": "@nuxt/scripts",
|
|
5921
|
+
"icon": "nuxt.svg",
|
|
5922
|
+
"github": "https://github.com/nuxt/scripts",
|
|
5923
|
+
"website": "https://scripts.nuxt.com",
|
|
5924
|
+
"learn_more": "",
|
|
5925
|
+
"category": "Libraries",
|
|
5926
|
+
"type": "official",
|
|
5927
|
+
"maintainers": [
|
|
5928
|
+
{
|
|
5929
|
+
"name": "Harlan Wilton",
|
|
5930
|
+
"github": "harlan-zw",
|
|
5931
|
+
"twitter": "harlan_zw"
|
|
5932
|
+
}
|
|
5933
|
+
],
|
|
5934
|
+
"compatibility": {
|
|
5935
|
+
"nuxt": "^3.0.0",
|
|
5936
|
+
"requires": {}
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
5317
5939
|
{
|
|
5318
5940
|
"name": "scss-to-js",
|
|
5319
5941
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -5367,7 +5989,7 @@
|
|
|
5367
5989
|
"icon": "segment.png",
|
|
5368
5990
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5369
5991
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5370
|
-
"learn_more": "
|
|
5992
|
+
"learn_more": "",
|
|
5371
5993
|
"category": "Analytics",
|
|
5372
5994
|
"type": "3rd-party",
|
|
5373
5995
|
"maintainers": [
|
|
@@ -5405,7 +6027,7 @@
|
|
|
5405
6027
|
},
|
|
5406
6028
|
{
|
|
5407
6029
|
"name": "seo-experiments",
|
|
5408
|
-
"description": "Powerful SEO DX improvements
|
|
6030
|
+
"description": "Powerful SEO DX improvements.",
|
|
5409
6031
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5410
6032
|
"npm": "nuxt-seo-experiments",
|
|
5411
6033
|
"icon": "seo-experiments.svg",
|
|
@@ -5427,28 +6049,6 @@
|
|
|
5427
6049
|
"requires": {}
|
|
5428
6050
|
}
|
|
5429
6051
|
},
|
|
5430
|
-
{
|
|
5431
|
-
"name": "seo-kit",
|
|
5432
|
-
"description": "The complete SEO solution for Nuxt.",
|
|
5433
|
-
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5434
|
-
"npm": "nuxt-seo-kit",
|
|
5435
|
-
"icon": "seo-kit.svg",
|
|
5436
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5437
|
-
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5438
|
-
"learn_more": "",
|
|
5439
|
-
"category": "SEO",
|
|
5440
|
-
"type": "3rd-party",
|
|
5441
|
-
"maintainers": [
|
|
5442
|
-
{
|
|
5443
|
-
"name": "harlan-zw",
|
|
5444
|
-
"github": "harlan-zw"
|
|
5445
|
-
}
|
|
5446
|
-
],
|
|
5447
|
-
"compatibility": {
|
|
5448
|
-
"nuxt": "^3.0.0",
|
|
5449
|
-
"requires": {}
|
|
5450
|
-
}
|
|
5451
|
-
},
|
|
5452
6052
|
{
|
|
5453
6053
|
"name": "seo-meta",
|
|
5454
6054
|
"description": "Simple generate seo metadata",
|
|
@@ -5472,6 +6072,28 @@
|
|
|
5472
6072
|
"requires": {}
|
|
5473
6073
|
}
|
|
5474
6074
|
},
|
|
6075
|
+
{
|
|
6076
|
+
"name": "seo",
|
|
6077
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
6078
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
6079
|
+
"npm": "@nuxtjs/seo",
|
|
6080
|
+
"icon": "nuxt.svg",
|
|
6081
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
6082
|
+
"website": "https://nuxtseo.com/",
|
|
6083
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
6084
|
+
"category": "SEO",
|
|
6085
|
+
"type": "3rd-party",
|
|
6086
|
+
"maintainers": [
|
|
6087
|
+
{
|
|
6088
|
+
"name": "harlan-zw",
|
|
6089
|
+
"github": "harlan-zw"
|
|
6090
|
+
}
|
|
6091
|
+
],
|
|
6092
|
+
"compatibility": {
|
|
6093
|
+
"nuxt": "^3.0.0",
|
|
6094
|
+
"requires": {}
|
|
6095
|
+
}
|
|
6096
|
+
},
|
|
5475
6097
|
{
|
|
5476
6098
|
"name": "seomatic-meta",
|
|
5477
6099
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5520,7 +6142,7 @@
|
|
|
5520
6142
|
{
|
|
5521
6143
|
"name": "server-block",
|
|
5522
6144
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5523
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
6145
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5524
6146
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5525
6147
|
"icon": "server-block.svg",
|
|
5526
6148
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5541,21 +6163,25 @@
|
|
|
5541
6163
|
}
|
|
5542
6164
|
},
|
|
5543
6165
|
{
|
|
5544
|
-
"name": "
|
|
5545
|
-
"description": "
|
|
5546
|
-
"repo": "
|
|
5547
|
-
"npm": "
|
|
5548
|
-
"icon": "
|
|
5549
|
-
"github": "https://github.com/
|
|
5550
|
-
"website": "https://
|
|
5551
|
-
"learn_more": "https://
|
|
5552
|
-
"category": "
|
|
6166
|
+
"name": "shadcn",
|
|
6167
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6168
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6169
|
+
"npm": "shadcn-nuxt",
|
|
6170
|
+
"icon": "",
|
|
6171
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6172
|
+
"website": "https://www.shadcn-vue.com",
|
|
6173
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6174
|
+
"category": "UI",
|
|
5553
6175
|
"type": "3rd-party",
|
|
5554
6176
|
"maintainers": [
|
|
5555
6177
|
{
|
|
5556
|
-
"name": "
|
|
5557
|
-
"github": "
|
|
5558
|
-
"twitter": "
|
|
6178
|
+
"name": "Zernonia",
|
|
6179
|
+
"github": "zernonia",
|
|
6180
|
+
"twitter": "zernonia"
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"name": "Sadegh Barati",
|
|
6184
|
+
"github": "sadeghbarati"
|
|
5559
6185
|
}
|
|
5560
6186
|
],
|
|
5561
6187
|
"compatibility": {
|
|
@@ -5585,6 +6211,28 @@
|
|
|
5585
6211
|
"requires": {}
|
|
5586
6212
|
}
|
|
5587
6213
|
},
|
|
6214
|
+
{
|
|
6215
|
+
"name": "shuimo-ui",
|
|
6216
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6217
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6218
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6219
|
+
"icon": "shuimo-ui.svg",
|
|
6220
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6221
|
+
"website": "https://shuimo.design",
|
|
6222
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6223
|
+
"category": "UI",
|
|
6224
|
+
"type": "3rd-party",
|
|
6225
|
+
"maintainers": [
|
|
6226
|
+
{
|
|
6227
|
+
"name": "higuaifan",
|
|
6228
|
+
"github": "higuaifan"
|
|
6229
|
+
}
|
|
6230
|
+
],
|
|
6231
|
+
"compatibility": {
|
|
6232
|
+
"nuxt": "^3.0.0",
|
|
6233
|
+
"requires": {}
|
|
6234
|
+
}
|
|
6235
|
+
},
|
|
5588
6236
|
{
|
|
5589
6237
|
"name": "sidebase-auth",
|
|
5590
6238
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
@@ -5655,41 +6303,23 @@
|
|
|
5655
6303
|
}
|
|
5656
6304
|
},
|
|
5657
6305
|
{
|
|
5658
|
-
"name": "
|
|
6306
|
+
"name": "sitemap",
|
|
5659
6307
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5660
|
-
"repo": "
|
|
5661
|
-
"npm": "
|
|
6308
|
+
"repo": "nuxt-modules/sitemap",
|
|
6309
|
+
"npm": "@nuxtjs/sitemap",
|
|
5662
6310
|
"icon": "simple-sitemap.svg",
|
|
5663
|
-
"github": "https://github.com/
|
|
5664
|
-
"website": "https://nuxtseo.com/
|
|
5665
|
-
"learn_more": "https://nuxtseo.com/
|
|
6311
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
6312
|
+
"website": "https://nuxtseo.com/",
|
|
6313
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5666
6314
|
"category": "SEO",
|
|
5667
|
-
"type": "
|
|
6315
|
+
"type": "community",
|
|
5668
6316
|
"maintainers": [
|
|
5669
6317
|
{
|
|
5670
6318
|
"name": "Harlan Wilton",
|
|
5671
6319
|
"github": "harlan-zw",
|
|
5672
6320
|
"twitter": "harlan_zw",
|
|
5673
6321
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5674
|
-
}
|
|
5675
|
-
],
|
|
5676
|
-
"compatibility": {
|
|
5677
|
-
"nuxt": "^3.0.0",
|
|
5678
|
-
"requires": {}
|
|
5679
|
-
}
|
|
5680
|
-
},
|
|
5681
|
-
{
|
|
5682
|
-
"name": "sitemap",
|
|
5683
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5684
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5685
|
-
"npm": "@nuxtjs/sitemap",
|
|
5686
|
-
"icon": "",
|
|
5687
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5688
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5689
|
-
"learn_more": "",
|
|
5690
|
-
"category": "SEO",
|
|
5691
|
-
"type": "community",
|
|
5692
|
-
"maintainers": [
|
|
6322
|
+
},
|
|
5693
6323
|
{
|
|
5694
6324
|
"name": "Nicolas PENNEC",
|
|
5695
6325
|
"github": "NicoPennec",
|
|
@@ -5697,7 +6327,7 @@
|
|
|
5697
6327
|
}
|
|
5698
6328
|
],
|
|
5699
6329
|
"compatibility": {
|
|
5700
|
-
"nuxt": "^
|
|
6330
|
+
"nuxt": "^3.0.0",
|
|
5701
6331
|
"requires": {}
|
|
5702
6332
|
}
|
|
5703
6333
|
},
|
|
@@ -5731,7 +6361,7 @@
|
|
|
5731
6361
|
"icon": "snipcart.png",
|
|
5732
6362
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5733
6363
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5734
|
-
"learn_more": "
|
|
6364
|
+
"learn_more": "",
|
|
5735
6365
|
"category": "Ecommerce",
|
|
5736
6366
|
"type": "community",
|
|
5737
6367
|
"maintainers": [
|
|
@@ -5813,39 +6443,6 @@
|
|
|
5813
6443
|
"requires": {}
|
|
5814
6444
|
}
|
|
5815
6445
|
},
|
|
5816
|
-
{
|
|
5817
|
-
"name": "speedkit",
|
|
5818
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
5819
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
5820
|
-
"npm": "nuxt-speedkit",
|
|
5821
|
-
"icon": "speedkit.png",
|
|
5822
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
5823
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
5824
|
-
"learn_more": "",
|
|
5825
|
-
"category": "Performance",
|
|
5826
|
-
"type": "3rd-party",
|
|
5827
|
-
"maintainers": [
|
|
5828
|
-
{
|
|
5829
|
-
"name": "Stephan Gerbeth",
|
|
5830
|
-
"github": "StephanGerbeth",
|
|
5831
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
5832
|
-
},
|
|
5833
|
-
{
|
|
5834
|
-
"name": "Thorn Walli",
|
|
5835
|
-
"github": "ThornWalli",
|
|
5836
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
5837
|
-
},
|
|
5838
|
-
{
|
|
5839
|
-
"name": "Grabarz & Partner",
|
|
5840
|
-
"github": "GrabarzUndPartner",
|
|
5841
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
5842
|
-
}
|
|
5843
|
-
],
|
|
5844
|
-
"compatibility": {
|
|
5845
|
-
"nuxt": "^2.0.0",
|
|
5846
|
-
"requires": {}
|
|
5847
|
-
}
|
|
5848
|
-
},
|
|
5849
6446
|
{
|
|
5850
6447
|
"name": "ssr-lit",
|
|
5851
6448
|
"description": "",
|
|
@@ -5892,23 +6489,29 @@
|
|
|
5892
6489
|
},
|
|
5893
6490
|
{
|
|
5894
6491
|
"name": "storefront-ui",
|
|
5895
|
-
"description": "Storefront UI
|
|
5896
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6492
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6493
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
5897
6494
|
"npm": "@storefront-ui/nuxt",
|
|
5898
6495
|
"icon": "storefront-ui.svg",
|
|
5899
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
5900
|
-
"website": "https://docs.storefrontui.io
|
|
5901
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6496
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6497
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6498
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
5902
6499
|
"category": "UI",
|
|
5903
6500
|
"type": "3rd-party",
|
|
5904
6501
|
"maintainers": [
|
|
5905
6502
|
{
|
|
5906
|
-
"name": "
|
|
5907
|
-
"github": "
|
|
6503
|
+
"name": "Szymon Dziewoński",
|
|
6504
|
+
"github": "Szymon-dziewonski",
|
|
6505
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"name": "Jakub Freisler",
|
|
6509
|
+
"github": "FRSgit",
|
|
6510
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
5908
6511
|
}
|
|
5909
6512
|
],
|
|
5910
6513
|
"compatibility": {
|
|
5911
|
-
"nuxt": "^
|
|
6514
|
+
"nuxt": "^3.0.0",
|
|
5912
6515
|
"requires": {}
|
|
5913
6516
|
}
|
|
5914
6517
|
},
|
|
@@ -5937,7 +6540,7 @@
|
|
|
5937
6540
|
{
|
|
5938
6541
|
"name": "storyblok",
|
|
5939
6542
|
"description": "Storyblok Nuxt module",
|
|
5940
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6543
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5941
6544
|
"npm": "@storyblok/nuxt",
|
|
5942
6545
|
"icon": "storyblok.png",
|
|
5943
6546
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -6137,29 +6740,6 @@
|
|
|
6137
6740
|
"requires": {}
|
|
6138
6741
|
}
|
|
6139
6742
|
},
|
|
6140
|
-
{
|
|
6141
|
-
"name": "stylify",
|
|
6142
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6143
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6144
|
-
"npm": "@stylify/nuxt",
|
|
6145
|
-
"icon": "stylify.svg",
|
|
6146
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6147
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6148
|
-
"learn_more": "https://stylifycss.com",
|
|
6149
|
-
"category": "UI",
|
|
6150
|
-
"type": "3rd-party",
|
|
6151
|
-
"maintainers": [
|
|
6152
|
-
{
|
|
6153
|
-
"name": "Vladimír Macháček",
|
|
6154
|
-
"github": "Machy8",
|
|
6155
|
-
"twitter": "8machy"
|
|
6156
|
-
}
|
|
6157
|
-
],
|
|
6158
|
-
"compatibility": {
|
|
6159
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6160
|
-
"requires": {}
|
|
6161
|
-
}
|
|
6162
|
-
},
|
|
6163
6743
|
{
|
|
6164
6744
|
"name": "supabase",
|
|
6165
6745
|
"description": "First class integration with Supabase",
|
|
@@ -6193,6 +6773,29 @@
|
|
|
6193
6773
|
"requires": {}
|
|
6194
6774
|
}
|
|
6195
6775
|
},
|
|
6776
|
+
{
|
|
6777
|
+
"name": "SurrealDB",
|
|
6778
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB.",
|
|
6779
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6780
|
+
"npm": "nuxt-surrealdb",
|
|
6781
|
+
"icon": "surrealdb.png",
|
|
6782
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6783
|
+
"website": "",
|
|
6784
|
+
"learn_more": "",
|
|
6785
|
+
"category": "Libraries",
|
|
6786
|
+
"type": "3rd-party",
|
|
6787
|
+
"maintainers": [
|
|
6788
|
+
{
|
|
6789
|
+
"name": "Sandro Circi",
|
|
6790
|
+
"github": "sandros94",
|
|
6791
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
6792
|
+
}
|
|
6793
|
+
],
|
|
6794
|
+
"compatibility": {
|
|
6795
|
+
"nuxt": "^3.10.0",
|
|
6796
|
+
"requires": {}
|
|
6797
|
+
}
|
|
6798
|
+
},
|
|
6196
6799
|
{
|
|
6197
6800
|
"name": "svg-loader",
|
|
6198
6801
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
@@ -6282,6 +6885,30 @@
|
|
|
6282
6885
|
"requires": {}
|
|
6283
6886
|
}
|
|
6284
6887
|
},
|
|
6888
|
+
{
|
|
6889
|
+
"name": "swiftsearch",
|
|
6890
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6891
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6892
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6893
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6894
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6895
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6896
|
+
"learn_more": "",
|
|
6897
|
+
"category": "Libraries",
|
|
6898
|
+
"type": "3rd-party",
|
|
6899
|
+
"maintainers": [
|
|
6900
|
+
{
|
|
6901
|
+
"name": "Matteo Rigoni",
|
|
6902
|
+
"github": "rigo-m",
|
|
6903
|
+
"twitter": "MatteoRigoni",
|
|
6904
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6905
|
+
}
|
|
6906
|
+
],
|
|
6907
|
+
"compatibility": {
|
|
6908
|
+
"nuxt": "^3.10.0",
|
|
6909
|
+
"requires": {}
|
|
6910
|
+
}
|
|
6911
|
+
},
|
|
6285
6912
|
{
|
|
6286
6913
|
"name": "swiper",
|
|
6287
6914
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6353,6 +6980,37 @@
|
|
|
6353
6980
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6354
6981
|
"requires": {},
|
|
6355
6982
|
"devtools": "^0.0.0"
|
|
6983
|
+
},
|
|
6984
|
+
"aliases": [
|
|
6985
|
+
"tailwind"
|
|
6986
|
+
]
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"name": "test-utils",
|
|
6990
|
+
"description": "Test utilities for Nuxt",
|
|
6991
|
+
"repo": "nuxt/test-utils#main",
|
|
6992
|
+
"npm": "@nuxt/test-utils",
|
|
6993
|
+
"icon": "nuxt.svg",
|
|
6994
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6995
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6996
|
+
"learn_more": "",
|
|
6997
|
+
"category": "Devtools",
|
|
6998
|
+
"type": "official",
|
|
6999
|
+
"maintainers": [
|
|
7000
|
+
{
|
|
7001
|
+
"name": "Daniel Roe",
|
|
7002
|
+
"github": "danielroe",
|
|
7003
|
+
"twitter": "danielcroe"
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
"name": "Anthony Fu",
|
|
7007
|
+
"github": "antfu",
|
|
7008
|
+
"twitter": "antfu7"
|
|
7009
|
+
}
|
|
7010
|
+
],
|
|
7011
|
+
"compatibility": {
|
|
7012
|
+
"nuxt": "^3.0.0",
|
|
7013
|
+
"requires": {}
|
|
6356
7014
|
}
|
|
6357
7015
|
},
|
|
6358
7016
|
{
|
|
@@ -6400,6 +7058,28 @@
|
|
|
6400
7058
|
"requires": {}
|
|
6401
7059
|
}
|
|
6402
7060
|
},
|
|
7061
|
+
{
|
|
7062
|
+
"name": "tiptap",
|
|
7063
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
7064
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
7065
|
+
"npm": "nuxt-tiptap-editor",
|
|
7066
|
+
"icon": "tiptap.png",
|
|
7067
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
7068
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
7069
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
7070
|
+
"category": "Libraries",
|
|
7071
|
+
"type": "3rd-party",
|
|
7072
|
+
"maintainers": [
|
|
7073
|
+
{
|
|
7074
|
+
"name": "modbender",
|
|
7075
|
+
"github": "modbender"
|
|
7076
|
+
}
|
|
7077
|
+
],
|
|
7078
|
+
"compatibility": {
|
|
7079
|
+
"nuxt": "^3.0.0",
|
|
7080
|
+
"requires": {}
|
|
7081
|
+
}
|
|
7082
|
+
},
|
|
6403
7083
|
{
|
|
6404
7084
|
"name": "toast",
|
|
6405
7085
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6423,6 +7103,50 @@
|
|
|
6423
7103
|
"requires": {}
|
|
6424
7104
|
}
|
|
6425
7105
|
},
|
|
7106
|
+
{
|
|
7107
|
+
"name": "tradingview",
|
|
7108
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7109
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7110
|
+
"npm": "nuxt-tradingview",
|
|
7111
|
+
"icon": "tradingview.svg",
|
|
7112
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7113
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7114
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7115
|
+
"category": "Extensions",
|
|
7116
|
+
"type": "3rd-party",
|
|
7117
|
+
"maintainers": [
|
|
7118
|
+
{
|
|
7119
|
+
"name": "Volkan Akkuş",
|
|
7120
|
+
"github": "volkanakkus"
|
|
7121
|
+
}
|
|
7122
|
+
],
|
|
7123
|
+
"compatibility": {
|
|
7124
|
+
"nuxt": "^3.0.0",
|
|
7125
|
+
"requires": {}
|
|
7126
|
+
}
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
"name": "translation-manager",
|
|
7130
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
7131
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
7132
|
+
"npm": "nuxt-translation-manager",
|
|
7133
|
+
"icon": "translation-manager.png",
|
|
7134
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7135
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7136
|
+
"learn_more": "",
|
|
7137
|
+
"category": "Extensions",
|
|
7138
|
+
"type": "3rd-party",
|
|
7139
|
+
"maintainers": [
|
|
7140
|
+
{
|
|
7141
|
+
"name": "Sam K",
|
|
7142
|
+
"github": "samk-dev"
|
|
7143
|
+
}
|
|
7144
|
+
],
|
|
7145
|
+
"compatibility": {
|
|
7146
|
+
"nuxt": "^3.0.0",
|
|
7147
|
+
"requires": {}
|
|
7148
|
+
}
|
|
7149
|
+
},
|
|
6426
7150
|
{
|
|
6427
7151
|
"name": "tresjs",
|
|
6428
7152
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6752,28 +7476,6 @@
|
|
|
6752
7476
|
}
|
|
6753
7477
|
}
|
|
6754
7478
|
},
|
|
6755
|
-
{
|
|
6756
|
-
"name": "unhead",
|
|
6757
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6758
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6759
|
-
"npm": "nuxt-seo-experiments",
|
|
6760
|
-
"icon": "",
|
|
6761
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6762
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6763
|
-
"learn_more": "",
|
|
6764
|
-
"category": "SEO",
|
|
6765
|
-
"type": "3rd-party",
|
|
6766
|
-
"maintainers": [
|
|
6767
|
-
{
|
|
6768
|
-
"name": "harlan-zw",
|
|
6769
|
-
"github": "harlan-zw"
|
|
6770
|
-
}
|
|
6771
|
-
],
|
|
6772
|
-
"compatibility": {
|
|
6773
|
-
"nuxt": "^3.0.0",
|
|
6774
|
-
"requires": {}
|
|
6775
|
-
}
|
|
6776
|
-
},
|
|
6777
7479
|
{
|
|
6778
7480
|
"name": "universal-storage",
|
|
6779
7481
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -6805,7 +7507,7 @@
|
|
|
6805
7507
|
{
|
|
6806
7508
|
"name": "unlazy",
|
|
6807
7509
|
"description": "Lazy loading library for placeholder images",
|
|
6808
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7510
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6809
7511
|
"npm": "@unlazy/nuxt",
|
|
6810
7512
|
"icon": "unlazy.svg",
|
|
6811
7513
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6824,32 +7526,6 @@
|
|
|
6824
7526
|
"requires": {}
|
|
6825
7527
|
}
|
|
6826
7528
|
},
|
|
6827
|
-
{
|
|
6828
|
-
"name": "unlighthouse",
|
|
6829
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6830
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6831
|
-
"npm": "@unlighthouse/nuxt",
|
|
6832
|
-
"icon": "unlighthouse.svg",
|
|
6833
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6834
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6835
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6836
|
-
"category": "Devtools",
|
|
6837
|
-
"type": "3rd-party",
|
|
6838
|
-
"maintainers": [
|
|
6839
|
-
{
|
|
6840
|
-
"name": "Harlan Wilton",
|
|
6841
|
-
"github": "harlan-zw",
|
|
6842
|
-
"twitter": "harlan_zw",
|
|
6843
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6844
|
-
}
|
|
6845
|
-
],
|
|
6846
|
-
"compatibility": {
|
|
6847
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6848
|
-
"requires": {
|
|
6849
|
-
"bridge": "optional"
|
|
6850
|
-
}
|
|
6851
|
-
}
|
|
6852
|
-
},
|
|
6853
7529
|
{
|
|
6854
7530
|
"name": "unocss",
|
|
6855
7531
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -6884,8 +7560,8 @@
|
|
|
6884
7560
|
"npm": "nuxt-ununura",
|
|
6885
7561
|
"icon": "ununuracss.png",
|
|
6886
7562
|
"github": "https://github.com/novout/ununuracss",
|
|
6887
|
-
"website": "https://
|
|
6888
|
-
"learn_more": "https://
|
|
7563
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7564
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6889
7565
|
"category": "UI",
|
|
6890
7566
|
"type": "3rd-party",
|
|
6891
7567
|
"maintainers": [
|
|
@@ -6900,6 +7576,28 @@
|
|
|
6900
7576
|
"requires": {}
|
|
6901
7577
|
}
|
|
6902
7578
|
},
|
|
7579
|
+
{
|
|
7580
|
+
"name": "use-bootstrap",
|
|
7581
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7582
|
+
"repo": "simplise/use-bootstrap",
|
|
7583
|
+
"npm": "usebootstrap",
|
|
7584
|
+
"icon": "use-bootstrap.svg",
|
|
7585
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7586
|
+
"website": "https://usebootstrap.org/",
|
|
7587
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7588
|
+
"category": "UI",
|
|
7589
|
+
"type": "3rd-party",
|
|
7590
|
+
"maintainers": [
|
|
7591
|
+
{
|
|
7592
|
+
"name": "KoujiSano",
|
|
7593
|
+
"github": "KoujiSano"
|
|
7594
|
+
}
|
|
7595
|
+
],
|
|
7596
|
+
"compatibility": {
|
|
7597
|
+
"nuxt": "^3.0.0",
|
|
7598
|
+
"requires": {}
|
|
7599
|
+
}
|
|
7600
|
+
},
|
|
6903
7601
|
{
|
|
6904
7602
|
"name": "use-wagmi",
|
|
6905
7603
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -6946,28 +7644,6 @@
|
|
|
6946
7644
|
"requires": {}
|
|
6947
7645
|
}
|
|
6948
7646
|
},
|
|
6949
|
-
{
|
|
6950
|
-
"name": "validate",
|
|
6951
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6952
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
6953
|
-
"npm": "nuxt-validate",
|
|
6954
|
-
"icon": "vee-validate.png",
|
|
6955
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6956
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6957
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6958
|
-
"category": "Libraries",
|
|
6959
|
-
"type": "3rd-party",
|
|
6960
|
-
"maintainers": [
|
|
6961
|
-
{
|
|
6962
|
-
"name": "lewyuburi",
|
|
6963
|
-
"github": "lewyuburi"
|
|
6964
|
-
}
|
|
6965
|
-
],
|
|
6966
|
-
"compatibility": {
|
|
6967
|
-
"nuxt": "^2.0.0",
|
|
6968
|
-
"requires": {}
|
|
6969
|
-
}
|
|
6970
|
-
},
|
|
6971
7647
|
{
|
|
6972
7648
|
"name": "vant",
|
|
6973
7649
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -6999,7 +7675,7 @@
|
|
|
6999
7675
|
"npm": "@varlet/nuxt",
|
|
7000
7676
|
"icon": "varlet.svg",
|
|
7001
7677
|
"github": "https://github.com/varletjs/varlet",
|
|
7002
|
-
"website": "https://varlet.
|
|
7678
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
7003
7679
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7004
7680
|
"category": "UI",
|
|
7005
7681
|
"type": "3rd-party",
|
|
@@ -7022,8 +7698,8 @@
|
|
|
7022
7698
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7023
7699
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7024
7700
|
"icon": "vcalendar.png",
|
|
7025
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7026
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7701
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7702
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7027
7703
|
"learn_more": "",
|
|
7028
7704
|
"category": "Libraries",
|
|
7029
7705
|
"type": "3rd-party",
|
|
@@ -7156,42 +7832,15 @@
|
|
|
7156
7832
|
"requires": {}
|
|
7157
7833
|
}
|
|
7158
7834
|
},
|
|
7159
|
-
{
|
|
7160
|
-
"name": "vitest",
|
|
7161
|
-
"description": "Vitest integration with Nuxt",
|
|
7162
|
-
"repo": "danielroe/nuxt-vitest",
|
|
7163
|
-
"npm": "nuxt-vitest",
|
|
7164
|
-
"icon": "vitest.svg",
|
|
7165
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
7166
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
7167
|
-
"learn_more": "",
|
|
7168
|
-
"category": "Devtools",
|
|
7169
|
-
"type": "3rd-party",
|
|
7170
|
-
"maintainers": [
|
|
7171
|
-
{
|
|
7172
|
-
"name": "Daniel Roe",
|
|
7173
|
-
"github": "danielroe"
|
|
7174
|
-
},
|
|
7175
|
-
{
|
|
7176
|
-
"name": "Anthony Fu",
|
|
7177
|
-
"github": "antfu"
|
|
7178
|
-
}
|
|
7179
|
-
],
|
|
7180
|
-
"compatibility": {
|
|
7181
|
-
"nuxt": "^3.0.0",
|
|
7182
|
-
"requires": {},
|
|
7183
|
-
"devtools": "^0.0.0"
|
|
7184
|
-
}
|
|
7185
|
-
},
|
|
7186
7835
|
{
|
|
7187
7836
|
"name": "vue-email",
|
|
7188
7837
|
"description": "💌 Write email templates with vue",
|
|
7189
|
-
"repo": "
|
|
7190
|
-
"npm": "vue-email",
|
|
7838
|
+
"repo": "vue-email/nuxt",
|
|
7839
|
+
"npm": "@vue-email/nuxt",
|
|
7191
7840
|
"icon": "vue-email.svg",
|
|
7192
|
-
"github": "https://github.com/
|
|
7193
|
-
"website": "https://
|
|
7194
|
-
"learn_more": "https://
|
|
7841
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7842
|
+
"website": "https://vuemail.net/",
|
|
7843
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7195
7844
|
"category": "UI",
|
|
7196
7845
|
"type": "3rd-party",
|
|
7197
7846
|
"maintainers": [
|
|
@@ -7217,7 +7866,7 @@
|
|
|
7217
7866
|
{
|
|
7218
7867
|
"name": "vue-final-modal",
|
|
7219
7868
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7220
|
-
"repo": "vue-final/vue-final-modal",
|
|
7869
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7221
7870
|
"npm": "@vue-final-modal/nuxt",
|
|
7222
7871
|
"icon": "vue-final-modal.svg",
|
|
7223
7872
|
"github": "https://github.com/vue-final/vue-final-modal",
|
|
@@ -7312,7 +7961,7 @@
|
|
|
7312
7961
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7313
7962
|
"repo": "moritzsternemann/vue-plausible",
|
|
7314
7963
|
"npm": "vue-plausible",
|
|
7315
|
-
"icon": "plausible.
|
|
7964
|
+
"icon": "plausible.svg",
|
|
7316
7965
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7317
7966
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7318
7967
|
"learn_more": "",
|
|
@@ -7332,7 +7981,7 @@
|
|
|
7332
7981
|
{
|
|
7333
7982
|
"name": "vue-query",
|
|
7334
7983
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7335
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
7984
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7336
7985
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
7337
7986
|
"icon": "vue-query.svg",
|
|
7338
7987
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7429,7 +8078,7 @@
|
|
|
7429
8078
|
"npm": "vue3-carousel-nuxt",
|
|
7430
8079
|
"icon": "",
|
|
7431
8080
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7432
|
-
"website": "",
|
|
8081
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7433
8082
|
"learn_more": "",
|
|
7434
8083
|
"category": "UI",
|
|
7435
8084
|
"type": "3rd-party",
|
|
@@ -7448,7 +8097,7 @@
|
|
|
7448
8097
|
{
|
|
7449
8098
|
"name": "vuefire",
|
|
7450
8099
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7451
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
8100
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7452
8101
|
"npm": "nuxt-vuefire",
|
|
7453
8102
|
"icon": "vuefire.svg",
|
|
7454
8103
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7470,7 +8119,7 @@
|
|
|
7470
8119
|
{
|
|
7471
8120
|
"name": "vueform-builder",
|
|
7472
8121
|
"description": "Official Vueform Builder module for Nuxt",
|
|
7473
|
-
"repo": "vueform/builder/nuxt",
|
|
8122
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7474
8123
|
"npm": "@vueform/builder-nuxt",
|
|
7475
8124
|
"icon": "vueform.svg",
|
|
7476
8125
|
"github": "https://github.com/vueform/builder",
|
|
@@ -7493,7 +8142,7 @@
|
|
|
7493
8142
|
{
|
|
7494
8143
|
"name": "vueform",
|
|
7495
8144
|
"description": "Official Vueform module for Nuxt",
|
|
7496
|
-
"repo": "vueform/vueform/nuxt",
|
|
8145
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7497
8146
|
"npm": "@vueform/nuxt",
|
|
7498
8147
|
"icon": "vueform.svg",
|
|
7499
8148
|
"github": "https://github.com/vueform/vueform",
|
|
@@ -7520,8 +8169,8 @@
|
|
|
7520
8169
|
"npm": "@vuestic/nuxt",
|
|
7521
8170
|
"icon": "vuestic.png",
|
|
7522
8171
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7523
|
-
"website": "https://vuestic.dev",
|
|
7524
|
-
"learn_more": "https://vuestic.dev/
|
|
8172
|
+
"website": "https://ui.vuestic.dev",
|
|
8173
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7525
8174
|
"category": "UI",
|
|
7526
8175
|
"type": "3rd-party",
|
|
7527
8176
|
"maintainers": [
|
|
@@ -7788,7 +8437,7 @@
|
|
|
7788
8437
|
"icon": "webpack.png",
|
|
7789
8438
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7790
8439
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7791
|
-
"learn_more": "
|
|
8440
|
+
"learn_more": "",
|
|
7792
8441
|
"category": "Devtools",
|
|
7793
8442
|
"type": "community",
|
|
7794
8443
|
"maintainers": [
|
|
@@ -7854,11 +8503,11 @@
|
|
|
7854
8503
|
{
|
|
7855
8504
|
"name": "windicss",
|
|
7856
8505
|
"description": "Next generation utility-first CSS framework.",
|
|
7857
|
-
"repo": "windicss/nuxt-windicss
|
|
8506
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7858
8507
|
"npm": "nuxt-windicss",
|
|
7859
8508
|
"icon": "windicss.svg",
|
|
7860
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7861
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8509
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8510
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7862
8511
|
"learn_more": "https://windicss.org/",
|
|
7863
8512
|
"category": "UI",
|
|
7864
8513
|
"type": "3rd-party",
|