@nuxt/modules 0.6.0-567803 → 0.6.0-5cc6c5
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 +643 -64
- package/package.json +3 -1
package/modules.json
CHANGED
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
26
|
"description": "Nuxt module for Ackee analytics",
|
|
@@ -353,6 +375,28 @@
|
|
|
353
375
|
"requires": {}
|
|
354
376
|
}
|
|
355
377
|
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
356
400
|
{
|
|
357
401
|
"name": "auth",
|
|
358
402
|
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
@@ -1316,6 +1360,28 @@
|
|
|
1316
1360
|
"requires": {}
|
|
1317
1361
|
}
|
|
1318
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
|
+
},
|
|
1319
1385
|
{
|
|
1320
1386
|
"name": "dotenv",
|
|
1321
1387
|
"description": "A Nuxt module that loads your .env file into your context options",
|
|
@@ -1345,8 +1411,8 @@
|
|
|
1345
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1346
1412
|
"icon": "drupal-ce.png",
|
|
1347
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1348
|
-
"website": "https://
|
|
1349
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1350
1416
|
"category": "CMS",
|
|
1351
1417
|
"type": "3rd-party",
|
|
1352
1418
|
"maintainers": [
|
|
@@ -1361,13 +1427,13 @@
|
|
|
1361
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1362
1428
|
},
|
|
1363
1429
|
{
|
|
1364
|
-
"name": "
|
|
1365
|
-
"github": "
|
|
1366
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1367
1433
|
}
|
|
1368
1434
|
],
|
|
1369
1435
|
"compatibility": {
|
|
1370
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1371
1437
|
"requires": {}
|
|
1372
1438
|
}
|
|
1373
1439
|
},
|
|
@@ -1393,6 +1459,29 @@
|
|
|
1393
1459
|
"requires": {}
|
|
1394
1460
|
}
|
|
1395
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1396
1485
|
{
|
|
1397
1486
|
"name": "electron",
|
|
1398
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1511,6 +1600,29 @@
|
|
|
1511
1600
|
"requires": {}
|
|
1512
1601
|
}
|
|
1513
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1514
1626
|
{
|
|
1515
1627
|
"name": "fathom",
|
|
1516
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -2385,6 +2497,29 @@
|
|
|
2385
2497
|
"requires": {}
|
|
2386
2498
|
}
|
|
2387
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2388
2523
|
{
|
|
2389
2524
|
"name": "icon",
|
|
2390
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2489,10 +2624,6 @@
|
|
|
2489
2624
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2490
2625
|
"requires": {
|
|
2491
2626
|
"bridge": "optional"
|
|
2492
|
-
},
|
|
2493
|
-
"versionMap": {
|
|
2494
|
-
"2.x": "latest",
|
|
2495
|
-
"3.x": "rc"
|
|
2496
2627
|
}
|
|
2497
2628
|
}
|
|
2498
2629
|
},
|
|
@@ -2632,6 +2763,33 @@
|
|
|
2632
2763
|
"requires": {}
|
|
2633
2764
|
}
|
|
2634
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2635
2793
|
{
|
|
2636
2794
|
"name": "kql",
|
|
2637
2795
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
@@ -2700,6 +2858,28 @@
|
|
|
2700
2858
|
"requires": {}
|
|
2701
2859
|
}
|
|
2702
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2703
2883
|
{
|
|
2704
2884
|
"name": "laravel",
|
|
2705
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2985,7 +3165,7 @@
|
|
|
2985
3165
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
2986
3166
|
"repo": "louismazel/maz-ui",
|
|
2987
3167
|
"npm": "maz-ui",
|
|
2988
|
-
"icon": "maz-ui.
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
2989
3169
|
"github": "https://github.com/louismazel/maz-ui",
|
|
2990
3170
|
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
2991
3171
|
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
@@ -3376,24 +3556,25 @@
|
|
|
3376
3556
|
}
|
|
3377
3557
|
},
|
|
3378
3558
|
{
|
|
3379
|
-
"name": "nuxt-auth",
|
|
3380
|
-
"description": "",
|
|
3381
|
-
"repo": "
|
|
3382
|
-
"npm": "
|
|
3383
|
-
"icon": "",
|
|
3384
|
-
"github": "https://github.com/
|
|
3385
|
-
"website": "https://github.com/
|
|
3559
|
+
"name": "nuxt-auth-sanctum",
|
|
3560
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3561
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3562
|
+
"npm": "nuxt-auth-sanctum",
|
|
3563
|
+
"icon": "laravel.svg",
|
|
3564
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3565
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3386
3566
|
"learn_more": "",
|
|
3387
|
-
"category": "
|
|
3567
|
+
"category": "Security",
|
|
3388
3568
|
"type": "3rd-party",
|
|
3389
3569
|
"maintainers": [
|
|
3390
3570
|
{
|
|
3391
|
-
"name": "
|
|
3392
|
-
"github": "
|
|
3571
|
+
"name": "Artem Manchenkov",
|
|
3572
|
+
"github": "manchenkoff",
|
|
3573
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3393
3574
|
}
|
|
3394
3575
|
],
|
|
3395
3576
|
"compatibility": {
|
|
3396
|
-
"nuxt": "^
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3397
3578
|
"requires": {}
|
|
3398
3579
|
}
|
|
3399
3580
|
},
|
|
@@ -3609,6 +3790,28 @@
|
|
|
3609
3790
|
}
|
|
3610
3791
|
}
|
|
3611
3792
|
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-interpolation",
|
|
3795
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3796
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3797
|
+
"npm": "nuxt-interpolation",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3800
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "Devtools",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "daliborgogic",
|
|
3807
|
+
"github": "daliborgogic"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3612
3815
|
{
|
|
3613
3816
|
"name": "nuxt-jsonld",
|
|
3614
3817
|
"description": "Manage JSON-LD in Vue component.",
|
|
@@ -3677,6 +3880,28 @@
|
|
|
3677
3880
|
"requires": {}
|
|
3678
3881
|
}
|
|
3679
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mail",
|
|
3885
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3886
|
+
"repo": "dword-design/nuxt-mail",
|
|
3887
|
+
"npm": "nuxt-mail",
|
|
3888
|
+
"icon": "",
|
|
3889
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3890
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3891
|
+
"learn_more": "",
|
|
3892
|
+
"category": "Extensions",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Sebastian Landwehr",
|
|
3897
|
+
"github": "dword-design"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3680
3905
|
{
|
|
3681
3906
|
"name": "nuxt-mapbox",
|
|
3682
3907
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3766,6 +3991,51 @@
|
|
|
3766
3991
|
"devtools": "^0.0.0"
|
|
3767
3992
|
}
|
|
3768
3993
|
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-openapi-docs-module",
|
|
3996
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3997
|
+
"repo": "s00d/nuxt-openapi-docs-module",
|
|
3998
|
+
"npm": "nuxt-openapi-docs-module",
|
|
3999
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
4000
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4001
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4002
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4003
|
+
"category": "Libraries",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Pavel Kuzmin",
|
|
4008
|
+
"github": "s00d"
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"compatibility": {
|
|
4012
|
+
"nuxt": "^3.0.0",
|
|
4013
|
+
"requires": {}
|
|
4014
|
+
}
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"name": "nuxt-payload-analyzer",
|
|
4018
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4019
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4020
|
+
"npm": "nuxt-payload-analyzer",
|
|
4021
|
+
"icon": "",
|
|
4022
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4023
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4024
|
+
"learn_more": "",
|
|
4025
|
+
"category": "Performance",
|
|
4026
|
+
"type": "3rd-party",
|
|
4027
|
+
"maintainers": [
|
|
4028
|
+
{
|
|
4029
|
+
"name": "Barbapapazes",
|
|
4030
|
+
"github": "Barbapapazes",
|
|
4031
|
+
"twitter": "soubiran_"
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
4034
|
+
"compatibility": {
|
|
4035
|
+
"nuxt": "^3.0.0",
|
|
4036
|
+
"requires": {}
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
3769
4039
|
{
|
|
3770
4040
|
"name": "nuxt-pdf",
|
|
3771
4041
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3928,6 +4198,28 @@
|
|
|
3928
4198
|
"requires": {}
|
|
3929
4199
|
}
|
|
3930
4200
|
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "nuxt-social-share",
|
|
4203
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4204
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4205
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4206
|
+
"icon": "nuxt-social-share.png",
|
|
4207
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4208
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4209
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4210
|
+
"category": "Extensions",
|
|
4211
|
+
"type": "3rd-party",
|
|
4212
|
+
"maintainers": [
|
|
4213
|
+
{
|
|
4214
|
+
"name": "stefanobartoletti",
|
|
4215
|
+
"github": "stefanobartoletti"
|
|
4216
|
+
}
|
|
4217
|
+
],
|
|
4218
|
+
"compatibility": {
|
|
4219
|
+
"nuxt": "^3.0.0",
|
|
4220
|
+
"requires": {}
|
|
4221
|
+
}
|
|
4222
|
+
},
|
|
3931
4223
|
{
|
|
3932
4224
|
"name": "ssr-lit",
|
|
3933
4225
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -4113,20 +4405,42 @@
|
|
|
4113
4405
|
}
|
|
4114
4406
|
},
|
|
4115
4407
|
{
|
|
4116
|
-
"name": "
|
|
4117
|
-
"description": "
|
|
4118
|
-
"repo": "
|
|
4119
|
-
"npm": "
|
|
4120
|
-
"icon": "
|
|
4121
|
-
"github": "https://github.com/
|
|
4122
|
-
"website": "https://
|
|
4123
|
-
"learn_more": "
|
|
4124
|
-
"category": "
|
|
4408
|
+
"name": "Nuxt zodI18n",
|
|
4409
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4410
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4411
|
+
"npm": "nuxt-zod-i18n",
|
|
4412
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4413
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4414
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4415
|
+
"learn_more": "",
|
|
4416
|
+
"category": "Libraries",
|
|
4417
|
+
"type": "3rd-party",
|
|
4418
|
+
"maintainers": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "xibman",
|
|
4421
|
+
"github": "xibman"
|
|
4422
|
+
}
|
|
4423
|
+
],
|
|
4424
|
+
"compatibility": {
|
|
4425
|
+
"nuxt": "^3.0.0",
|
|
4426
|
+
"requires": {}
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "nuxt3-interpolation",
|
|
4431
|
+
"description": "",
|
|
4432
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4433
|
+
"npm": "nuxt3-interpolation",
|
|
4434
|
+
"icon": "",
|
|
4435
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4436
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4437
|
+
"learn_more": "",
|
|
4438
|
+
"category": "Devtools",
|
|
4125
4439
|
"type": "3rd-party",
|
|
4126
4440
|
"maintainers": [
|
|
4127
4441
|
{
|
|
4128
|
-
"name": "
|
|
4129
|
-
"github": "
|
|
4442
|
+
"name": "daliborgogic",
|
|
4443
|
+
"github": "daliborgogic"
|
|
4130
4444
|
}
|
|
4131
4445
|
],
|
|
4132
4446
|
"compatibility": {
|
|
@@ -4342,6 +4656,28 @@
|
|
|
4342
4656
|
}
|
|
4343
4657
|
}
|
|
4344
4658
|
},
|
|
4659
|
+
{
|
|
4660
|
+
"name": "paypal",
|
|
4661
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4662
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4663
|
+
"npm": "nuxt-paypal",
|
|
4664
|
+
"icon": "paypal.svg",
|
|
4665
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4666
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4667
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4668
|
+
"category": "Payment",
|
|
4669
|
+
"type": "3rd-party",
|
|
4670
|
+
"maintainers": [
|
|
4671
|
+
{
|
|
4672
|
+
"name": "Arash Sheyda",
|
|
4673
|
+
"github": "arashsheyda"
|
|
4674
|
+
}
|
|
4675
|
+
],
|
|
4676
|
+
"compatibility": {
|
|
4677
|
+
"nuxt": "^3.0.0",
|
|
4678
|
+
"requires": {}
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4345
4681
|
{
|
|
4346
4682
|
"name": "pdfeasy",
|
|
4347
4683
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4529,6 +4865,29 @@
|
|
|
4529
4865
|
"requires": {}
|
|
4530
4866
|
}
|
|
4531
4867
|
},
|
|
4868
|
+
{
|
|
4869
|
+
"name": "primevue",
|
|
4870
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4871
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4872
|
+
"npm": "nuxt-primevue",
|
|
4873
|
+
"icon": "primevue.svg",
|
|
4874
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4875
|
+
"website": "https://primevue.org/",
|
|
4876
|
+
"learn_more": "https://primevue.org/",
|
|
4877
|
+
"category": "UI",
|
|
4878
|
+
"type": "3rd-party",
|
|
4879
|
+
"maintainers": [
|
|
4880
|
+
{
|
|
4881
|
+
"name": "primefaces",
|
|
4882
|
+
"github": "primefaces",
|
|
4883
|
+
"twitter": "primevue"
|
|
4884
|
+
}
|
|
4885
|
+
],
|
|
4886
|
+
"compatibility": {
|
|
4887
|
+
"nuxt": "^3.0.0",
|
|
4888
|
+
"requires": {}
|
|
4889
|
+
}
|
|
4890
|
+
},
|
|
4532
4891
|
{
|
|
4533
4892
|
"name": "prismic",
|
|
4534
4893
|
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
@@ -4756,6 +5115,41 @@
|
|
|
4756
5115
|
"requires": {}
|
|
4757
5116
|
}
|
|
4758
5117
|
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "radix-vue",
|
|
5120
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5121
|
+
"repo": "radix-vue/radix-vue",
|
|
5122
|
+
"npm": "radix-vue",
|
|
5123
|
+
"icon": "radix-vue.svg",
|
|
5124
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5125
|
+
"website": "https://www.radix-vue.com/",
|
|
5126
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5127
|
+
"category": "UI",
|
|
5128
|
+
"type": "3rd-party",
|
|
5129
|
+
"maintainers": [
|
|
5130
|
+
{
|
|
5131
|
+
"name": "Zernonia",
|
|
5132
|
+
"github": "zernonia",
|
|
5133
|
+
"twitter": "zernonia"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "Khairul Haaziq",
|
|
5137
|
+
"github": "khairulhaaziq"
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"name": "Mujahid Anuar",
|
|
5141
|
+
"github": "mujahidfa"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"name": "Max",
|
|
5145
|
+
"github": "onmax"
|
|
5146
|
+
}
|
|
5147
|
+
],
|
|
5148
|
+
"compatibility": {
|
|
5149
|
+
"nuxt": "^3.0.0",
|
|
5150
|
+
"requires": {}
|
|
5151
|
+
}
|
|
5152
|
+
},
|
|
4759
5153
|
{
|
|
4760
5154
|
"name": "recaptcha",
|
|
4761
5155
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
@@ -4801,6 +5195,29 @@
|
|
|
4801
5195
|
"requires": {}
|
|
4802
5196
|
}
|
|
4803
5197
|
},
|
|
5198
|
+
{
|
|
5199
|
+
"name": "resend",
|
|
5200
|
+
"description": "Resend integration for Nuxt",
|
|
5201
|
+
"repo": "nhedger/nuxt-resend",
|
|
5202
|
+
"npm": "nuxt-resend",
|
|
5203
|
+
"icon": "resend.svg",
|
|
5204
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5205
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5206
|
+
"learn_more": "https://resend.com",
|
|
5207
|
+
"category": "Extensions",
|
|
5208
|
+
"type": "3rd-party",
|
|
5209
|
+
"maintainers": [
|
|
5210
|
+
{
|
|
5211
|
+
"name": "Nicolas Hedger",
|
|
5212
|
+
"github": "nhedger",
|
|
5213
|
+
"twitter": "nicolashedger"
|
|
5214
|
+
}
|
|
5215
|
+
],
|
|
5216
|
+
"compatibility": {
|
|
5217
|
+
"nuxt": "^3.0.0",
|
|
5218
|
+
"requires": {}
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
4804
5221
|
{
|
|
4805
5222
|
"name": "rfg-icon",
|
|
4806
5223
|
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
@@ -4849,23 +5266,23 @@
|
|
|
4849
5266
|
},
|
|
4850
5267
|
{
|
|
4851
5268
|
"name": "rollbar",
|
|
4852
|
-
"description": "
|
|
4853
|
-
"repo": "
|
|
4854
|
-
"npm": "nuxt-rollbar
|
|
5269
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5270
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5271
|
+
"npm": "nuxt-rollbar",
|
|
4855
5272
|
"icon": "rollbar.png",
|
|
4856
|
-
"github": "https://github.com/
|
|
4857
|
-
"website": "https://github.com/
|
|
5273
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5274
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4858
5275
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4859
5276
|
"category": "Monitoring",
|
|
4860
5277
|
"type": "3rd-party",
|
|
4861
5278
|
"maintainers": [
|
|
4862
5279
|
{
|
|
4863
|
-
"name": "
|
|
4864
|
-
"github": "
|
|
5280
|
+
"name": "Jairo Blatt",
|
|
5281
|
+
"github": "jairoblatt"
|
|
4865
5282
|
}
|
|
4866
5283
|
],
|
|
4867
5284
|
"compatibility": {
|
|
4868
|
-
"nuxt": "^
|
|
5285
|
+
"nuxt": "^3.0.0",
|
|
4869
5286
|
"requires": {}
|
|
4870
5287
|
}
|
|
4871
5288
|
},
|
|
@@ -5236,7 +5653,7 @@
|
|
|
5236
5653
|
}
|
|
5237
5654
|
},
|
|
5238
5655
|
{
|
|
5239
|
-
"name": "
|
|
5656
|
+
"name": "sidebase-auth",
|
|
5240
5657
|
"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.",
|
|
5241
5658
|
"repo": "sidebase/nuxt-auth",
|
|
5242
5659
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5615,19 +6032,14 @@
|
|
|
5615
6032
|
"icon": "storybook.png",
|
|
5616
6033
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
5617
6034
|
"website": "https://storybook.nuxtjs.org",
|
|
5618
|
-
"learn_more": "https://
|
|
6035
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5619
6036
|
"category": "Devtools",
|
|
5620
6037
|
"type": "community",
|
|
5621
6038
|
"maintainers": [
|
|
5622
6039
|
{
|
|
5623
|
-
"name": "
|
|
5624
|
-
"github": "
|
|
5625
|
-
"twitter": "
|
|
5626
|
-
},
|
|
5627
|
-
{
|
|
5628
|
-
"name": "Pooya Parsa",
|
|
5629
|
-
"github": "pi0",
|
|
5630
|
-
"twitter": "_pi0_"
|
|
6040
|
+
"name": "Chakir QATAB",
|
|
6041
|
+
"github": "chakAs3",
|
|
6042
|
+
"twitter": "ChakirQatab"
|
|
5631
6043
|
}
|
|
5632
6044
|
],
|
|
5633
6045
|
"compatibility": {
|
|
@@ -5635,7 +6047,7 @@
|
|
|
5635
6047
|
"requires": {
|
|
5636
6048
|
"bridge": "optional"
|
|
5637
6049
|
},
|
|
5638
|
-
"devtools": "^0.
|
|
6050
|
+
"devtools": "^0.7.2"
|
|
5639
6051
|
}
|
|
5640
6052
|
},
|
|
5641
6053
|
{
|
|
@@ -5717,6 +6129,36 @@
|
|
|
5717
6129
|
"requires": {}
|
|
5718
6130
|
}
|
|
5719
6131
|
},
|
|
6132
|
+
{
|
|
6133
|
+
"name": "studio",
|
|
6134
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6135
|
+
"repo": "nuxtlabs/studio-module",
|
|
6136
|
+
"npm": "@nuxthq/studio",
|
|
6137
|
+
"icon": "studio.svg",
|
|
6138
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6139
|
+
"website": "https://nuxt.studio",
|
|
6140
|
+
"learn_more": "https://nuxt.studio",
|
|
6141
|
+
"category": "CMS",
|
|
6142
|
+
"type": "3rd-party",
|
|
6143
|
+
"maintainers": [
|
|
6144
|
+
{
|
|
6145
|
+
"name": "Ahad Birang",
|
|
6146
|
+
"github": "farnabaz",
|
|
6147
|
+
"twitter": "a_birang"
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"name": "Sébastien Chopin",
|
|
6151
|
+
"github": "Atinux",
|
|
6152
|
+
"twitter": "Atinux"
|
|
6153
|
+
}
|
|
6154
|
+
],
|
|
6155
|
+
"compatibility": {
|
|
6156
|
+
"nuxt": "^3.0.0",
|
|
6157
|
+
"requires": {
|
|
6158
|
+
"content": true
|
|
6159
|
+
}
|
|
6160
|
+
}
|
|
6161
|
+
},
|
|
5720
6162
|
{
|
|
5721
6163
|
"name": "style-resources",
|
|
5722
6164
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5955,10 +6397,10 @@
|
|
|
5955
6397
|
{
|
|
5956
6398
|
"name": "tailwindcss",
|
|
5957
6399
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5958
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6400
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5959
6401
|
"npm": "@nuxtjs/tailwindcss",
|
|
5960
6402
|
"icon": "tailwindcss.png",
|
|
5961
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6403
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5962
6404
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5963
6405
|
"learn_more": "https://tailwindcss.com/",
|
|
5964
6406
|
"category": "UI",
|
|
@@ -6025,6 +6467,28 @@
|
|
|
6025
6467
|
"requires": {}
|
|
6026
6468
|
}
|
|
6027
6469
|
},
|
|
6470
|
+
{
|
|
6471
|
+
"name": "tiptap",
|
|
6472
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6473
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6474
|
+
"npm": "nuxt-tiptap-editor",
|
|
6475
|
+
"icon": "tiptap.png",
|
|
6476
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6477
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6478
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6479
|
+
"category": "Libraries",
|
|
6480
|
+
"type": "3rd-party",
|
|
6481
|
+
"maintainers": [
|
|
6482
|
+
{
|
|
6483
|
+
"name": "modbender",
|
|
6484
|
+
"github": "modbender"
|
|
6485
|
+
}
|
|
6486
|
+
],
|
|
6487
|
+
"compatibility": {
|
|
6488
|
+
"nuxt": "^3.0.0",
|
|
6489
|
+
"requires": {}
|
|
6490
|
+
}
|
|
6491
|
+
},
|
|
6028
6492
|
{
|
|
6029
6493
|
"name": "toast",
|
|
6030
6494
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
@@ -6048,6 +6512,28 @@
|
|
|
6048
6512
|
"requires": {}
|
|
6049
6513
|
}
|
|
6050
6514
|
},
|
|
6515
|
+
{
|
|
6516
|
+
"name": "translation-manager",
|
|
6517
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6518
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6519
|
+
"npm": "nuxt-translation-manager",
|
|
6520
|
+
"icon": "translation-manager.png",
|
|
6521
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6522
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6523
|
+
"learn_more": "",
|
|
6524
|
+
"category": "Extensions",
|
|
6525
|
+
"type": "3rd-party",
|
|
6526
|
+
"maintainers": [
|
|
6527
|
+
{
|
|
6528
|
+
"name": "Sam K",
|
|
6529
|
+
"github": "samk-dev"
|
|
6530
|
+
}
|
|
6531
|
+
],
|
|
6532
|
+
"compatibility": {
|
|
6533
|
+
"nuxt": "^3.0.0",
|
|
6534
|
+
"requires": {}
|
|
6535
|
+
}
|
|
6536
|
+
},
|
|
6051
6537
|
{
|
|
6052
6538
|
"name": "tresjs",
|
|
6053
6539
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6296,6 +6782,30 @@
|
|
|
6296
6782
|
"requires": {}
|
|
6297
6783
|
}
|
|
6298
6784
|
},
|
|
6785
|
+
{
|
|
6786
|
+
"name": "typo3",
|
|
6787
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6788
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6789
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6790
|
+
"icon": "typo3.svg",
|
|
6791
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6792
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6793
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6794
|
+
"category": "CMS",
|
|
6795
|
+
"type": "3rd-party",
|
|
6796
|
+
"maintainers": [
|
|
6797
|
+
{
|
|
6798
|
+
"name": "Macopedia",
|
|
6799
|
+
"github": "macopedia",
|
|
6800
|
+
"twitter": "macopediapl"
|
|
6801
|
+
}
|
|
6802
|
+
],
|
|
6803
|
+
"compatibility": {
|
|
6804
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6805
|
+
"requires": {},
|
|
6806
|
+
"devtools": "^0.0.0"
|
|
6807
|
+
}
|
|
6808
|
+
},
|
|
6299
6809
|
{
|
|
6300
6810
|
"name": "ui",
|
|
6301
6811
|
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
@@ -6454,12 +6964,12 @@
|
|
|
6454
6964
|
{
|
|
6455
6965
|
"name": "unocss",
|
|
6456
6966
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6457
|
-
"repo": "
|
|
6967
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6458
6968
|
"npm": "@unocss/nuxt",
|
|
6459
6969
|
"icon": "unocss.svg",
|
|
6460
|
-
"github": "https://github.com/
|
|
6461
|
-
"website": "https://github.com/
|
|
6462
|
-
"learn_more": "https://github.com/
|
|
6970
|
+
"github": "https://github.com/unocss/unocss",
|
|
6971
|
+
"website": "https://github.com/unocss/unocss",
|
|
6972
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6463
6973
|
"category": "UI",
|
|
6464
6974
|
"type": "3rd-party",
|
|
6465
6975
|
"maintainers": [
|
|
@@ -6787,7 +7297,7 @@
|
|
|
6787
7297
|
{
|
|
6788
7298
|
"name": "vue-email",
|
|
6789
7299
|
"description": "💌 Write email templates with vue",
|
|
6790
|
-
"repo": "Dave136/vue-email",
|
|
7300
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6791
7301
|
"npm": "vue-email",
|
|
6792
7302
|
"icon": "vue-email.svg",
|
|
6793
7303
|
"github": "https://github.com/Dave136/vue-email",
|
|
@@ -6815,6 +7325,29 @@
|
|
|
6815
7325
|
"devtools": "^0.0.0"
|
|
6816
7326
|
}
|
|
6817
7327
|
},
|
|
7328
|
+
{
|
|
7329
|
+
"name": "vue-final-modal",
|
|
7330
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7331
|
+
"repo": "vue-final/vue-final-modal",
|
|
7332
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7333
|
+
"icon": "vue-final-modal.svg",
|
|
7334
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7335
|
+
"website": "https://vue-final-modal.org/",
|
|
7336
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7337
|
+
"category": "UI",
|
|
7338
|
+
"type": "3rd-party",
|
|
7339
|
+
"maintainers": [
|
|
7340
|
+
{
|
|
7341
|
+
"name": "Hunter Liu",
|
|
7342
|
+
"github": "hunterliu1003",
|
|
7343
|
+
"twitter": "hunterliu1003"
|
|
7344
|
+
}
|
|
7345
|
+
],
|
|
7346
|
+
"compatibility": {
|
|
7347
|
+
"nuxt": "^3.0.0",
|
|
7348
|
+
"requires": {}
|
|
7349
|
+
}
|
|
7350
|
+
},
|
|
6818
7351
|
{
|
|
6819
7352
|
"name": "vue-macros",
|
|
6820
7353
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -7045,6 +7578,52 @@
|
|
|
7045
7578
|
"requires": {}
|
|
7046
7579
|
}
|
|
7047
7580
|
},
|
|
7581
|
+
{
|
|
7582
|
+
"name": "vueform-builder",
|
|
7583
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7584
|
+
"repo": "vueform/builder/nuxt",
|
|
7585
|
+
"npm": "@vueform/builder-nuxt",
|
|
7586
|
+
"icon": "vueform.svg",
|
|
7587
|
+
"github": "https://github.com/vueform/builder",
|
|
7588
|
+
"website": "https://builder.vueform.com",
|
|
7589
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7590
|
+
"category": "Libraries",
|
|
7591
|
+
"type": "3rd-party",
|
|
7592
|
+
"maintainers": [
|
|
7593
|
+
{
|
|
7594
|
+
"name": "Adam Berecz",
|
|
7595
|
+
"github": "adamberecz",
|
|
7596
|
+
"twitter": "bereczadam"
|
|
7597
|
+
}
|
|
7598
|
+
],
|
|
7599
|
+
"compatibility": {
|
|
7600
|
+
"nuxt": "^3.0.0",
|
|
7601
|
+
"requires": {}
|
|
7602
|
+
}
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"name": "vueform",
|
|
7606
|
+
"description": "Official Vueform module for Nuxt",
|
|
7607
|
+
"repo": "vueform/vueform/nuxt",
|
|
7608
|
+
"npm": "@vueform/nuxt",
|
|
7609
|
+
"icon": "vueform.svg",
|
|
7610
|
+
"github": "https://github.com/vueform/vueform",
|
|
7611
|
+
"website": "https://vueform.com",
|
|
7612
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7613
|
+
"category": "Libraries",
|
|
7614
|
+
"type": "3rd-party",
|
|
7615
|
+
"maintainers": [
|
|
7616
|
+
{
|
|
7617
|
+
"name": "Adam Berecz",
|
|
7618
|
+
"github": "adamberecz",
|
|
7619
|
+
"twitter": "bereczadam"
|
|
7620
|
+
}
|
|
7621
|
+
],
|
|
7622
|
+
"compatibility": {
|
|
7623
|
+
"nuxt": "^3.0.0",
|
|
7624
|
+
"requires": {}
|
|
7625
|
+
}
|
|
7626
|
+
},
|
|
7048
7627
|
{
|
|
7049
7628
|
"name": "vuestic",
|
|
7050
7629
|
"description": "Vuestic UI module for Nuxt",
|
|
@@ -7074,8 +7653,8 @@
|
|
|
7074
7653
|
"npm": "vuetify-nuxt-module",
|
|
7075
7654
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7076
7655
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7077
|
-
"website": "https://
|
|
7078
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7656
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7657
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7079
7658
|
"category": "UI",
|
|
7080
7659
|
"type": "3rd-party",
|
|
7081
7660
|
"maintainers": [
|
|
@@ -7386,11 +7965,11 @@
|
|
|
7386
7965
|
{
|
|
7387
7966
|
"name": "windicss",
|
|
7388
7967
|
"description": "Next generation utility-first CSS framework.",
|
|
7389
|
-
"repo": "windicss/nuxt-windicss
|
|
7968
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7390
7969
|
"npm": "nuxt-windicss",
|
|
7391
7970
|
"icon": "windicss.svg",
|
|
7392
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7393
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7971
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7972
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7394
7973
|
"learn_more": "https://windicss.org/",
|
|
7395
7974
|
"category": "UI",
|
|
7396
7975
|
"type": "3rd-party",
|
package/package.json
CHANGED