@nuxt/modules 0.6.0-bd9450 → 0.6.0-beeab1
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 +1140 -425
- package/package.json +9 -5
package/modules.json
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
180
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
181
|
"learn_more": "",
|
|
182
|
-
"category": "
|
|
182
|
+
"category": "Libraries",
|
|
183
183
|
"type": "3rd-party",
|
|
184
184
|
"maintainers": [
|
|
185
185
|
{
|
|
@@ -194,12 +194,12 @@
|
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
"name": "api-party",
|
|
197
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
198
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
199
|
"npm": "nuxt-api-party",
|
|
200
200
|
"icon": "api-party.svg",
|
|
201
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
202
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
203
203
|
"learn_more": "",
|
|
204
204
|
"category": "Request",
|
|
205
205
|
"type": "3rd-party",
|
|
@@ -216,6 +216,28 @@
|
|
|
216
216
|
"requires": {}
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"name": "api-shield",
|
|
221
|
+
"description": "Nuxt API Shield - Rate Limiting",
|
|
222
|
+
"repo": "rrd108/nuxt-api-shield",
|
|
223
|
+
"npm": "nuxt-api-shield",
|
|
224
|
+
"icon": "api-shield.png",
|
|
225
|
+
"github": "https://github.com/rrd108/nuxt-api-shield",
|
|
226
|
+
"website": "https://github.com/rrd108/nuxt-api-shield",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Security",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "rrd",
|
|
233
|
+
"github": "rrd108"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^3.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
219
241
|
{
|
|
220
242
|
"name": "apis-to-file",
|
|
221
243
|
"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 +384,7 @@
|
|
|
362
384
|
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
385
|
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
386
|
"learn_more": "",
|
|
365
|
-
"category": "
|
|
387
|
+
"category": "Security",
|
|
366
388
|
"type": "3rd-party",
|
|
367
389
|
"maintainers": [
|
|
368
390
|
{
|
|
@@ -756,10 +778,10 @@
|
|
|
756
778
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
757
779
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
758
780
|
"npm": "nuxt-chiffre",
|
|
759
|
-
"icon": "
|
|
781
|
+
"icon": "chiffre.png",
|
|
760
782
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
761
783
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
762
|
-
"learn_more": "https://chiffre.io",
|
|
784
|
+
"learn_more": "https://chiffre.io/",
|
|
763
785
|
"category": "Analytics",
|
|
764
786
|
"type": "3rd-party",
|
|
765
787
|
"maintainers": [
|
|
@@ -991,7 +1013,7 @@
|
|
|
991
1013
|
"npm": "@nuxt/content",
|
|
992
1014
|
"icon": "nuxt.svg",
|
|
993
1015
|
"github": "https://github.com/nuxt/content",
|
|
994
|
-
"website": "https://content.
|
|
1016
|
+
"website": "https://content.nuxt.com",
|
|
995
1017
|
"learn_more": "",
|
|
996
1018
|
"category": "CMS",
|
|
997
1019
|
"type": "official",
|
|
@@ -1276,7 +1298,7 @@
|
|
|
1276
1298
|
"npm": "@nuxt/devtools",
|
|
1277
1299
|
"icon": "nuxt.svg",
|
|
1278
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
1279
|
-
"website": "https://devtools.
|
|
1301
|
+
"website": "https://devtools.nuxt.com",
|
|
1280
1302
|
"learn_more": "",
|
|
1281
1303
|
"category": "Devtools",
|
|
1282
1304
|
"type": "official",
|
|
@@ -1338,6 +1360,28 @@
|
|
|
1338
1360
|
"requires": {}
|
|
1339
1361
|
}
|
|
1340
1362
|
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1341
1385
|
{
|
|
1342
1386
|
"name": "dotenv",
|
|
1343
1387
|
"description": "A Nuxt module that loads your .env file into your context options",
|
|
@@ -1367,8 +1411,8 @@
|
|
|
1367
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1368
1412
|
"icon": "drupal-ce.png",
|
|
1369
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1370
|
-
"website": "https://
|
|
1371
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1372
1416
|
"category": "CMS",
|
|
1373
1417
|
"type": "3rd-party",
|
|
1374
1418
|
"maintainers": [
|
|
@@ -1383,13 +1427,13 @@
|
|
|
1383
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1384
1428
|
},
|
|
1385
1429
|
{
|
|
1386
|
-
"name": "
|
|
1387
|
-
"github": "
|
|
1388
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1389
1433
|
}
|
|
1390
1434
|
],
|
|
1391
1435
|
"compatibility": {
|
|
1392
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1393
1437
|
"requires": {}
|
|
1394
1438
|
}
|
|
1395
1439
|
},
|
|
@@ -1513,7 +1557,7 @@
|
|
|
1513
1557
|
}
|
|
1514
1558
|
},
|
|
1515
1559
|
{
|
|
1516
|
-
"name": "eslint",
|
|
1560
|
+
"name": "eslint-module",
|
|
1517
1561
|
"description": "ESLint module for Nuxt",
|
|
1518
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1519
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1534,6 +1578,29 @@
|
|
|
1534
1578
|
"requires": {}
|
|
1535
1579
|
}
|
|
1536
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "eslint",
|
|
1583
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1584
|
+
"repo": "nuxt/eslint",
|
|
1585
|
+
"npm": "@nuxt/eslint",
|
|
1586
|
+
"icon": "nuxt.svg",
|
|
1587
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1588
|
+
"website": "https://eslint.nuxt.com",
|
|
1589
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1590
|
+
"category": "Devtools",
|
|
1591
|
+
"type": "official",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Anthony Fu",
|
|
1595
|
+
"github": "antfu",
|
|
1596
|
+
"twitter": "antfu7"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1537
1604
|
{
|
|
1538
1605
|
"name": "event-trace",
|
|
1539
1606
|
"description": "Module for event trace in Nuxt",
|
|
@@ -1556,6 +1623,29 @@
|
|
|
1556
1623
|
"requires": {}
|
|
1557
1624
|
}
|
|
1558
1625
|
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "fathom-analytics",
|
|
1628
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1629
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1630
|
+
"npm": "nuxt-fathom",
|
|
1631
|
+
"icon": "fathom-analytics.svg",
|
|
1632
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1633
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1634
|
+
"learn_more": "",
|
|
1635
|
+
"category": "Analytics",
|
|
1636
|
+
"type": "3rd-party",
|
|
1637
|
+
"maintainers": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "Valgeir Björnsson",
|
|
1640
|
+
"github": "valgeirb",
|
|
1641
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"compatibility": {
|
|
1645
|
+
"nuxt": "^3.0.0",
|
|
1646
|
+
"requires": {}
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1559
1649
|
{
|
|
1560
1650
|
"name": "fathom",
|
|
1561
1651
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1756,10 +1846,33 @@
|
|
|
1756
1846
|
"requires": {}
|
|
1757
1847
|
}
|
|
1758
1848
|
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "fonts",
|
|
1851
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1852
|
+
"repo": "nuxt/fonts",
|
|
1853
|
+
"npm": "@nuxt/fonts",
|
|
1854
|
+
"icon": "nuxt.svg",
|
|
1855
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1856
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1857
|
+
"learn_more": "",
|
|
1858
|
+
"category": "Libraries",
|
|
1859
|
+
"type": "official",
|
|
1860
|
+
"maintainers": [
|
|
1861
|
+
{
|
|
1862
|
+
"name": "Daniel Roe",
|
|
1863
|
+
"github": "danielroe",
|
|
1864
|
+
"twitter": "danielcroe"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"compatibility": {
|
|
1868
|
+
"nuxt": "^3.0.0",
|
|
1869
|
+
"requires": {}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1759
1872
|
{
|
|
1760
1873
|
"name": "form-actions",
|
|
1761
1874
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1762
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1875
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1763
1876
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1764
1877
|
"icon": "form-actions.svg",
|
|
1765
1878
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1787,7 +1900,7 @@
|
|
|
1787
1900
|
"icon": "formkit.png",
|
|
1788
1901
|
"github": "https://github.com/formkit/formkit",
|
|
1789
1902
|
"website": "https://formkit.com",
|
|
1790
|
-
"learn_more": "https://formkit.com/
|
|
1903
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1791
1904
|
"category": "Libraries",
|
|
1792
1905
|
"type": "3rd-party",
|
|
1793
1906
|
"maintainers": [
|
|
@@ -2000,7 +2113,7 @@
|
|
|
2000
2113
|
"icon": "graphql-client.svg",
|
|
2001
2114
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2002
2115
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2003
|
-
"learn_more": "https://
|
|
2116
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
2004
2117
|
"category": "Request",
|
|
2005
2118
|
"type": "3rd-party",
|
|
2006
2119
|
"maintainers": [
|
|
@@ -2061,7 +2174,7 @@
|
|
|
2061
2174
|
},
|
|
2062
2175
|
{
|
|
2063
2176
|
"name": "gtag",
|
|
2064
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2177
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2065
2178
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2066
2179
|
"npm": "nuxt-gtag",
|
|
2067
2180
|
"icon": "gtag.svg",
|
|
@@ -2284,6 +2397,28 @@
|
|
|
2284
2397
|
"requires": {}
|
|
2285
2398
|
}
|
|
2286
2399
|
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "hotjar",
|
|
2402
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2403
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2404
|
+
"npm": "nuxt-module-hotjar",
|
|
2405
|
+
"icon": "hotjar.png",
|
|
2406
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2407
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2408
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2409
|
+
"category": "SEO",
|
|
2410
|
+
"type": "3rd-party",
|
|
2411
|
+
"maintainers": [
|
|
2412
|
+
{
|
|
2413
|
+
"name": "Raphaël DAMEVIN",
|
|
2414
|
+
"github": "damevin"
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"compatibility": {
|
|
2418
|
+
"nuxt": "^3.0.0",
|
|
2419
|
+
"requires": {}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2287
2422
|
{
|
|
2288
2423
|
"name": "html-minifier",
|
|
2289
2424
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2313,7 +2448,7 @@
|
|
|
2313
2448
|
"npm": "@nuxtjs/html-validator",
|
|
2314
2449
|
"icon": "html-validator.png",
|
|
2315
2450
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2316
|
-
"website": "https://html-validator
|
|
2451
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2317
2452
|
"learn_more": "https://html-validate.org",
|
|
2318
2453
|
"category": "Performance",
|
|
2319
2454
|
"type": "community",
|
|
@@ -2359,6 +2494,44 @@
|
|
|
2359
2494
|
"requires": {}
|
|
2360
2495
|
}
|
|
2361
2496
|
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "hub",
|
|
2499
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2500
|
+
"repo": "nuxt-hub/core",
|
|
2501
|
+
"npm": "@nuxthub/core",
|
|
2502
|
+
"icon": "nuxthub.svg",
|
|
2503
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2504
|
+
"website": "https://hub.nuxt.com",
|
|
2505
|
+
"learn_more": "",
|
|
2506
|
+
"category": "Database",
|
|
2507
|
+
"type": "3rd-party",
|
|
2508
|
+
"maintainers": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "Sebastien Chopin",
|
|
2511
|
+
"github": "Atinux"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "Ahad Birang",
|
|
2515
|
+
"github": "farnabaz"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Sylvain Marroufin",
|
|
2519
|
+
"github": "smarroufin"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "Florent Delerue",
|
|
2523
|
+
"github": "flosciante"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "NuxtLabs",
|
|
2527
|
+
"github": "nuxtlabs"
|
|
2528
|
+
}
|
|
2529
|
+
],
|
|
2530
|
+
"compatibility": {
|
|
2531
|
+
"nuxt": "^3.0.0",
|
|
2532
|
+
"requires": {}
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2362
2535
|
{
|
|
2363
2536
|
"name": "humans-txt",
|
|
2364
2537
|
"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.",
|
|
@@ -2389,8 +2562,8 @@
|
|
|
2389
2562
|
"npm": "@nuxtjs/i18n",
|
|
2390
2563
|
"icon": "i18n.png",
|
|
2391
2564
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
-
"website": "https://
|
|
2393
|
-
"learn_more": "https://
|
|
2565
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2566
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2394
2567
|
"category": "Extensions",
|
|
2395
2568
|
"type": "community",
|
|
2396
2569
|
"maintainers": [
|
|
@@ -2401,6 +2574,10 @@
|
|
|
2401
2574
|
{
|
|
2402
2575
|
"name": "Kazuya Kawaguchi",
|
|
2403
2576
|
"github": "kazupon"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "Bobbie Goede",
|
|
2580
|
+
"github": "BobbieGoede"
|
|
2404
2581
|
}
|
|
2405
2582
|
],
|
|
2406
2583
|
"compatibility": {
|
|
@@ -2721,7 +2898,8 @@
|
|
|
2721
2898
|
"compatibility": {
|
|
2722
2899
|
"nuxt": "^3.0.0",
|
|
2723
2900
|
"requires": {}
|
|
2724
|
-
}
|
|
2901
|
+
},
|
|
2902
|
+
"sponsor": true
|
|
2725
2903
|
},
|
|
2726
2904
|
{
|
|
2727
2905
|
"name": "kql",
|
|
@@ -2730,7 +2908,7 @@
|
|
|
2730
2908
|
"npm": "nuxt-kql",
|
|
2731
2909
|
"icon": "kql.svg",
|
|
2732
2910
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2733
|
-
"website": "https://nuxt-kql.
|
|
2911
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2734
2912
|
"learn_more": "",
|
|
2735
2913
|
"category": "CMS",
|
|
2736
2914
|
"type": "3rd-party",
|
|
@@ -2859,7 +3037,7 @@
|
|
|
2859
3037
|
},
|
|
2860
3038
|
{
|
|
2861
3039
|
"name": "link-checker",
|
|
2862
|
-
"description": "Find and magically fix links that may be negatively effecting your
|
|
3040
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2863
3041
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2864
3042
|
"npm": "nuxt-link-checker",
|
|
2865
3043
|
"icon": "link-checker.svg",
|
|
@@ -2977,6 +3155,30 @@
|
|
|
2977
3155
|
"requires": {}
|
|
2978
3156
|
}
|
|
2979
3157
|
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "logto",
|
|
3160
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3161
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3162
|
+
"npm": "@logto/nuxt",
|
|
3163
|
+
"icon": "logto.svg",
|
|
3164
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3165
|
+
"website": "https://logto.io",
|
|
3166
|
+
"learn_more": "https://docs.logto.io",
|
|
3167
|
+
"category": "Security",
|
|
3168
|
+
"type": "3rd-party",
|
|
3169
|
+
"maintainers": [
|
|
3170
|
+
{
|
|
3171
|
+
"name": "logto",
|
|
3172
|
+
"github": "logto-io",
|
|
3173
|
+
"twitter": "logto_io"
|
|
3174
|
+
}
|
|
3175
|
+
],
|
|
3176
|
+
"compatibility": {
|
|
3177
|
+
"nuxt": "^3.0.0",
|
|
3178
|
+
"requires": {}
|
|
3179
|
+
},
|
|
3180
|
+
"sponsor": true
|
|
3181
|
+
},
|
|
2980
3182
|
{
|
|
2981
3183
|
"name": "lucide-icons",
|
|
2982
3184
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3028,10 +3230,10 @@
|
|
|
3028
3230
|
{
|
|
3029
3231
|
"name": "magic-regexp",
|
|
3030
3232
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
3031
|
-
"repo": "
|
|
3233
|
+
"repo": "unjs/magic-regexp",
|
|
3032
3234
|
"npm": "magic-regexp",
|
|
3033
3235
|
"icon": "magic-regexp.svg",
|
|
3034
|
-
"github": "https://github.com/
|
|
3236
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
3035
3237
|
"website": "https://magic-regexp.roe.dev",
|
|
3036
3238
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
3037
3239
|
"category": "Libraries",
|
|
@@ -3048,6 +3250,29 @@
|
|
|
3048
3250
|
"requires": {}
|
|
3049
3251
|
}
|
|
3050
3252
|
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "mailpit",
|
|
3255
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3256
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3257
|
+
"npm": "nuxt-mailpit",
|
|
3258
|
+
"icon": "mailpit.svg",
|
|
3259
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3260
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3261
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3262
|
+
"category": "Devtools",
|
|
3263
|
+
"type": "3rd-party",
|
|
3264
|
+
"maintainers": [
|
|
3265
|
+
{
|
|
3266
|
+
"name": "Torkild Dyvik Olsen",
|
|
3267
|
+
"github": "tdolsen",
|
|
3268
|
+
"twitter": "tdolsen"
|
|
3269
|
+
}
|
|
3270
|
+
],
|
|
3271
|
+
"compatibility": {
|
|
3272
|
+
"nuxt": "^3.8.0",
|
|
3273
|
+
"requires": {}
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3051
3276
|
{
|
|
3052
3277
|
"name": "markdownit",
|
|
3053
3278
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -3071,6 +3296,30 @@
|
|
|
3071
3296
|
"requires": {}
|
|
3072
3297
|
}
|
|
3073
3298
|
},
|
|
3299
|
+
{
|
|
3300
|
+
"name": "marquee",
|
|
3301
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3302
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3303
|
+
"npm": "nuxt-marquee",
|
|
3304
|
+
"icon": "marquee.png",
|
|
3305
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3306
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3307
|
+
"learn_more": "",
|
|
3308
|
+
"category": "UI",
|
|
3309
|
+
"type": "3rd-party",
|
|
3310
|
+
"maintainers": [
|
|
3311
|
+
{
|
|
3312
|
+
"name": "Hànzy",
|
|
3313
|
+
"github": "hanzydev",
|
|
3314
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"compatibility": {
|
|
3318
|
+
"nuxt": "^3.0.0",
|
|
3319
|
+
"requires": {},
|
|
3320
|
+
"devtools": "^0.0.0"
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3074
3323
|
{
|
|
3075
3324
|
"name": "matomo",
|
|
3076
3325
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -3096,14 +3345,14 @@
|
|
|
3096
3345
|
{
|
|
3097
3346
|
"name": "maz-ui",
|
|
3098
3347
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3099
|
-
"repo": "louismazel/maz-ui",
|
|
3348
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3100
3349
|
"npm": "maz-ui",
|
|
3101
3350
|
"icon": "maz-ui.png",
|
|
3102
3351
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3103
|
-
"website": "https://
|
|
3104
|
-
"learn_more": "https://
|
|
3352
|
+
"website": "https://maz-ui.com/",
|
|
3353
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3105
3354
|
"category": "UI",
|
|
3106
|
-
"type": "
|
|
3355
|
+
"type": "3rd-party",
|
|
3107
3356
|
"maintainers": [
|
|
3108
3357
|
{
|
|
3109
3358
|
"name": "Loïc Mazuel",
|
|
@@ -3115,6 +3364,28 @@
|
|
|
3115
3364
|
"requires": {}
|
|
3116
3365
|
}
|
|
3117
3366
|
},
|
|
3367
|
+
{
|
|
3368
|
+
"name": "mdc",
|
|
3369
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3370
|
+
"repo": "nuxt-modules/mdc",
|
|
3371
|
+
"npm": "@nuxtjs/mdc",
|
|
3372
|
+
"icon": "mdc.png",
|
|
3373
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3374
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3375
|
+
"learn_more": "",
|
|
3376
|
+
"category": "Extensions",
|
|
3377
|
+
"type": "community",
|
|
3378
|
+
"maintainers": [
|
|
3379
|
+
{
|
|
3380
|
+
"name": "farnabaz",
|
|
3381
|
+
"github": "farnabaz"
|
|
3382
|
+
}
|
|
3383
|
+
],
|
|
3384
|
+
"compatibility": {
|
|
3385
|
+
"nuxt": "^3.0.0",
|
|
3386
|
+
"requires": {}
|
|
3387
|
+
}
|
|
3388
|
+
},
|
|
3118
3389
|
{
|
|
3119
3390
|
"name": "mdx",
|
|
3120
3391
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -3211,28 +3482,6 @@
|
|
|
3211
3482
|
"requires": {}
|
|
3212
3483
|
}
|
|
3213
3484
|
},
|
|
3214
|
-
{
|
|
3215
|
-
"name": "mobile",
|
|
3216
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3217
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3218
|
-
"npm": "nuxt-mobile",
|
|
3219
|
-
"icon": "",
|
|
3220
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3221
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3222
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3223
|
-
"category": "Extensions",
|
|
3224
|
-
"type": "3rd-party",
|
|
3225
|
-
"maintainers": [
|
|
3226
|
-
{
|
|
3227
|
-
"name": "ChanningDefoe",
|
|
3228
|
-
"github": "ChanningDefoe"
|
|
3229
|
-
}
|
|
3230
|
-
],
|
|
3231
|
-
"compatibility": {
|
|
3232
|
-
"nuxt": "^2.0.0",
|
|
3233
|
-
"requires": {}
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
3485
|
{
|
|
3237
3486
|
"name": "module-feed",
|
|
3238
3487
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3256,6 +3505,28 @@
|
|
|
3256
3505
|
"requires": {}
|
|
3257
3506
|
}
|
|
3258
3507
|
},
|
|
3508
|
+
{
|
|
3509
|
+
"name": "mojocss",
|
|
3510
|
+
"description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
|
|
3511
|
+
"repo": "mojocss/mojocss-nuxt-module",
|
|
3512
|
+
"npm": "@mojocss/nuxt",
|
|
3513
|
+
"icon": "mojocss.svg",
|
|
3514
|
+
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3515
|
+
"website": "https://mojocss.com/docs/guide/nuxtjs",
|
|
3516
|
+
"learn_more": "",
|
|
3517
|
+
"category": "UI",
|
|
3518
|
+
"type": "3rd-party",
|
|
3519
|
+
"maintainers": [
|
|
3520
|
+
{
|
|
3521
|
+
"name": "mojocss",
|
|
3522
|
+
"github": "mojocss"
|
|
3523
|
+
}
|
|
3524
|
+
],
|
|
3525
|
+
"compatibility": {
|
|
3526
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3527
|
+
"requires": {}
|
|
3528
|
+
}
|
|
3529
|
+
},
|
|
3259
3530
|
{
|
|
3260
3531
|
"name": "moment",
|
|
3261
3532
|
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -3284,20 +3555,20 @@
|
|
|
3284
3555
|
}
|
|
3285
3556
|
},
|
|
3286
3557
|
{
|
|
3287
|
-
"name": "
|
|
3288
|
-
"description": "
|
|
3289
|
-
"repo": "
|
|
3290
|
-
"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",
|
|
3291
3562
|
"icon": "",
|
|
3292
|
-
"github": "https://github.com/
|
|
3293
|
-
"website": "https://github.
|
|
3294
|
-
"learn_more": "
|
|
3295
|
-
"category": "
|
|
3563
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3564
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3565
|
+
"learn_more": "",
|
|
3566
|
+
"category": "Request",
|
|
3296
3567
|
"type": "3rd-party",
|
|
3297
3568
|
"maintainers": [
|
|
3298
3569
|
{
|
|
3299
|
-
"name": "
|
|
3300
|
-
"github": "
|
|
3570
|
+
"name": "ezypeeze",
|
|
3571
|
+
"github": "ezypeeze"
|
|
3301
3572
|
}
|
|
3302
3573
|
],
|
|
3303
3574
|
"compatibility": {
|
|
@@ -3306,24 +3577,24 @@
|
|
|
3306
3577
|
}
|
|
3307
3578
|
},
|
|
3308
3579
|
{
|
|
3309
|
-
"name": "
|
|
3310
|
-
"description": "
|
|
3311
|
-
"repo": "
|
|
3312
|
-
"npm": "nuxt-
|
|
3313
|
-
"icon": "",
|
|
3314
|
-
"github": "https://github.com/
|
|
3315
|
-
"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",
|
|
3316
3587
|
"learn_more": "",
|
|
3317
|
-
"category": "
|
|
3588
|
+
"category": "Database",
|
|
3318
3589
|
"type": "3rd-party",
|
|
3319
3590
|
"maintainers": [
|
|
3320
3591
|
{
|
|
3321
|
-
"name": "
|
|
3322
|
-
"github": "
|
|
3592
|
+
"name": "arashsheyda",
|
|
3593
|
+
"github": "arashsheyda"
|
|
3323
3594
|
}
|
|
3324
3595
|
],
|
|
3325
3596
|
"compatibility": {
|
|
3326
|
-
"nuxt": "^
|
|
3597
|
+
"nuxt": "^3.0.0",
|
|
3327
3598
|
"requires": {}
|
|
3328
3599
|
}
|
|
3329
3600
|
},
|
|
@@ -3375,12 +3646,12 @@
|
|
|
3375
3646
|
{
|
|
3376
3647
|
"name": "netlify",
|
|
3377
3648
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3378
|
-
"repo": "
|
|
3649
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3379
3650
|
"npm": "@aceforth/nuxt-netlify",
|
|
3380
3651
|
"icon": "netlify.png",
|
|
3381
|
-
"github": "https://github.com/
|
|
3382
|
-
"website": "https://
|
|
3383
|
-
"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",
|
|
3384
3655
|
"category": "Deployment",
|
|
3385
3656
|
"type": "3rd-party",
|
|
3386
3657
|
"maintainers": [
|
|
@@ -3396,29 +3667,45 @@
|
|
|
3396
3667
|
},
|
|
3397
3668
|
{
|
|
3398
3669
|
"name": "ngrok",
|
|
3399
|
-
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
3400
|
-
"repo": "nuxt-
|
|
3670
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.",
|
|
3671
|
+
"repo": "nuxt-modules/ngrok",
|
|
3401
3672
|
"npm": "@nuxtjs/ngrok",
|
|
3402
|
-
"icon": "ngrok.
|
|
3403
|
-
"github": "https://github.com/nuxt-
|
|
3404
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3405
|
-
"learn_more": "https://
|
|
3673
|
+
"icon": "ngrok.svg",
|
|
3674
|
+
"github": "https://github.com/nuxt-modules/ngrok",
|
|
3675
|
+
"website": "https://ngrok.nuxtjs.org/",
|
|
3676
|
+
"learn_more": "https://ngrok.com/",
|
|
3406
3677
|
"category": "Devtools",
|
|
3407
3678
|
"type": "community",
|
|
3408
3679
|
"maintainers": [
|
|
3409
3680
|
{
|
|
3410
|
-
"name": "
|
|
3411
|
-
"github": "
|
|
3412
|
-
|
|
3413
|
-
|
|
3681
|
+
"name": "Arash Sheyda",
|
|
3682
|
+
"github": "arashsheyda"
|
|
3683
|
+
}
|
|
3684
|
+
],
|
|
3685
|
+
"compatibility": {
|
|
3686
|
+
"nuxt": "^3.0.0",
|
|
3687
|
+
"requires": {}
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "nodemailer",
|
|
3692
|
+
"description": "Nuxt integration for nodemailer",
|
|
3693
|
+
"repo": "kleinpetr/nuxt-nodemailer",
|
|
3694
|
+
"npm": "nuxt-nodemailer",
|
|
3695
|
+
"icon": "nodemailer.png",
|
|
3696
|
+
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3697
|
+
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3698
|
+
"learn_more": "https://www.nodemailer.com/",
|
|
3699
|
+
"category": "Extensions",
|
|
3700
|
+
"type": "3rd-party",
|
|
3701
|
+
"maintainers": [
|
|
3414
3702
|
{
|
|
3415
|
-
"name": "
|
|
3416
|
-
"github": "
|
|
3417
|
-
"twitter": "_pi0_"
|
|
3703
|
+
"name": "kleinpetr",
|
|
3704
|
+
"github": "kleinpetr"
|
|
3418
3705
|
}
|
|
3419
3706
|
],
|
|
3420
3707
|
"compatibility": {
|
|
3421
|
-
"nuxt": "^
|
|
3708
|
+
"nuxt": "^3.0.0",
|
|
3422
3709
|
"requires": {}
|
|
3423
3710
|
}
|
|
3424
3711
|
},
|
|
@@ -3489,14 +3776,37 @@
|
|
|
3489
3776
|
}
|
|
3490
3777
|
},
|
|
3491
3778
|
{
|
|
3492
|
-
"name": "nuxt-
|
|
3493
|
-
"description": "
|
|
3494
|
-
"repo": "
|
|
3779
|
+
"name": "nuxt-asciidoc",
|
|
3780
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3781
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3782
|
+
"npm": "nuxt-asciidoc",
|
|
3783
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3784
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3785
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3786
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3787
|
+
"category": "Extensions",
|
|
3788
|
+
"type": "3rd-party",
|
|
3789
|
+
"maintainers": [
|
|
3790
|
+
{
|
|
3791
|
+
"name": "Christian Lenz",
|
|
3792
|
+
"github": "Chris2011",
|
|
3793
|
+
"twitter": "Chrizzly42"
|
|
3794
|
+
}
|
|
3795
|
+
],
|
|
3796
|
+
"compatibility": {
|
|
3797
|
+
"nuxt": "^3.0.0",
|
|
3798
|
+
"requires": {}
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "nuxt-auth-sanctum",
|
|
3803
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3804
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3495
3805
|
"npm": "nuxt-auth-sanctum",
|
|
3496
3806
|
"icon": "laravel.svg",
|
|
3497
3807
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3498
|
-
"website": "https://
|
|
3499
|
-
"learn_more": "",
|
|
3808
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3809
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3500
3810
|
"category": "Security",
|
|
3501
3811
|
"type": "3rd-party",
|
|
3502
3812
|
"maintainers": [
|
|
@@ -3507,7 +3817,7 @@
|
|
|
3507
3817
|
}
|
|
3508
3818
|
],
|
|
3509
3819
|
"compatibility": {
|
|
3510
|
-
"nuxt": "^3.
|
|
3820
|
+
"nuxt": "^3.9.0",
|
|
3511
3821
|
"requires": {}
|
|
3512
3822
|
}
|
|
3513
3823
|
},
|
|
@@ -3533,6 +3843,57 @@
|
|
|
3533
3843
|
"requires": {}
|
|
3534
3844
|
}
|
|
3535
3845
|
},
|
|
3846
|
+
{
|
|
3847
|
+
"name": "nuxt-bezier",
|
|
3848
|
+
"description": "Reusable transition components",
|
|
3849
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3850
|
+
"npm": "nuxt-bezier",
|
|
3851
|
+
"icon": "nuxt-bezier.png",
|
|
3852
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3853
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3854
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3855
|
+
"category": "UI",
|
|
3856
|
+
"type": "3rd-party",
|
|
3857
|
+
"maintainers": [
|
|
3858
|
+
{
|
|
3859
|
+
"name": "Soryn Gitlan",
|
|
3860
|
+
"github": "50rayn"
|
|
3861
|
+
}
|
|
3862
|
+
],
|
|
3863
|
+
"compatibility": {
|
|
3864
|
+
"nuxt": "^3.0.0",
|
|
3865
|
+
"requires": {}
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"name": "nuxt-booster",
|
|
3870
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3871
|
+
"repo": "basics/nuxt-booster",
|
|
3872
|
+
"npm": "nuxt-booster",
|
|
3873
|
+
"icon": "nuxt-booster.svg",
|
|
3874
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3875
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3876
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3877
|
+
"category": "Performance",
|
|
3878
|
+
"type": "3rd-party",
|
|
3879
|
+
"maintainers": [
|
|
3880
|
+
{
|
|
3881
|
+
"name": "Thorn Walli",
|
|
3882
|
+
"github": "ThornWalli",
|
|
3883
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"name": "Stephan Gerbeth",
|
|
3887
|
+
"github": "StephanGerbeth",
|
|
3888
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3889
|
+
}
|
|
3890
|
+
],
|
|
3891
|
+
"compatibility": {
|
|
3892
|
+
"nuxt": "^3.0.0",
|
|
3893
|
+
"requires": {},
|
|
3894
|
+
"devtools": "^0.0.0"
|
|
3895
|
+
}
|
|
3896
|
+
},
|
|
3536
3897
|
{
|
|
3537
3898
|
"name": "nuxt-bootstrap-icons",
|
|
3538
3899
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3577,6 +3938,28 @@
|
|
|
3577
3938
|
"requires": {}
|
|
3578
3939
|
}
|
|
3579
3940
|
},
|
|
3941
|
+
{
|
|
3942
|
+
"name": "nuxt-cookie-consent",
|
|
3943
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3944
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3945
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3946
|
+
"icon": "wah.svg",
|
|
3947
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3948
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3949
|
+
"learn_more": "",
|
|
3950
|
+
"category": "Extensions",
|
|
3951
|
+
"type": "3rd-party",
|
|
3952
|
+
"maintainers": [
|
|
3953
|
+
{
|
|
3954
|
+
"name": "weareheavy",
|
|
3955
|
+
"github": "weareheavy"
|
|
3956
|
+
}
|
|
3957
|
+
],
|
|
3958
|
+
"compatibility": {
|
|
3959
|
+
"nuxt": "^3.0.0",
|
|
3960
|
+
"requires": {}
|
|
3961
|
+
}
|
|
3962
|
+
},
|
|
3580
3963
|
{
|
|
3581
3964
|
"name": "nuxt-facebook-chat",
|
|
3582
3965
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -3603,6 +3986,28 @@
|
|
|
3603
3986
|
"requires": {}
|
|
3604
3987
|
}
|
|
3605
3988
|
},
|
|
3989
|
+
{
|
|
3990
|
+
"name": "nuxt-feather-icons",
|
|
3991
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3992
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3993
|
+
"npm": "nuxt-feather-icons",
|
|
3994
|
+
"icon": "nuxt-feather-icons.png",
|
|
3995
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3996
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3997
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3998
|
+
"category": "UI",
|
|
3999
|
+
"type": "3rd-party",
|
|
4000
|
+
"maintainers": [
|
|
4001
|
+
{
|
|
4002
|
+
"name": "4sllan",
|
|
4003
|
+
"github": "4sllan"
|
|
4004
|
+
}
|
|
4005
|
+
],
|
|
4006
|
+
"compatibility": {
|
|
4007
|
+
"nuxt": "^3.0.0",
|
|
4008
|
+
"requires": {}
|
|
4009
|
+
}
|
|
4010
|
+
},
|
|
3606
4011
|
{
|
|
3607
4012
|
"name": "nuxt-feedme",
|
|
3608
4013
|
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
@@ -3625,6 +4030,51 @@
|
|
|
3625
4030
|
"requires": {}
|
|
3626
4031
|
}
|
|
3627
4032
|
},
|
|
4033
|
+
{
|
|
4034
|
+
"name": "nuxt-file-storage",
|
|
4035
|
+
"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.",
|
|
4036
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
4037
|
+
"npm": "nuxt-file-storage",
|
|
4038
|
+
"icon": "nuxt-file-storage.svg",
|
|
4039
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
4040
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
4041
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
4042
|
+
"category": "Database",
|
|
4043
|
+
"type": "3rd-party",
|
|
4044
|
+
"maintainers": [
|
|
4045
|
+
{
|
|
4046
|
+
"name": "NyllRE",
|
|
4047
|
+
"github": "NyllRE"
|
|
4048
|
+
}
|
|
4049
|
+
],
|
|
4050
|
+
"compatibility": {
|
|
4051
|
+
"nuxt": "^3.0.0",
|
|
4052
|
+
"requires": {}
|
|
4053
|
+
}
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "nuxt-fontawesome",
|
|
4057
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
4058
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
4059
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
4060
|
+
"icon": "nuxt-fontawesome.svg",
|
|
4061
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4062
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4063
|
+
"learn_more": "https://fontawesome.com",
|
|
4064
|
+
"category": "UI",
|
|
4065
|
+
"type": "3rd-party",
|
|
4066
|
+
"maintainers": [
|
|
4067
|
+
{
|
|
4068
|
+
"name": "Vasily Naumkin",
|
|
4069
|
+
"github": "bezumkin",
|
|
4070
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4071
|
+
}
|
|
4072
|
+
],
|
|
4073
|
+
"compatibility": {
|
|
4074
|
+
"nuxt": "^3.0.0",
|
|
4075
|
+
"requires": {}
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
3628
4078
|
{
|
|
3629
4079
|
"name": "nuxt-graphql-middleware",
|
|
3630
4080
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3632,7 +4082,7 @@
|
|
|
3632
4082
|
"npm": "nuxt-graphql-middleware",
|
|
3633
4083
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3634
4084
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3635
|
-
"website": "https://nuxt-graphql-middleware
|
|
4085
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3636
4086
|
"learn_more": "",
|
|
3637
4087
|
"category": "Request",
|
|
3638
4088
|
"type": "3rd-party",
|
|
@@ -3690,7 +4140,7 @@
|
|
|
3690
4140
|
"maintainers": [
|
|
3691
4141
|
{
|
|
3692
4142
|
"name": "Zadig&Voltaire Team",
|
|
3693
|
-
"github": "
|
|
4143
|
+
"github": "zadigetvoltaire"
|
|
3694
4144
|
}
|
|
3695
4145
|
],
|
|
3696
4146
|
"compatibility": {
|
|
@@ -3774,8 +4224,8 @@
|
|
|
3774
4224
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3775
4225
|
"icon": "nuxt-localtunnel.svg",
|
|
3776
4226
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3777
|
-
"website": "https://
|
|
3778
|
-
"learn_more": "
|
|
4227
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4228
|
+
"learn_more": "",
|
|
3779
4229
|
"category": "Devtools",
|
|
3780
4230
|
"type": "3rd-party",
|
|
3781
4231
|
"maintainers": [
|
|
@@ -3879,6 +4329,29 @@
|
|
|
3879
4329
|
"requires": {}
|
|
3880
4330
|
}
|
|
3881
4331
|
},
|
|
4332
|
+
{
|
|
4333
|
+
"name": "nuxt-meta-pixel",
|
|
4334
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4335
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4336
|
+
"npm": "nuxt-meta-pixel",
|
|
4337
|
+
"icon": "",
|
|
4338
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4339
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4340
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4341
|
+
"category": "Analytics",
|
|
4342
|
+
"type": "3rd-party",
|
|
4343
|
+
"maintainers": [
|
|
4344
|
+
{
|
|
4345
|
+
"name": "tanukijs",
|
|
4346
|
+
"github": "tanukijs",
|
|
4347
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4348
|
+
}
|
|
4349
|
+
],
|
|
4350
|
+
"compatibility": {
|
|
4351
|
+
"nuxt": "^3.0.0",
|
|
4352
|
+
"requires": {}
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
3882
4355
|
{
|
|
3883
4356
|
"name": "nuxt-monaco-editor",
|
|
3884
4357
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3924,6 +4397,78 @@
|
|
|
3924
4397
|
"devtools": "^0.0.0"
|
|
3925
4398
|
}
|
|
3926
4399
|
},
|
|
4400
|
+
{
|
|
4401
|
+
"name": "nuxt-oidc-auth",
|
|
4402
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4403
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4404
|
+
"npm": "nuxt-oidc-auth",
|
|
4405
|
+
"icon": "",
|
|
4406
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4407
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4408
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4409
|
+
"category": "Security",
|
|
4410
|
+
"type": "3rd-party",
|
|
4411
|
+
"maintainers": [
|
|
4412
|
+
{
|
|
4413
|
+
"name": "Jan-Henrik Damaschke",
|
|
4414
|
+
"github": "itpropro",
|
|
4415
|
+
"twitter": "jandamaschke"
|
|
4416
|
+
}
|
|
4417
|
+
],
|
|
4418
|
+
"compatibility": {
|
|
4419
|
+
"nuxt": "^3.0.0",
|
|
4420
|
+
"requires": {}
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"name": "nuxt-openapi-docs-module",
|
|
4425
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4426
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4427
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4428
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4429
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4430
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4431
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4432
|
+
"category": "Libraries",
|
|
4433
|
+
"type": "3rd-party",
|
|
4434
|
+
"maintainers": [
|
|
4435
|
+
{
|
|
4436
|
+
"name": "Pavel Kuzmin",
|
|
4437
|
+
"github": "s00d"
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"compatibility": {
|
|
4441
|
+
"nuxt": "^3.0.0",
|
|
4442
|
+
"requires": {}
|
|
4443
|
+
}
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "nuxt-openid-connect",
|
|
4447
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4448
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4449
|
+
"npm": "nuxt-openid-connect",
|
|
4450
|
+
"icon": "",
|
|
4451
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4452
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4453
|
+
"learn_more": "",
|
|
4454
|
+
"category": "Security",
|
|
4455
|
+
"type": "3rd-party",
|
|
4456
|
+
"maintainers": [
|
|
4457
|
+
{
|
|
4458
|
+
"name": "Aborn Jiang",
|
|
4459
|
+
"github": "aborn"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "Khaled Almana",
|
|
4463
|
+
"github": "KhaledAlMana"
|
|
4464
|
+
}
|
|
4465
|
+
],
|
|
4466
|
+
"compatibility": {
|
|
4467
|
+
"nuxt": "^3.0.0",
|
|
4468
|
+
"requires": {},
|
|
4469
|
+
"devtools": "^0.0.0"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
3927
4472
|
{
|
|
3928
4473
|
"name": "nuxt-payload-analyzer",
|
|
3929
4474
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -3947,6 +4492,29 @@
|
|
|
3947
4492
|
"requires": {}
|
|
3948
4493
|
}
|
|
3949
4494
|
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "nuxt-pdf-frame",
|
|
4497
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4498
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4499
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4500
|
+
"icon": "pdf-frame.svg",
|
|
4501
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4502
|
+
"website": "https://www.pdf-frame.org",
|
|
4503
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4504
|
+
"category": "Libraries",
|
|
4505
|
+
"type": "3rd-party",
|
|
4506
|
+
"maintainers": [
|
|
4507
|
+
{
|
|
4508
|
+
"name": "Narayana Swamy",
|
|
4509
|
+
"github": "nswamy14",
|
|
4510
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4511
|
+
}
|
|
4512
|
+
],
|
|
4513
|
+
"compatibility": {
|
|
4514
|
+
"nuxt": "^3.0.0",
|
|
4515
|
+
"requires": {}
|
|
4516
|
+
}
|
|
4517
|
+
},
|
|
3950
4518
|
{
|
|
3951
4519
|
"name": "nuxt-pdf",
|
|
3952
4520
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3977,8 +4545,8 @@
|
|
|
3977
4545
|
"npm": "nuxt-phosphor-icons",
|
|
3978
4546
|
"icon": "phosphor-icons.svg",
|
|
3979
4547
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3980
|
-
"website": "https://
|
|
3981
|
-
"learn_more": "https://
|
|
4548
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4549
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3982
4550
|
"category": "UI",
|
|
3983
4551
|
"type": "3rd-party",
|
|
3984
4552
|
"maintainers": [
|
|
@@ -4014,28 +4582,6 @@
|
|
|
4014
4582
|
"requires": {}
|
|
4015
4583
|
}
|
|
4016
4584
|
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "plausible",
|
|
4019
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4020
|
-
"repo": "nuxt-modules/plausible",
|
|
4021
|
-
"npm": "@nuxtjs/plausible",
|
|
4022
|
-
"icon": "plausible.png",
|
|
4023
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4024
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4025
|
-
"learn_more": "https://plausible.io/",
|
|
4026
|
-
"category": "Analytics",
|
|
4027
|
-
"type": "community",
|
|
4028
|
-
"maintainers": [
|
|
4029
|
-
{
|
|
4030
|
-
"name": "Johann Schopplich",
|
|
4031
|
-
"github": "johannschopplich"
|
|
4032
|
-
}
|
|
4033
|
-
],
|
|
4034
|
-
"compatibility": {
|
|
4035
|
-
"nuxt": "^3.0.0",
|
|
4036
|
-
"requires": {}
|
|
4037
|
-
}
|
|
4038
|
-
},
|
|
4039
4585
|
{
|
|
4040
4586
|
"name": "nuxt-plotly",
|
|
4041
4587
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4085,6 +4631,28 @@
|
|
|
4085
4631
|
"requires": {}
|
|
4086
4632
|
}
|
|
4087
4633
|
},
|
|
4634
|
+
{
|
|
4635
|
+
"name": "nuxt-posthog",
|
|
4636
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4637
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4638
|
+
"npm": "nuxt-posthog",
|
|
4639
|
+
"icon": "posthog.svg",
|
|
4640
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4641
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4642
|
+
"learn_more": "https://posthog.com",
|
|
4643
|
+
"category": "Analytics",
|
|
4644
|
+
"type": "3rd-party",
|
|
4645
|
+
"maintainers": [
|
|
4646
|
+
{
|
|
4647
|
+
"name": "Carles Mitjans",
|
|
4648
|
+
"github": "mitjans"
|
|
4649
|
+
}
|
|
4650
|
+
],
|
|
4651
|
+
"compatibility": {
|
|
4652
|
+
"nuxt": "^3.0.0",
|
|
4653
|
+
"requires": {}
|
|
4654
|
+
}
|
|
4655
|
+
},
|
|
4088
4656
|
{
|
|
4089
4657
|
"name": "nuxt-smartlook",
|
|
4090
4658
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -4164,7 +4732,7 @@
|
|
|
4164
4732
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
4165
4733
|
"repo": "fumeapp/nuxt-storm",
|
|
4166
4734
|
"npm": "nuxt-storm",
|
|
4167
|
-
"icon": "
|
|
4735
|
+
"icon": "",
|
|
4168
4736
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
4169
4737
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
4170
4738
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -4181,6 +4749,30 @@
|
|
|
4181
4749
|
"requires": {}
|
|
4182
4750
|
}
|
|
4183
4751
|
},
|
|
4752
|
+
{
|
|
4753
|
+
"name": "nuxt-svgo-loader",
|
|
4754
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4755
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4756
|
+
"npm": "nuxt-svgo-loader",
|
|
4757
|
+
"icon": "",
|
|
4758
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4759
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4760
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4761
|
+
"category": "Images",
|
|
4762
|
+
"type": "3rd-party",
|
|
4763
|
+
"maintainers": [
|
|
4764
|
+
{
|
|
4765
|
+
"name": "Alex Liu",
|
|
4766
|
+
"github": "Mini-ghost",
|
|
4767
|
+
"twitter": "Minighost_Alex"
|
|
4768
|
+
}
|
|
4769
|
+
],
|
|
4770
|
+
"compatibility": {
|
|
4771
|
+
"nuxt": "^3.0.0",
|
|
4772
|
+
"requires": {},
|
|
4773
|
+
"devtools": "^0.0.0"
|
|
4774
|
+
}
|
|
4775
|
+
},
|
|
4184
4776
|
{
|
|
4185
4777
|
"name": "nuxt-svgo",
|
|
4186
4778
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4226,14 +4818,14 @@
|
|
|
4226
4818
|
}
|
|
4227
4819
|
},
|
|
4228
4820
|
{
|
|
4229
|
-
"name": "nuxt-use-
|
|
4230
|
-
"description": "A Nuxt module
|
|
4231
|
-
"repo": "Tahul/nuxt-use-
|
|
4232
|
-
"npm": "nuxt-use-
|
|
4233
|
-
"icon": "nuxt-use-
|
|
4234
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
4235
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
4236
|
-
"learn_more": "https://github.com/vueuse/
|
|
4821
|
+
"name": "nuxt-use-sound",
|
|
4822
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
4823
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
4824
|
+
"npm": "nuxt-use-sound",
|
|
4825
|
+
"icon": "nuxt-use-sound.svg",
|
|
4826
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
4827
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
4828
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
4237
4829
|
"category": "Libraries",
|
|
4238
4830
|
"type": "3rd-party",
|
|
4239
4831
|
"maintainers": [
|
|
@@ -4248,24 +4840,24 @@
|
|
|
4248
4840
|
}
|
|
4249
4841
|
},
|
|
4250
4842
|
{
|
|
4251
|
-
"name": "nuxt-
|
|
4252
|
-
"description": "
|
|
4253
|
-
"repo": "
|
|
4254
|
-
"npm": "nuxt-
|
|
4255
|
-
"icon": "nuxt-
|
|
4256
|
-
"github": "https://github.com/
|
|
4257
|
-
"website": "https://github.com/
|
|
4258
|
-
"learn_more": "
|
|
4259
|
-
"category": "
|
|
4843
|
+
"name": "nuxt-uswds",
|
|
4844
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4845
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4846
|
+
"npm": "nuxt-uswds",
|
|
4847
|
+
"icon": "nuxt-uswds.svg",
|
|
4848
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4849
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4850
|
+
"learn_more": "",
|
|
4851
|
+
"category": "UI",
|
|
4260
4852
|
"type": "3rd-party",
|
|
4261
4853
|
"maintainers": [
|
|
4262
4854
|
{
|
|
4263
|
-
"name": "
|
|
4264
|
-
"github": "
|
|
4855
|
+
"name": "Patrick Cate",
|
|
4856
|
+
"github": "patrickcate"
|
|
4265
4857
|
}
|
|
4266
4858
|
],
|
|
4267
4859
|
"compatibility": {
|
|
4268
|
-
"nuxt": "^
|
|
4860
|
+
"nuxt": "^3.0.0",
|
|
4269
4861
|
"requires": {}
|
|
4270
4862
|
}
|
|
4271
4863
|
},
|
|
@@ -4316,20 +4908,20 @@
|
|
|
4316
4908
|
}
|
|
4317
4909
|
},
|
|
4318
4910
|
{
|
|
4319
|
-
"name": "nuxt-
|
|
4320
|
-
"description": "
|
|
4321
|
-
"repo": "
|
|
4322
|
-
"npm": "
|
|
4323
|
-
"icon": "
|
|
4324
|
-
"github": "https://github.com/
|
|
4325
|
-
"website": "https://
|
|
4326
|
-
"learn_more": "
|
|
4327
|
-
"category": "
|
|
4911
|
+
"name": "nuxt-zod-i18n",
|
|
4912
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4913
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4914
|
+
"npm": "nuxt-zod-i18n",
|
|
4915
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4916
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4917
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4918
|
+
"learn_more": "",
|
|
4919
|
+
"category": "Libraries",
|
|
4328
4920
|
"type": "3rd-party",
|
|
4329
4921
|
"maintainers": [
|
|
4330
4922
|
{
|
|
4331
|
-
"name": "
|
|
4332
|
-
"github": "
|
|
4923
|
+
"name": "xibman",
|
|
4924
|
+
"github": "xibman"
|
|
4333
4925
|
}
|
|
4334
4926
|
],
|
|
4335
4927
|
"compatibility": {
|
|
@@ -4337,10 +4929,38 @@
|
|
|
4337
4929
|
"requires": {}
|
|
4338
4930
|
}
|
|
4339
4931
|
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "nuxt2-ngrok",
|
|
4934
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
4935
|
+
"repo": "nuxt-community/ngrok",
|
|
4936
|
+
"npm": "@nuxtjs/ngrok",
|
|
4937
|
+
"icon": "ngrok.png",
|
|
4938
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
4939
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
4940
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
4941
|
+
"category": "Devtools",
|
|
4942
|
+
"type": "community",
|
|
4943
|
+
"maintainers": [
|
|
4944
|
+
{
|
|
4945
|
+
"name": "Debbie O'Brien",
|
|
4946
|
+
"github": "debs-obrien",
|
|
4947
|
+
"twitter": "debs_obrien"
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
"name": "Pooya Parsa",
|
|
4951
|
+
"github": "pi0",
|
|
4952
|
+
"twitter": "_pi0_"
|
|
4953
|
+
}
|
|
4954
|
+
],
|
|
4955
|
+
"compatibility": {
|
|
4956
|
+
"nuxt": "^2.0.0",
|
|
4957
|
+
"requires": {}
|
|
4958
|
+
}
|
|
4959
|
+
},
|
|
4340
4960
|
{
|
|
4341
4961
|
"name": "nuxt3-interpolation",
|
|
4342
4962
|
"description": "",
|
|
4343
|
-
"repo": "daliborgogic/interpolation
|
|
4963
|
+
"repo": "daliborgogic/interpolation",
|
|
4344
4964
|
"npm": "nuxt3-interpolation",
|
|
4345
4965
|
"icon": "",
|
|
4346
4966
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4366,7 +4986,7 @@
|
|
|
4366
4986
|
"npm": "nuxt3-leaflet",
|
|
4367
4987
|
"icon": "leaflet.png",
|
|
4368
4988
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4369
|
-
"website": "https://github.
|
|
4989
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4370
4990
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4371
4991
|
"category": "Libraries",
|
|
4372
4992
|
"type": "3rd-party",
|
|
@@ -4407,14 +5027,14 @@
|
|
|
4407
5027
|
{
|
|
4408
5028
|
"name": "og-image",
|
|
4409
5029
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4410
|
-
"repo": "
|
|
5030
|
+
"repo": "nuxt-modules/og-image",
|
|
4411
5031
|
"npm": "nuxt-og-image",
|
|
4412
5032
|
"icon": "og-image.svg",
|
|
4413
|
-
"github": "https://github.com/
|
|
5033
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4414
5034
|
"website": "https://nuxtseo.com/og-image",
|
|
4415
5035
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4416
5036
|
"category": "SEO",
|
|
4417
|
-
"type": "
|
|
5037
|
+
"type": "community",
|
|
4418
5038
|
"maintainers": [
|
|
4419
5039
|
{
|
|
4420
5040
|
"name": "Harlan Wilton",
|
|
@@ -4459,8 +5079,8 @@
|
|
|
4459
5079
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4460
5080
|
"icon": "",
|
|
4461
5081
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4462
|
-
"website": "https://
|
|
4463
|
-
"learn_more": "",
|
|
5082
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
5083
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4464
5084
|
"category": "Images",
|
|
4465
5085
|
"type": "3rd-party",
|
|
4466
5086
|
"maintainers": [
|
|
@@ -4613,6 +5233,28 @@
|
|
|
4613
5233
|
"requires": {}
|
|
4614
5234
|
}
|
|
4615
5235
|
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "pergel",
|
|
5238
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5239
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5240
|
+
"npm": "pergel",
|
|
5241
|
+
"icon": "pergel.svg",
|
|
5242
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5243
|
+
"website": "https://oku-ui.com/pergel",
|
|
5244
|
+
"learn_more": "",
|
|
5245
|
+
"category": "Devtools",
|
|
5246
|
+
"type": "3rd-party",
|
|
5247
|
+
"maintainers": [
|
|
5248
|
+
{
|
|
5249
|
+
"name": "Mehmet - productdevbook",
|
|
5250
|
+
"github": "productdevbook"
|
|
5251
|
+
}
|
|
5252
|
+
],
|
|
5253
|
+
"compatibility": {
|
|
5254
|
+
"nuxt": "^3.10.0",
|
|
5255
|
+
"requires": {}
|
|
5256
|
+
}
|
|
5257
|
+
},
|
|
4616
5258
|
{
|
|
4617
5259
|
"name": "persian-datepicker",
|
|
4618
5260
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4639,7 +5281,7 @@
|
|
|
4639
5281
|
{
|
|
4640
5282
|
"name": "pinia-orm",
|
|
4641
5283
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4642
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5284
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4643
5285
|
"npm": "@pinia-orm/nuxt",
|
|
4644
5286
|
"icon": "pinia-orm.svg",
|
|
4645
5287
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4713,20 +5355,20 @@
|
|
|
4713
5355
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4714
5356
|
"repo": "nuxt-modules/plausible",
|
|
4715
5357
|
"npm": "@nuxtjs/plausible",
|
|
4716
|
-
"icon": "",
|
|
5358
|
+
"icon": "plausible.svg",
|
|
4717
5359
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4718
5360
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4719
5361
|
"learn_more": "",
|
|
4720
|
-
"category": "
|
|
5362
|
+
"category": "Analytics",
|
|
4721
5363
|
"type": "community",
|
|
4722
5364
|
"maintainers": [
|
|
4723
5365
|
{
|
|
4724
|
-
"name": "
|
|
4725
|
-
"github": "
|
|
5366
|
+
"name": "Johann Schopplich",
|
|
5367
|
+
"github": "johannschopplich"
|
|
4726
5368
|
}
|
|
4727
5369
|
],
|
|
4728
5370
|
"compatibility": {
|
|
4729
|
-
"nuxt": "^2.0.0",
|
|
5371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4730
5372
|
"requires": {}
|
|
4731
5373
|
}
|
|
4732
5374
|
},
|
|
@@ -4759,7 +5401,7 @@
|
|
|
4759
5401
|
"npm": "nuxt-prepare",
|
|
4760
5402
|
"icon": "prepare.svg",
|
|
4761
5403
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4762
|
-
"website": "https://nuxt-prepare.
|
|
5404
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4763
5405
|
"learn_more": "",
|
|
4764
5406
|
"category": "Devtools",
|
|
4765
5407
|
"type": "3rd-party",
|
|
@@ -5159,7 +5801,7 @@
|
|
|
5159
5801
|
"icon": "robots.png",
|
|
5160
5802
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5161
5803
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5162
|
-
"learn_more": "
|
|
5804
|
+
"learn_more": "",
|
|
5163
5805
|
"category": "SEO",
|
|
5164
5806
|
"type": "community",
|
|
5165
5807
|
"maintainers": [
|
|
@@ -5268,9 +5910,32 @@
|
|
|
5268
5910
|
}
|
|
5269
5911
|
}
|
|
5270
5912
|
},
|
|
5913
|
+
{
|
|
5914
|
+
"name": "scalar",
|
|
5915
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5916
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5917
|
+
"npm": "@scalar/nuxt",
|
|
5918
|
+
"icon": "scalar.svg",
|
|
5919
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5920
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5921
|
+
"learn_more": "https://scalar.com",
|
|
5922
|
+
"category": "Devtools",
|
|
5923
|
+
"type": "3rd-party",
|
|
5924
|
+
"maintainers": [
|
|
5925
|
+
{
|
|
5926
|
+
"name": "scalar",
|
|
5927
|
+
"github": "scalar",
|
|
5928
|
+
"twitter": "scalar"
|
|
5929
|
+
}
|
|
5930
|
+
],
|
|
5931
|
+
"compatibility": {
|
|
5932
|
+
"nuxt": "^3.0.0",
|
|
5933
|
+
"requires": {}
|
|
5934
|
+
}
|
|
5935
|
+
},
|
|
5271
5936
|
{
|
|
5272
5937
|
"name": "schema-org",
|
|
5273
|
-
"description": "Schema.org
|
|
5938
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5274
5939
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5275
5940
|
"npm": "nuxt-schema-org",
|
|
5276
5941
|
"icon": "schema-org.svg",
|
|
@@ -5292,6 +5957,29 @@
|
|
|
5292
5957
|
"requires": {}
|
|
5293
5958
|
}
|
|
5294
5959
|
},
|
|
5960
|
+
{
|
|
5961
|
+
"name": "scripts",
|
|
5962
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
5963
|
+
"repo": "nuxt/scripts",
|
|
5964
|
+
"npm": "@nuxt/scripts",
|
|
5965
|
+
"icon": "nuxt.svg",
|
|
5966
|
+
"github": "https://github.com/nuxt/scripts",
|
|
5967
|
+
"website": "https://scripts.nuxt.com",
|
|
5968
|
+
"learn_more": "",
|
|
5969
|
+
"category": "Libraries",
|
|
5970
|
+
"type": "official",
|
|
5971
|
+
"maintainers": [
|
|
5972
|
+
{
|
|
5973
|
+
"name": "Harlan Wilton",
|
|
5974
|
+
"github": "harlan-zw",
|
|
5975
|
+
"twitter": "harlan_zw"
|
|
5976
|
+
}
|
|
5977
|
+
],
|
|
5978
|
+
"compatibility": {
|
|
5979
|
+
"nuxt": "^3.0.0",
|
|
5980
|
+
"requires": {}
|
|
5981
|
+
}
|
|
5982
|
+
},
|
|
5295
5983
|
{
|
|
5296
5984
|
"name": "scss-to-js",
|
|
5297
5985
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -5345,7 +6033,7 @@
|
|
|
5345
6033
|
"icon": "segment.png",
|
|
5346
6034
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5347
6035
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5348
|
-
"learn_more": "
|
|
6036
|
+
"learn_more": "",
|
|
5349
6037
|
"category": "Analytics",
|
|
5350
6038
|
"type": "3rd-party",
|
|
5351
6039
|
"maintainers": [
|
|
@@ -5383,7 +6071,7 @@
|
|
|
5383
6071
|
},
|
|
5384
6072
|
{
|
|
5385
6073
|
"name": "seo-experiments",
|
|
5386
|
-
"description": "Powerful SEO DX improvements
|
|
6074
|
+
"description": "Powerful SEO DX improvements.",
|
|
5387
6075
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5388
6076
|
"npm": "nuxt-seo-experiments",
|
|
5389
6077
|
"icon": "seo-experiments.svg",
|
|
@@ -5406,47 +6094,47 @@
|
|
|
5406
6094
|
}
|
|
5407
6095
|
},
|
|
5408
6096
|
{
|
|
5409
|
-
"name": "seo-
|
|
5410
|
-
"description": "
|
|
5411
|
-
"repo": "
|
|
5412
|
-
"npm": "nuxt-seo-
|
|
5413
|
-
"icon": "
|
|
5414
|
-
"github": "https://github.com/
|
|
5415
|
-
"website": "https://
|
|
6097
|
+
"name": "seo-meta",
|
|
6098
|
+
"description": "Simple generate seo metadata",
|
|
6099
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
6100
|
+
"npm": "nuxt-seo-meta",
|
|
6101
|
+
"icon": "",
|
|
6102
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
6103
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
5416
6104
|
"learn_more": "",
|
|
5417
6105
|
"category": "SEO",
|
|
5418
6106
|
"type": "3rd-party",
|
|
5419
6107
|
"maintainers": [
|
|
5420
6108
|
{
|
|
5421
|
-
"name": "
|
|
5422
|
-
"github": "
|
|
6109
|
+
"name": "ihavecoke",
|
|
6110
|
+
"github": "ihavecoke",
|
|
6111
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
5423
6112
|
}
|
|
5424
6113
|
],
|
|
5425
6114
|
"compatibility": {
|
|
5426
|
-
"nuxt": "^
|
|
6115
|
+
"nuxt": "^2.0.0",
|
|
5427
6116
|
"requires": {}
|
|
5428
6117
|
}
|
|
5429
6118
|
},
|
|
5430
6119
|
{
|
|
5431
|
-
"name": "seo
|
|
5432
|
-
"description": "
|
|
5433
|
-
"repo": "
|
|
5434
|
-
"npm": "
|
|
5435
|
-
"icon": "",
|
|
5436
|
-
"github": "https://github.com/
|
|
5437
|
-
"website": "https://
|
|
5438
|
-
"learn_more": "",
|
|
6120
|
+
"name": "seo",
|
|
6121
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
6122
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
6123
|
+
"npm": "@nuxtjs/seo",
|
|
6124
|
+
"icon": "nuxt.svg",
|
|
6125
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
6126
|
+
"website": "https://nuxtseo.com/",
|
|
6127
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5439
6128
|
"category": "SEO",
|
|
5440
6129
|
"type": "3rd-party",
|
|
5441
6130
|
"maintainers": [
|
|
5442
6131
|
{
|
|
5443
|
-
"name": "
|
|
5444
|
-
"github": "
|
|
5445
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
6132
|
+
"name": "harlan-zw",
|
|
6133
|
+
"github": "harlan-zw"
|
|
5446
6134
|
}
|
|
5447
6135
|
],
|
|
5448
6136
|
"compatibility": {
|
|
5449
|
-
"nuxt": "^
|
|
6137
|
+
"nuxt": "^3.0.0",
|
|
5450
6138
|
"requires": {}
|
|
5451
6139
|
}
|
|
5452
6140
|
},
|
|
@@ -5498,7 +6186,7 @@
|
|
|
5498
6186
|
{
|
|
5499
6187
|
"name": "server-block",
|
|
5500
6188
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5501
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
6189
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5502
6190
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5503
6191
|
"icon": "server-block.svg",
|
|
5504
6192
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5519,21 +6207,25 @@
|
|
|
5519
6207
|
}
|
|
5520
6208
|
},
|
|
5521
6209
|
{
|
|
5522
|
-
"name": "
|
|
5523
|
-
"description": "
|
|
5524
|
-
"repo": "
|
|
5525
|
-
"npm": "
|
|
5526
|
-
"icon": "
|
|
5527
|
-
"github": "https://github.com/
|
|
5528
|
-
"website": "https://
|
|
5529
|
-
"learn_more": "https://
|
|
5530
|
-
"category": "
|
|
6210
|
+
"name": "shadcn",
|
|
6211
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6212
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6213
|
+
"npm": "shadcn-nuxt",
|
|
6214
|
+
"icon": "",
|
|
6215
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6216
|
+
"website": "https://www.shadcn-vue.com",
|
|
6217
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6218
|
+
"category": "UI",
|
|
5531
6219
|
"type": "3rd-party",
|
|
5532
6220
|
"maintainers": [
|
|
5533
6221
|
{
|
|
5534
|
-
"name": "
|
|
5535
|
-
"github": "
|
|
5536
|
-
"twitter": "
|
|
6222
|
+
"name": "Zernonia",
|
|
6223
|
+
"github": "zernonia",
|
|
6224
|
+
"twitter": "zernonia"
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
"name": "Sadegh Barati",
|
|
6228
|
+
"github": "sadeghbarati"
|
|
5537
6229
|
}
|
|
5538
6230
|
],
|
|
5539
6231
|
"compatibility": {
|
|
@@ -5563,6 +6255,28 @@
|
|
|
5563
6255
|
"requires": {}
|
|
5564
6256
|
}
|
|
5565
6257
|
},
|
|
6258
|
+
{
|
|
6259
|
+
"name": "shuimo-ui",
|
|
6260
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6261
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6262
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6263
|
+
"icon": "shuimo-ui.svg",
|
|
6264
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6265
|
+
"website": "https://shuimo.design",
|
|
6266
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6267
|
+
"category": "UI",
|
|
6268
|
+
"type": "3rd-party",
|
|
6269
|
+
"maintainers": [
|
|
6270
|
+
{
|
|
6271
|
+
"name": "higuaifan",
|
|
6272
|
+
"github": "higuaifan"
|
|
6273
|
+
}
|
|
6274
|
+
],
|
|
6275
|
+
"compatibility": {
|
|
6276
|
+
"nuxt": "^3.0.0",
|
|
6277
|
+
"requires": {}
|
|
6278
|
+
}
|
|
6279
|
+
},
|
|
5566
6280
|
{
|
|
5567
6281
|
"name": "sidebase-auth",
|
|
5568
6282
|
"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.",
|
|
@@ -5633,41 +6347,23 @@
|
|
|
5633
6347
|
}
|
|
5634
6348
|
},
|
|
5635
6349
|
{
|
|
5636
|
-
"name": "
|
|
6350
|
+
"name": "sitemap",
|
|
5637
6351
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5638
|
-
"repo": "
|
|
5639
|
-
"npm": "
|
|
6352
|
+
"repo": "nuxt-modules/sitemap",
|
|
6353
|
+
"npm": "@nuxtjs/sitemap",
|
|
5640
6354
|
"icon": "simple-sitemap.svg",
|
|
5641
|
-
"github": "https://github.com/
|
|
5642
|
-
"website": "https://nuxtseo.com/
|
|
5643
|
-
"learn_more": "https://nuxtseo.com/
|
|
6355
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
6356
|
+
"website": "https://nuxtseo.com/",
|
|
6357
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5644
6358
|
"category": "SEO",
|
|
5645
|
-
"type": "
|
|
6359
|
+
"type": "community",
|
|
5646
6360
|
"maintainers": [
|
|
5647
6361
|
{
|
|
5648
6362
|
"name": "Harlan Wilton",
|
|
5649
6363
|
"github": "harlan-zw",
|
|
5650
6364
|
"twitter": "harlan_zw",
|
|
5651
6365
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5652
|
-
}
|
|
5653
|
-
],
|
|
5654
|
-
"compatibility": {
|
|
5655
|
-
"nuxt": "^3.0.0",
|
|
5656
|
-
"requires": {}
|
|
5657
|
-
}
|
|
5658
|
-
},
|
|
5659
|
-
{
|
|
5660
|
-
"name": "sitemap",
|
|
5661
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5662
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5663
|
-
"npm": "@nuxtjs/sitemap",
|
|
5664
|
-
"icon": "",
|
|
5665
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5666
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5667
|
-
"learn_more": "",
|
|
5668
|
-
"category": "SEO",
|
|
5669
|
-
"type": "community",
|
|
5670
|
-
"maintainers": [
|
|
6366
|
+
},
|
|
5671
6367
|
{
|
|
5672
6368
|
"name": "Nicolas PENNEC",
|
|
5673
6369
|
"github": "NicoPennec",
|
|
@@ -5675,7 +6371,7 @@
|
|
|
5675
6371
|
}
|
|
5676
6372
|
],
|
|
5677
6373
|
"compatibility": {
|
|
5678
|
-
"nuxt": "^
|
|
6374
|
+
"nuxt": "^3.0.0",
|
|
5679
6375
|
"requires": {}
|
|
5680
6376
|
}
|
|
5681
6377
|
},
|
|
@@ -5709,7 +6405,7 @@
|
|
|
5709
6405
|
"icon": "snipcart.png",
|
|
5710
6406
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5711
6407
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5712
|
-
"learn_more": "
|
|
6408
|
+
"learn_more": "",
|
|
5713
6409
|
"category": "Ecommerce",
|
|
5714
6410
|
"type": "community",
|
|
5715
6411
|
"maintainers": [
|
|
@@ -5791,39 +6487,6 @@
|
|
|
5791
6487
|
"requires": {}
|
|
5792
6488
|
}
|
|
5793
6489
|
},
|
|
5794
|
-
{
|
|
5795
|
-
"name": "speedkit",
|
|
5796
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
5797
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
5798
|
-
"npm": "nuxt-speedkit",
|
|
5799
|
-
"icon": "speedkit.png",
|
|
5800
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
5801
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
5802
|
-
"learn_more": "",
|
|
5803
|
-
"category": "Performance",
|
|
5804
|
-
"type": "3rd-party",
|
|
5805
|
-
"maintainers": [
|
|
5806
|
-
{
|
|
5807
|
-
"name": "Stephan Gerbeth",
|
|
5808
|
-
"github": "StephanGerbeth",
|
|
5809
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
5810
|
-
},
|
|
5811
|
-
{
|
|
5812
|
-
"name": "Thorn Walli",
|
|
5813
|
-
"github": "ThornWalli",
|
|
5814
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"name": "Grabarz & Partner",
|
|
5818
|
-
"github": "GrabarzUndPartner",
|
|
5819
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
5820
|
-
}
|
|
5821
|
-
],
|
|
5822
|
-
"compatibility": {
|
|
5823
|
-
"nuxt": "^2.0.0",
|
|
5824
|
-
"requires": {}
|
|
5825
|
-
}
|
|
5826
|
-
},
|
|
5827
6490
|
{
|
|
5828
6491
|
"name": "ssr-lit",
|
|
5829
6492
|
"description": "",
|
|
@@ -5870,23 +6533,29 @@
|
|
|
5870
6533
|
},
|
|
5871
6534
|
{
|
|
5872
6535
|
"name": "storefront-ui",
|
|
5873
|
-
"description": "Storefront UI
|
|
5874
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6536
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6537
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
5875
6538
|
"npm": "@storefront-ui/nuxt",
|
|
5876
6539
|
"icon": "storefront-ui.svg",
|
|
5877
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
5878
|
-
"website": "https://docs.storefrontui.io
|
|
5879
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6540
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6541
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6542
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
5880
6543
|
"category": "UI",
|
|
5881
6544
|
"type": "3rd-party",
|
|
5882
6545
|
"maintainers": [
|
|
5883
6546
|
{
|
|
5884
|
-
"name": "
|
|
5885
|
-
"github": "
|
|
6547
|
+
"name": "Szymon Dziewoński",
|
|
6548
|
+
"github": "Szymon-dziewonski",
|
|
6549
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6550
|
+
},
|
|
6551
|
+
{
|
|
6552
|
+
"name": "Jakub Freisler",
|
|
6553
|
+
"github": "FRSgit",
|
|
6554
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
5886
6555
|
}
|
|
5887
6556
|
],
|
|
5888
6557
|
"compatibility": {
|
|
5889
|
-
"nuxt": "^
|
|
6558
|
+
"nuxt": "^3.0.0",
|
|
5890
6559
|
"requires": {}
|
|
5891
6560
|
}
|
|
5892
6561
|
},
|
|
@@ -5915,7 +6584,7 @@
|
|
|
5915
6584
|
{
|
|
5916
6585
|
"name": "storyblok",
|
|
5917
6586
|
"description": "Storyblok Nuxt module",
|
|
5918
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6587
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5919
6588
|
"npm": "@storyblok/nuxt",
|
|
5920
6589
|
"icon": "storyblok.png",
|
|
5921
6590
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -6115,29 +6784,6 @@
|
|
|
6115
6784
|
"requires": {}
|
|
6116
6785
|
}
|
|
6117
6786
|
},
|
|
6118
|
-
{
|
|
6119
|
-
"name": "stylify",
|
|
6120
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6121
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6122
|
-
"npm": "@stylify/nuxt",
|
|
6123
|
-
"icon": "stylify.svg",
|
|
6124
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6125
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6126
|
-
"learn_more": "https://stylifycss.com",
|
|
6127
|
-
"category": "UI",
|
|
6128
|
-
"type": "3rd-party",
|
|
6129
|
-
"maintainers": [
|
|
6130
|
-
{
|
|
6131
|
-
"name": "Vladimír Macháček",
|
|
6132
|
-
"github": "Machy8",
|
|
6133
|
-
"twitter": "8machy"
|
|
6134
|
-
}
|
|
6135
|
-
],
|
|
6136
|
-
"compatibility": {
|
|
6137
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6138
|
-
"requires": {}
|
|
6139
|
-
}
|
|
6140
|
-
},
|
|
6141
6787
|
{
|
|
6142
6788
|
"name": "supabase",
|
|
6143
6789
|
"description": "First class integration with Supabase",
|
|
@@ -6171,6 +6817,29 @@
|
|
|
6171
6817
|
"requires": {}
|
|
6172
6818
|
}
|
|
6173
6819
|
},
|
|
6820
|
+
{
|
|
6821
|
+
"name": "surrealdb",
|
|
6822
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
6823
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6824
|
+
"npm": "nuxt-surrealdb",
|
|
6825
|
+
"icon": "surrealdb.png",
|
|
6826
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6827
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6828
|
+
"learn_more": "",
|
|
6829
|
+
"category": "Database",
|
|
6830
|
+
"type": "3rd-party",
|
|
6831
|
+
"maintainers": [
|
|
6832
|
+
{
|
|
6833
|
+
"name": "Sandro Circi",
|
|
6834
|
+
"github": "sandros94",
|
|
6835
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
6836
|
+
}
|
|
6837
|
+
],
|
|
6838
|
+
"compatibility": {
|
|
6839
|
+
"nuxt": "^3.10.0",
|
|
6840
|
+
"requires": {}
|
|
6841
|
+
}
|
|
6842
|
+
},
|
|
6174
6843
|
{
|
|
6175
6844
|
"name": "svg-loader",
|
|
6176
6845
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
@@ -6260,6 +6929,30 @@
|
|
|
6260
6929
|
"requires": {}
|
|
6261
6930
|
}
|
|
6262
6931
|
},
|
|
6932
|
+
{
|
|
6933
|
+
"name": "swiftsearch",
|
|
6934
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6935
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6936
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6937
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6938
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6939
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6940
|
+
"learn_more": "",
|
|
6941
|
+
"category": "Libraries",
|
|
6942
|
+
"type": "3rd-party",
|
|
6943
|
+
"maintainers": [
|
|
6944
|
+
{
|
|
6945
|
+
"name": "Matteo Rigoni",
|
|
6946
|
+
"github": "rigo-m",
|
|
6947
|
+
"twitter": "MatteoRigoni",
|
|
6948
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6949
|
+
}
|
|
6950
|
+
],
|
|
6951
|
+
"compatibility": {
|
|
6952
|
+
"nuxt": "^3.10.0",
|
|
6953
|
+
"requires": {}
|
|
6954
|
+
}
|
|
6955
|
+
},
|
|
6263
6956
|
{
|
|
6264
6957
|
"name": "swiper",
|
|
6265
6958
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6331,6 +7024,37 @@
|
|
|
6331
7024
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6332
7025
|
"requires": {},
|
|
6333
7026
|
"devtools": "^0.0.0"
|
|
7027
|
+
},
|
|
7028
|
+
"aliases": [
|
|
7029
|
+
"tailwind"
|
|
7030
|
+
]
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"name": "test-utils",
|
|
7034
|
+
"description": "Test utilities for Nuxt",
|
|
7035
|
+
"repo": "nuxt/test-utils#main",
|
|
7036
|
+
"npm": "@nuxt/test-utils",
|
|
7037
|
+
"icon": "nuxt.svg",
|
|
7038
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
7039
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
7040
|
+
"learn_more": "",
|
|
7041
|
+
"category": "Devtools",
|
|
7042
|
+
"type": "official",
|
|
7043
|
+
"maintainers": [
|
|
7044
|
+
{
|
|
7045
|
+
"name": "Daniel Roe",
|
|
7046
|
+
"github": "danielroe",
|
|
7047
|
+
"twitter": "danielcroe"
|
|
7048
|
+
},
|
|
7049
|
+
{
|
|
7050
|
+
"name": "Anthony Fu",
|
|
7051
|
+
"github": "antfu",
|
|
7052
|
+
"twitter": "antfu7"
|
|
7053
|
+
}
|
|
7054
|
+
],
|
|
7055
|
+
"compatibility": {
|
|
7056
|
+
"nuxt": "^3.0.0",
|
|
7057
|
+
"requires": {}
|
|
6334
7058
|
}
|
|
6335
7059
|
},
|
|
6336
7060
|
{
|
|
@@ -6378,6 +7102,28 @@
|
|
|
6378
7102
|
"requires": {}
|
|
6379
7103
|
}
|
|
6380
7104
|
},
|
|
7105
|
+
{
|
|
7106
|
+
"name": "tiptap",
|
|
7107
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
7108
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
7109
|
+
"npm": "nuxt-tiptap-editor",
|
|
7110
|
+
"icon": "tiptap.png",
|
|
7111
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
7112
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
7113
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
7114
|
+
"category": "Libraries",
|
|
7115
|
+
"type": "3rd-party",
|
|
7116
|
+
"maintainers": [
|
|
7117
|
+
{
|
|
7118
|
+
"name": "modbender",
|
|
7119
|
+
"github": "modbender"
|
|
7120
|
+
}
|
|
7121
|
+
],
|
|
7122
|
+
"compatibility": {
|
|
7123
|
+
"nuxt": "^3.0.0",
|
|
7124
|
+
"requires": {}
|
|
7125
|
+
}
|
|
7126
|
+
},
|
|
6381
7127
|
{
|
|
6382
7128
|
"name": "toast",
|
|
6383
7129
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6401,6 +7147,50 @@
|
|
|
6401
7147
|
"requires": {}
|
|
6402
7148
|
}
|
|
6403
7149
|
},
|
|
7150
|
+
{
|
|
7151
|
+
"name": "tradingview",
|
|
7152
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7153
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7154
|
+
"npm": "nuxt-tradingview",
|
|
7155
|
+
"icon": "tradingview.svg",
|
|
7156
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7157
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7158
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7159
|
+
"category": "Extensions",
|
|
7160
|
+
"type": "3rd-party",
|
|
7161
|
+
"maintainers": [
|
|
7162
|
+
{
|
|
7163
|
+
"name": "Volkan Akkuş",
|
|
7164
|
+
"github": "volkanakkus"
|
|
7165
|
+
}
|
|
7166
|
+
],
|
|
7167
|
+
"compatibility": {
|
|
7168
|
+
"nuxt": "^3.0.0",
|
|
7169
|
+
"requires": {}
|
|
7170
|
+
}
|
|
7171
|
+
},
|
|
7172
|
+
{
|
|
7173
|
+
"name": "translation-manager",
|
|
7174
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
7175
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
7176
|
+
"npm": "nuxt-translation-manager",
|
|
7177
|
+
"icon": "translation-manager.png",
|
|
7178
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7179
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7180
|
+
"learn_more": "",
|
|
7181
|
+
"category": "Extensions",
|
|
7182
|
+
"type": "3rd-party",
|
|
7183
|
+
"maintainers": [
|
|
7184
|
+
{
|
|
7185
|
+
"name": "Sam K",
|
|
7186
|
+
"github": "samk-dev"
|
|
7187
|
+
}
|
|
7188
|
+
],
|
|
7189
|
+
"compatibility": {
|
|
7190
|
+
"nuxt": "^3.0.0",
|
|
7191
|
+
"requires": {}
|
|
7192
|
+
}
|
|
7193
|
+
},
|
|
6404
7194
|
{
|
|
6405
7195
|
"name": "tresjs",
|
|
6406
7196
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6730,28 +7520,6 @@
|
|
|
6730
7520
|
}
|
|
6731
7521
|
}
|
|
6732
7522
|
},
|
|
6733
|
-
{
|
|
6734
|
-
"name": "unhead",
|
|
6735
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6736
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6737
|
-
"npm": "nuxt-seo-experiments",
|
|
6738
|
-
"icon": "",
|
|
6739
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6740
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6741
|
-
"learn_more": "",
|
|
6742
|
-
"category": "SEO",
|
|
6743
|
-
"type": "3rd-party",
|
|
6744
|
-
"maintainers": [
|
|
6745
|
-
{
|
|
6746
|
-
"name": "harlan-zw",
|
|
6747
|
-
"github": "harlan-zw"
|
|
6748
|
-
}
|
|
6749
|
-
],
|
|
6750
|
-
"compatibility": {
|
|
6751
|
-
"nuxt": "^3.0.0",
|
|
6752
|
-
"requires": {}
|
|
6753
|
-
}
|
|
6754
|
-
},
|
|
6755
7523
|
{
|
|
6756
7524
|
"name": "universal-storage",
|
|
6757
7525
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -6783,7 +7551,7 @@
|
|
|
6783
7551
|
{
|
|
6784
7552
|
"name": "unlazy",
|
|
6785
7553
|
"description": "Lazy loading library for placeholder images",
|
|
6786
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7554
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6787
7555
|
"npm": "@unlazy/nuxt",
|
|
6788
7556
|
"icon": "unlazy.svg",
|
|
6789
7557
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6802,32 +7570,6 @@
|
|
|
6802
7570
|
"requires": {}
|
|
6803
7571
|
}
|
|
6804
7572
|
},
|
|
6805
|
-
{
|
|
6806
|
-
"name": "unlighthouse",
|
|
6807
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6808
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6809
|
-
"npm": "@unlighthouse/nuxt",
|
|
6810
|
-
"icon": "unlighthouse.svg",
|
|
6811
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6812
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6813
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6814
|
-
"category": "Devtools",
|
|
6815
|
-
"type": "3rd-party",
|
|
6816
|
-
"maintainers": [
|
|
6817
|
-
{
|
|
6818
|
-
"name": "Harlan Wilton",
|
|
6819
|
-
"github": "harlan-zw",
|
|
6820
|
-
"twitter": "harlan_zw",
|
|
6821
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6822
|
-
}
|
|
6823
|
-
],
|
|
6824
|
-
"compatibility": {
|
|
6825
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6826
|
-
"requires": {
|
|
6827
|
-
"bridge": "optional"
|
|
6828
|
-
}
|
|
6829
|
-
}
|
|
6830
|
-
},
|
|
6831
7573
|
{
|
|
6832
7574
|
"name": "unocss",
|
|
6833
7575
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -6862,8 +7604,8 @@
|
|
|
6862
7604
|
"npm": "nuxt-ununura",
|
|
6863
7605
|
"icon": "ununuracss.png",
|
|
6864
7606
|
"github": "https://github.com/novout/ununuracss",
|
|
6865
|
-
"website": "https://
|
|
6866
|
-
"learn_more": "https://
|
|
7607
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7608
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6867
7609
|
"category": "UI",
|
|
6868
7610
|
"type": "3rd-party",
|
|
6869
7611
|
"maintainers": [
|
|
@@ -6878,6 +7620,28 @@
|
|
|
6878
7620
|
"requires": {}
|
|
6879
7621
|
}
|
|
6880
7622
|
},
|
|
7623
|
+
{
|
|
7624
|
+
"name": "use-bootstrap",
|
|
7625
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7626
|
+
"repo": "simplise/use-bootstrap",
|
|
7627
|
+
"npm": "usebootstrap",
|
|
7628
|
+
"icon": "use-bootstrap.svg",
|
|
7629
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7630
|
+
"website": "https://usebootstrap.org/",
|
|
7631
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7632
|
+
"category": "UI",
|
|
7633
|
+
"type": "3rd-party",
|
|
7634
|
+
"maintainers": [
|
|
7635
|
+
{
|
|
7636
|
+
"name": "KoujiSano",
|
|
7637
|
+
"github": "KoujiSano"
|
|
7638
|
+
}
|
|
7639
|
+
],
|
|
7640
|
+
"compatibility": {
|
|
7641
|
+
"nuxt": "^3.0.0",
|
|
7642
|
+
"requires": {}
|
|
7643
|
+
}
|
|
7644
|
+
},
|
|
6881
7645
|
{
|
|
6882
7646
|
"name": "use-wagmi",
|
|
6883
7647
|
"description": "Vue Composition for Ethereum based on wagmi",
|
|
@@ -6924,28 +7688,6 @@
|
|
|
6924
7688
|
"requires": {}
|
|
6925
7689
|
}
|
|
6926
7690
|
},
|
|
6927
|
-
{
|
|
6928
|
-
"name": "validate",
|
|
6929
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6930
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
6931
|
-
"npm": "nuxt-validate",
|
|
6932
|
-
"icon": "vee-validate.png",
|
|
6933
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6934
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6935
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6936
|
-
"category": "Libraries",
|
|
6937
|
-
"type": "3rd-party",
|
|
6938
|
-
"maintainers": [
|
|
6939
|
-
{
|
|
6940
|
-
"name": "lewyuburi",
|
|
6941
|
-
"github": "lewyuburi"
|
|
6942
|
-
}
|
|
6943
|
-
],
|
|
6944
|
-
"compatibility": {
|
|
6945
|
-
"nuxt": "^2.0.0",
|
|
6946
|
-
"requires": {}
|
|
6947
|
-
}
|
|
6948
|
-
},
|
|
6949
7691
|
{
|
|
6950
7692
|
"name": "vant",
|
|
6951
7693
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -6977,7 +7719,7 @@
|
|
|
6977
7719
|
"npm": "@varlet/nuxt",
|
|
6978
7720
|
"icon": "varlet.svg",
|
|
6979
7721
|
"github": "https://github.com/varletjs/varlet",
|
|
6980
|
-
"website": "https://varlet.
|
|
7722
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
6981
7723
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6982
7724
|
"category": "UI",
|
|
6983
7725
|
"type": "3rd-party",
|
|
@@ -7000,8 +7742,8 @@
|
|
|
7000
7742
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7001
7743
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7002
7744
|
"icon": "vcalendar.png",
|
|
7003
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7004
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7745
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7746
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7005
7747
|
"learn_more": "",
|
|
7006
7748
|
"category": "Libraries",
|
|
7007
7749
|
"type": "3rd-party",
|
|
@@ -7134,42 +7876,15 @@
|
|
|
7134
7876
|
"requires": {}
|
|
7135
7877
|
}
|
|
7136
7878
|
},
|
|
7137
|
-
{
|
|
7138
|
-
"name": "vitest",
|
|
7139
|
-
"description": "Vitest integration with Nuxt",
|
|
7140
|
-
"repo": "danielroe/nuxt-vitest",
|
|
7141
|
-
"npm": "nuxt-vitest",
|
|
7142
|
-
"icon": "vitest.svg",
|
|
7143
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
7144
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
7145
|
-
"learn_more": "",
|
|
7146
|
-
"category": "Devtools",
|
|
7147
|
-
"type": "3rd-party",
|
|
7148
|
-
"maintainers": [
|
|
7149
|
-
{
|
|
7150
|
-
"name": "Daniel Roe",
|
|
7151
|
-
"github": "danielroe"
|
|
7152
|
-
},
|
|
7153
|
-
{
|
|
7154
|
-
"name": "Anthony Fu",
|
|
7155
|
-
"github": "antfu"
|
|
7156
|
-
}
|
|
7157
|
-
],
|
|
7158
|
-
"compatibility": {
|
|
7159
|
-
"nuxt": "^3.0.0",
|
|
7160
|
-
"requires": {},
|
|
7161
|
-
"devtools": "^0.0.0"
|
|
7162
|
-
}
|
|
7163
|
-
},
|
|
7164
7879
|
{
|
|
7165
7880
|
"name": "vue-email",
|
|
7166
7881
|
"description": "💌 Write email templates with vue",
|
|
7167
|
-
"repo": "
|
|
7168
|
-
"npm": "vue-email",
|
|
7882
|
+
"repo": "vue-email/nuxt",
|
|
7883
|
+
"npm": "@vue-email/nuxt",
|
|
7169
7884
|
"icon": "vue-email.svg",
|
|
7170
|
-
"github": "https://github.com/
|
|
7171
|
-
"website": "https://
|
|
7172
|
-
"learn_more": "https://
|
|
7885
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7886
|
+
"website": "https://vuemail.net/",
|
|
7887
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7173
7888
|
"category": "UI",
|
|
7174
7889
|
"type": "3rd-party",
|
|
7175
7890
|
"maintainers": [
|
|
@@ -7195,7 +7910,7 @@
|
|
|
7195
7910
|
{
|
|
7196
7911
|
"name": "vue-final-modal",
|
|
7197
7912
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7198
|
-
"repo": "vue-final/vue-final-modal",
|
|
7913
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7199
7914
|
"npm": "@vue-final-modal/nuxt",
|
|
7200
7915
|
"icon": "vue-final-modal.svg",
|
|
7201
7916
|
"github": "https://github.com/vue-final/vue-final-modal",
|
|
@@ -7290,7 +8005,7 @@
|
|
|
7290
8005
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7291
8006
|
"repo": "moritzsternemann/vue-plausible",
|
|
7292
8007
|
"npm": "vue-plausible",
|
|
7293
|
-
"icon": "plausible.
|
|
8008
|
+
"icon": "plausible.svg",
|
|
7294
8009
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7295
8010
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7296
8011
|
"learn_more": "",
|
|
@@ -7310,7 +8025,7 @@
|
|
|
7310
8025
|
{
|
|
7311
8026
|
"name": "vue-query",
|
|
7312
8027
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7313
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
8028
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7314
8029
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
7315
8030
|
"icon": "vue-query.svg",
|
|
7316
8031
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7407,7 +8122,7 @@
|
|
|
7407
8122
|
"npm": "vue3-carousel-nuxt",
|
|
7408
8123
|
"icon": "",
|
|
7409
8124
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7410
|
-
"website": "",
|
|
8125
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7411
8126
|
"learn_more": "",
|
|
7412
8127
|
"category": "UI",
|
|
7413
8128
|
"type": "3rd-party",
|
|
@@ -7426,7 +8141,7 @@
|
|
|
7426
8141
|
{
|
|
7427
8142
|
"name": "vuefire",
|
|
7428
8143
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7429
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
8144
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7430
8145
|
"npm": "nuxt-vuefire",
|
|
7431
8146
|
"icon": "vuefire.svg",
|
|
7432
8147
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7448,7 +8163,7 @@
|
|
|
7448
8163
|
{
|
|
7449
8164
|
"name": "vueform-builder",
|
|
7450
8165
|
"description": "Official Vueform Builder module for Nuxt",
|
|
7451
|
-
"repo": "vueform/builder/nuxt",
|
|
8166
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7452
8167
|
"npm": "@vueform/builder-nuxt",
|
|
7453
8168
|
"icon": "vueform.svg",
|
|
7454
8169
|
"github": "https://github.com/vueform/builder",
|
|
@@ -7471,7 +8186,7 @@
|
|
|
7471
8186
|
{
|
|
7472
8187
|
"name": "vueform",
|
|
7473
8188
|
"description": "Official Vueform module for Nuxt",
|
|
7474
|
-
"repo": "vueform/vueform/nuxt",
|
|
8189
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7475
8190
|
"npm": "@vueform/nuxt",
|
|
7476
8191
|
"icon": "vueform.svg",
|
|
7477
8192
|
"github": "https://github.com/vueform/vueform",
|
|
@@ -7498,8 +8213,8 @@
|
|
|
7498
8213
|
"npm": "@vuestic/nuxt",
|
|
7499
8214
|
"icon": "vuestic.png",
|
|
7500
8215
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7501
|
-
"website": "https://vuestic.dev",
|
|
7502
|
-
"learn_more": "https://vuestic.dev/
|
|
8216
|
+
"website": "https://ui.vuestic.dev",
|
|
8217
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7503
8218
|
"category": "UI",
|
|
7504
8219
|
"type": "3rd-party",
|
|
7505
8220
|
"maintainers": [
|
|
@@ -7766,7 +8481,7 @@
|
|
|
7766
8481
|
"icon": "webpack.png",
|
|
7767
8482
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7768
8483
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7769
|
-
"learn_more": "
|
|
8484
|
+
"learn_more": "",
|
|
7770
8485
|
"category": "Devtools",
|
|
7771
8486
|
"type": "community",
|
|
7772
8487
|
"maintainers": [
|
|
@@ -7832,11 +8547,11 @@
|
|
|
7832
8547
|
{
|
|
7833
8548
|
"name": "windicss",
|
|
7834
8549
|
"description": "Next generation utility-first CSS framework.",
|
|
7835
|
-
"repo": "windicss/nuxt-windicss
|
|
8550
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7836
8551
|
"npm": "nuxt-windicss",
|
|
7837
8552
|
"icon": "windicss.svg",
|
|
7838
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7839
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8553
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8554
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7840
8555
|
"learn_more": "https://windicss.org/",
|
|
7841
8556
|
"category": "UI",
|
|
7842
8557
|
"type": "3rd-party",
|