@nuxt/modules 0.6.0-a7c064 → 0.6.0-ab24e5
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 +709 -195
- package/package.json +8 -5
package/modules.json
CHANGED
|
@@ -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",
|
|
@@ -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",
|
|
@@ -1437,6 +1459,28 @@
|
|
|
1437
1459
|
"requires": {}
|
|
1438
1460
|
}
|
|
1439
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "easy-lightbox",
|
|
1464
|
+
"description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
|
|
1465
|
+
"repo": "modbender/nuxt-easy-lightbox",
|
|
1466
|
+
"npm": "nuxt-easy-lightbox",
|
|
1467
|
+
"icon": "easy-lightbox.svg",
|
|
1468
|
+
"github": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1469
|
+
"website": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1470
|
+
"learn_more": "",
|
|
1471
|
+
"category": "Libraries",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "modbender",
|
|
1476
|
+
"github": "modbender"
|
|
1477
|
+
}
|
|
1478
|
+
],
|
|
1479
|
+
"compatibility": {
|
|
1480
|
+
"nuxt": "^3.0.0",
|
|
1481
|
+
"requires": {}
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1440
1484
|
{
|
|
1441
1485
|
"name": "edgedb",
|
|
1442
1486
|
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
@@ -1535,7 +1579,7 @@
|
|
|
1535
1579
|
}
|
|
1536
1580
|
},
|
|
1537
1581
|
{
|
|
1538
|
-
"name": "eslint",
|
|
1582
|
+
"name": "eslint-module",
|
|
1539
1583
|
"description": "ESLint module for Nuxt",
|
|
1540
1584
|
"repo": "nuxt-community/eslint-module",
|
|
1541
1585
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1556,6 +1600,29 @@
|
|
|
1556
1600
|
"requires": {}
|
|
1557
1601
|
}
|
|
1558
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "eslint",
|
|
1605
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1606
|
+
"repo": "nuxt/eslint",
|
|
1607
|
+
"npm": "@nuxt/eslint",
|
|
1608
|
+
"icon": "nuxt.svg",
|
|
1609
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1610
|
+
"website": "https://eslint.nuxt.com",
|
|
1611
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1612
|
+
"category": "Devtools",
|
|
1613
|
+
"type": "official",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Anthony Fu",
|
|
1617
|
+
"github": "antfu",
|
|
1618
|
+
"twitter": "antfu7"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1559
1626
|
{
|
|
1560
1627
|
"name": "event-trace",
|
|
1561
1628
|
"description": "Module for event trace in Nuxt",
|
|
@@ -1801,6 +1868,29 @@
|
|
|
1801
1868
|
"requires": {}
|
|
1802
1869
|
}
|
|
1803
1870
|
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "fonts",
|
|
1873
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1874
|
+
"repo": "nuxt/fonts",
|
|
1875
|
+
"npm": "@nuxt/fonts",
|
|
1876
|
+
"icon": "nuxt.svg",
|
|
1877
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1878
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1879
|
+
"learn_more": "",
|
|
1880
|
+
"category": "Libraries",
|
|
1881
|
+
"type": "official",
|
|
1882
|
+
"maintainers": [
|
|
1883
|
+
{
|
|
1884
|
+
"name": "Daniel Roe",
|
|
1885
|
+
"github": "danielroe",
|
|
1886
|
+
"twitter": "danielcroe"
|
|
1887
|
+
}
|
|
1888
|
+
],
|
|
1889
|
+
"compatibility": {
|
|
1890
|
+
"nuxt": "^3.0.0",
|
|
1891
|
+
"requires": {}
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1804
1894
|
{
|
|
1805
1895
|
"name": "form-actions",
|
|
1806
1896
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
@@ -2106,7 +2196,7 @@
|
|
|
2106
2196
|
},
|
|
2107
2197
|
{
|
|
2108
2198
|
"name": "gtag",
|
|
2109
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2199
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2110
2200
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2111
2201
|
"npm": "nuxt-gtag",
|
|
2112
2202
|
"icon": "gtag.svg",
|
|
@@ -2329,6 +2419,28 @@
|
|
|
2329
2419
|
"requires": {}
|
|
2330
2420
|
}
|
|
2331
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "hotjar",
|
|
2424
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2425
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2426
|
+
"npm": "nuxt-module-hotjar",
|
|
2427
|
+
"icon": "hotjar.png",
|
|
2428
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2429
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2430
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2431
|
+
"category": "SEO",
|
|
2432
|
+
"type": "3rd-party",
|
|
2433
|
+
"maintainers": [
|
|
2434
|
+
{
|
|
2435
|
+
"name": "Raphaël DAMEVIN",
|
|
2436
|
+
"github": "damevin"
|
|
2437
|
+
}
|
|
2438
|
+
],
|
|
2439
|
+
"compatibility": {
|
|
2440
|
+
"nuxt": "^3.0.0",
|
|
2441
|
+
"requires": {}
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2332
2444
|
{
|
|
2333
2445
|
"name": "html-minifier",
|
|
2334
2446
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2358,7 +2470,7 @@
|
|
|
2358
2470
|
"npm": "@nuxtjs/html-validator",
|
|
2359
2471
|
"icon": "html-validator.png",
|
|
2360
2472
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2361
|
-
"website": "https://html-validator
|
|
2473
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2362
2474
|
"learn_more": "https://html-validate.org",
|
|
2363
2475
|
"category": "Performance",
|
|
2364
2476
|
"type": "community",
|
|
@@ -2404,6 +2516,44 @@
|
|
|
2404
2516
|
"requires": {}
|
|
2405
2517
|
}
|
|
2406
2518
|
},
|
|
2519
|
+
{
|
|
2520
|
+
"name": "hub",
|
|
2521
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2522
|
+
"repo": "nuxt-hub/core",
|
|
2523
|
+
"npm": "@nuxthub/core",
|
|
2524
|
+
"icon": "nuxthub.svg",
|
|
2525
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2526
|
+
"website": "https://hub.nuxt.com",
|
|
2527
|
+
"learn_more": "",
|
|
2528
|
+
"category": "Database",
|
|
2529
|
+
"type": "3rd-party",
|
|
2530
|
+
"maintainers": [
|
|
2531
|
+
{
|
|
2532
|
+
"name": "Sebastien Chopin",
|
|
2533
|
+
"github": "Atinux"
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"name": "Ahad Birang",
|
|
2537
|
+
"github": "farnabaz"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "Sylvain Marroufin",
|
|
2541
|
+
"github": "smarroufin"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"name": "Florent Delerue",
|
|
2545
|
+
"github": "flosciante"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "NuxtLabs",
|
|
2549
|
+
"github": "nuxtlabs"
|
|
2550
|
+
}
|
|
2551
|
+
],
|
|
2552
|
+
"compatibility": {
|
|
2553
|
+
"nuxt": "^3.0.0",
|
|
2554
|
+
"requires": {}
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2407
2557
|
{
|
|
2408
2558
|
"name": "humans-txt",
|
|
2409
2559
|
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
@@ -2780,7 +2930,7 @@
|
|
|
2780
2930
|
"npm": "nuxt-kql",
|
|
2781
2931
|
"icon": "kql.svg",
|
|
2782
2932
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2783
|
-
"website": "https://nuxt-kql.
|
|
2933
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2784
2934
|
"learn_more": "",
|
|
2785
2935
|
"category": "CMS",
|
|
2786
2936
|
"type": "3rd-party",
|
|
@@ -3027,6 +3177,30 @@
|
|
|
3027
3177
|
"requires": {}
|
|
3028
3178
|
}
|
|
3029
3179
|
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "logto",
|
|
3182
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3183
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3184
|
+
"npm": "@logto/nuxt",
|
|
3185
|
+
"icon": "logto.svg",
|
|
3186
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3187
|
+
"website": "https://logto.io",
|
|
3188
|
+
"learn_more": "https://docs.logto.io",
|
|
3189
|
+
"category": "Security",
|
|
3190
|
+
"type": "3rd-party",
|
|
3191
|
+
"maintainers": [
|
|
3192
|
+
{
|
|
3193
|
+
"name": "logto",
|
|
3194
|
+
"github": "logto-io",
|
|
3195
|
+
"twitter": "logto_io"
|
|
3196
|
+
}
|
|
3197
|
+
],
|
|
3198
|
+
"compatibility": {
|
|
3199
|
+
"nuxt": "^3.0.0",
|
|
3200
|
+
"requires": {}
|
|
3201
|
+
},
|
|
3202
|
+
"sponsor": true
|
|
3203
|
+
},
|
|
3030
3204
|
{
|
|
3031
3205
|
"name": "lucide-icons",
|
|
3032
3206
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3193,8 +3367,8 @@
|
|
|
3193
3367
|
{
|
|
3194
3368
|
"name": "maz-ui",
|
|
3195
3369
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3196
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3197
|
-
"npm": "
|
|
3370
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3371
|
+
"npm": "maz-ui",
|
|
3198
3372
|
"icon": "maz-ui.png",
|
|
3199
3373
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3200
3374
|
"website": "https://maz-ui.com/",
|
|
@@ -3212,6 +3386,28 @@
|
|
|
3212
3386
|
"requires": {}
|
|
3213
3387
|
}
|
|
3214
3388
|
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "mdc",
|
|
3391
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3392
|
+
"repo": "nuxt-modules/mdc",
|
|
3393
|
+
"npm": "@nuxtjs/mdc",
|
|
3394
|
+
"icon": "mdc.png",
|
|
3395
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3396
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3397
|
+
"learn_more": "",
|
|
3398
|
+
"category": "Extensions",
|
|
3399
|
+
"type": "community",
|
|
3400
|
+
"maintainers": [
|
|
3401
|
+
{
|
|
3402
|
+
"name": "farnabaz",
|
|
3403
|
+
"github": "farnabaz"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"compatibility": {
|
|
3407
|
+
"nuxt": "^3.0.0",
|
|
3408
|
+
"requires": {}
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3215
3411
|
{
|
|
3216
3412
|
"name": "mdx",
|
|
3217
3413
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -3331,6 +3527,28 @@
|
|
|
3331
3527
|
"requires": {}
|
|
3332
3528
|
}
|
|
3333
3529
|
},
|
|
3530
|
+
{
|
|
3531
|
+
"name": "mojocss",
|
|
3532
|
+
"description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
|
|
3533
|
+
"repo": "mojocss/mojocss-nuxt-module",
|
|
3534
|
+
"npm": "@mojocss/nuxt",
|
|
3535
|
+
"icon": "mojocss.svg",
|
|
3536
|
+
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3537
|
+
"website": "https://mojocss.com/docs/guide/nuxtjs",
|
|
3538
|
+
"learn_more": "",
|
|
3539
|
+
"category": "UI",
|
|
3540
|
+
"type": "3rd-party",
|
|
3541
|
+
"maintainers": [
|
|
3542
|
+
{
|
|
3543
|
+
"name": "mojocss",
|
|
3544
|
+
"github": "mojocss"
|
|
3545
|
+
}
|
|
3546
|
+
],
|
|
3547
|
+
"compatibility": {
|
|
3548
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3549
|
+
"requires": {}
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3334
3552
|
{
|
|
3335
3553
|
"name": "moment",
|
|
3336
3554
|
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -3380,6 +3598,28 @@
|
|
|
3380
3598
|
"requires": {}
|
|
3381
3599
|
}
|
|
3382
3600
|
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "neo4j",
|
|
3603
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3604
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3605
|
+
"npm": "nuxt-neo4j",
|
|
3606
|
+
"icon": "nuxt-neo4j.png",
|
|
3607
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3608
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3609
|
+
"learn_more": "",
|
|
3610
|
+
"category": "Database",
|
|
3611
|
+
"type": "3rd-party",
|
|
3612
|
+
"maintainers": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "arashsheyda",
|
|
3615
|
+
"github": "arashsheyda"
|
|
3616
|
+
}
|
|
3617
|
+
],
|
|
3618
|
+
"compatibility": {
|
|
3619
|
+
"nuxt": "^3.0.0",
|
|
3620
|
+
"requires": {}
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3383
3623
|
{
|
|
3384
3624
|
"name": "netlify-cache",
|
|
3385
3625
|
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
@@ -3449,29 +3689,45 @@
|
|
|
3449
3689
|
},
|
|
3450
3690
|
{
|
|
3451
3691
|
"name": "ngrok",
|
|
3452
|
-
"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",
|
|
3453
|
-
"repo": "nuxt-
|
|
3692
|
+
"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.",
|
|
3693
|
+
"repo": "nuxt-modules/ngrok",
|
|
3454
3694
|
"npm": "@nuxtjs/ngrok",
|
|
3455
|
-
"icon": "ngrok.
|
|
3456
|
-
"github": "https://github.com/nuxt-
|
|
3457
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3458
|
-
"learn_more": "https://
|
|
3695
|
+
"icon": "ngrok.svg",
|
|
3696
|
+
"github": "https://github.com/nuxt-modules/ngrok",
|
|
3697
|
+
"website": "https://ngrok.nuxtjs.org/",
|
|
3698
|
+
"learn_more": "https://ngrok.com/",
|
|
3459
3699
|
"category": "Devtools",
|
|
3460
3700
|
"type": "community",
|
|
3461
3701
|
"maintainers": [
|
|
3462
3702
|
{
|
|
3463
|
-
"name": "
|
|
3464
|
-
"github": "
|
|
3465
|
-
|
|
3466
|
-
|
|
3703
|
+
"name": "Arash Sheyda",
|
|
3704
|
+
"github": "arashsheyda"
|
|
3705
|
+
}
|
|
3706
|
+
],
|
|
3707
|
+
"compatibility": {
|
|
3708
|
+
"nuxt": "^3.0.0",
|
|
3709
|
+
"requires": {}
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "nodemailer",
|
|
3714
|
+
"description": "Nuxt integration for nodemailer",
|
|
3715
|
+
"repo": "kleinpetr/nuxt-nodemailer",
|
|
3716
|
+
"npm": "nuxt-nodemailer",
|
|
3717
|
+
"icon": "nodemailer.png",
|
|
3718
|
+
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3719
|
+
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3720
|
+
"learn_more": "https://www.nodemailer.com/",
|
|
3721
|
+
"category": "Extensions",
|
|
3722
|
+
"type": "3rd-party",
|
|
3723
|
+
"maintainers": [
|
|
3467
3724
|
{
|
|
3468
|
-
"name": "
|
|
3469
|
-
"github": "
|
|
3470
|
-
"twitter": "_pi0_"
|
|
3725
|
+
"name": "kleinpetr",
|
|
3726
|
+
"github": "kleinpetr"
|
|
3471
3727
|
}
|
|
3472
3728
|
],
|
|
3473
3729
|
"compatibility": {
|
|
3474
|
-
"nuxt": "^
|
|
3730
|
+
"nuxt": "^3.0.0",
|
|
3475
3731
|
"requires": {}
|
|
3476
3732
|
}
|
|
3477
3733
|
},
|
|
@@ -3616,7 +3872,7 @@
|
|
|
3616
3872
|
"npm": "nuxt-bezier",
|
|
3617
3873
|
"icon": "nuxt-bezier.png",
|
|
3618
3874
|
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3619
|
-
"website": "https://
|
|
3875
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3620
3876
|
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3621
3877
|
"category": "UI",
|
|
3622
3878
|
"type": "3rd-party",
|
|
@@ -3631,6 +3887,35 @@
|
|
|
3631
3887
|
"requires": {}
|
|
3632
3888
|
}
|
|
3633
3889
|
},
|
|
3890
|
+
{
|
|
3891
|
+
"name": "nuxt-booster",
|
|
3892
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3893
|
+
"repo": "basics/nuxt-booster",
|
|
3894
|
+
"npm": "nuxt-booster",
|
|
3895
|
+
"icon": "nuxt-booster.svg",
|
|
3896
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3897
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3898
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3899
|
+
"category": "Performance",
|
|
3900
|
+
"type": "3rd-party",
|
|
3901
|
+
"maintainers": [
|
|
3902
|
+
{
|
|
3903
|
+
"name": "Thorn Walli",
|
|
3904
|
+
"github": "ThornWalli",
|
|
3905
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"name": "Stephan Gerbeth",
|
|
3909
|
+
"github": "StephanGerbeth",
|
|
3910
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"compatibility": {
|
|
3914
|
+
"nuxt": "^3.0.0",
|
|
3915
|
+
"requires": {},
|
|
3916
|
+
"devtools": "^0.0.0"
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3634
3919
|
{
|
|
3635
3920
|
"name": "nuxt-bootstrap-icons",
|
|
3636
3921
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3767,6 +4052,51 @@
|
|
|
3767
4052
|
"requires": {}
|
|
3768
4053
|
}
|
|
3769
4054
|
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "nuxt-file-storage",
|
|
4057
|
+
"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.",
|
|
4058
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
4059
|
+
"npm": "nuxt-file-storage",
|
|
4060
|
+
"icon": "nuxt-file-storage.svg",
|
|
4061
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
4062
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
4063
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
4064
|
+
"category": "Database",
|
|
4065
|
+
"type": "3rd-party",
|
|
4066
|
+
"maintainers": [
|
|
4067
|
+
{
|
|
4068
|
+
"name": "NyllRE",
|
|
4069
|
+
"github": "NyllRE"
|
|
4070
|
+
}
|
|
4071
|
+
],
|
|
4072
|
+
"compatibility": {
|
|
4073
|
+
"nuxt": "^3.0.0",
|
|
4074
|
+
"requires": {}
|
|
4075
|
+
}
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"name": "nuxt-fontawesome",
|
|
4079
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
4080
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
4081
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
4082
|
+
"icon": "nuxt-fontawesome.svg",
|
|
4083
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4084
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4085
|
+
"learn_more": "https://fontawesome.com",
|
|
4086
|
+
"category": "UI",
|
|
4087
|
+
"type": "3rd-party",
|
|
4088
|
+
"maintainers": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "Vasily Naumkin",
|
|
4091
|
+
"github": "bezumkin",
|
|
4092
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4093
|
+
}
|
|
4094
|
+
],
|
|
4095
|
+
"compatibility": {
|
|
4096
|
+
"nuxt": "^3.0.0",
|
|
4097
|
+
"requires": {}
|
|
4098
|
+
}
|
|
4099
|
+
},
|
|
3770
4100
|
{
|
|
3771
4101
|
"name": "nuxt-graphql-middleware",
|
|
3772
4102
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3774,7 +4104,7 @@
|
|
|
3774
4104
|
"npm": "nuxt-graphql-middleware",
|
|
3775
4105
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3776
4106
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3777
|
-
"website": "https://nuxt-graphql-middleware
|
|
4107
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3778
4108
|
"learn_more": "",
|
|
3779
4109
|
"category": "Request",
|
|
3780
4110
|
"type": "3rd-party",
|
|
@@ -3916,8 +4246,8 @@
|
|
|
3916
4246
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3917
4247
|
"icon": "nuxt-localtunnel.svg",
|
|
3918
4248
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3919
|
-
"website": "https://
|
|
3920
|
-
"learn_more": "
|
|
4249
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4250
|
+
"learn_more": "",
|
|
3921
4251
|
"category": "Devtools",
|
|
3922
4252
|
"type": "3rd-party",
|
|
3923
4253
|
"maintainers": [
|
|
@@ -4021,6 +4351,29 @@
|
|
|
4021
4351
|
"requires": {}
|
|
4022
4352
|
}
|
|
4023
4353
|
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "nuxt-meta-pixel",
|
|
4356
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4357
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4358
|
+
"npm": "nuxt-meta-pixel",
|
|
4359
|
+
"icon": "",
|
|
4360
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4361
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4362
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4363
|
+
"category": "Analytics",
|
|
4364
|
+
"type": "3rd-party",
|
|
4365
|
+
"maintainers": [
|
|
4366
|
+
{
|
|
4367
|
+
"name": "tanukijs",
|
|
4368
|
+
"github": "tanukijs",
|
|
4369
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4370
|
+
}
|
|
4371
|
+
],
|
|
4372
|
+
"compatibility": {
|
|
4373
|
+
"nuxt": "^3.0.0",
|
|
4374
|
+
"requires": {}
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4024
4377
|
{
|
|
4025
4378
|
"name": "nuxt-monaco-editor",
|
|
4026
4379
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -4161,6 +4514,29 @@
|
|
|
4161
4514
|
"requires": {}
|
|
4162
4515
|
}
|
|
4163
4516
|
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "nuxt-pdf-frame",
|
|
4519
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4520
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4521
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4522
|
+
"icon": "pdf-frame.svg",
|
|
4523
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4524
|
+
"website": "https://www.pdf-frame.org",
|
|
4525
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4526
|
+
"category": "Libraries",
|
|
4527
|
+
"type": "3rd-party",
|
|
4528
|
+
"maintainers": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "Narayana Swamy",
|
|
4531
|
+
"github": "nswamy14",
|
|
4532
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4533
|
+
}
|
|
4534
|
+
],
|
|
4535
|
+
"compatibility": {
|
|
4536
|
+
"nuxt": "^3.0.0",
|
|
4537
|
+
"requires": {}
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4164
4540
|
{
|
|
4165
4541
|
"name": "nuxt-pdf",
|
|
4166
4542
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -4228,28 +4604,6 @@
|
|
|
4228
4604
|
"requires": {}
|
|
4229
4605
|
}
|
|
4230
4606
|
},
|
|
4231
|
-
{
|
|
4232
|
-
"name": "plausible",
|
|
4233
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4234
|
-
"repo": "nuxt-modules/plausible",
|
|
4235
|
-
"npm": "@nuxtjs/plausible",
|
|
4236
|
-
"icon": "plausible.png",
|
|
4237
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4238
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4239
|
-
"learn_more": "https://plausible.io/",
|
|
4240
|
-
"category": "Analytics",
|
|
4241
|
-
"type": "community",
|
|
4242
|
-
"maintainers": [
|
|
4243
|
-
{
|
|
4244
|
-
"name": "Johann Schopplich",
|
|
4245
|
-
"github": "johannschopplich"
|
|
4246
|
-
}
|
|
4247
|
-
],
|
|
4248
|
-
"compatibility": {
|
|
4249
|
-
"nuxt": "^3.0.0",
|
|
4250
|
-
"requires": {}
|
|
4251
|
-
}
|
|
4252
|
-
},
|
|
4253
4607
|
{
|
|
4254
4608
|
"name": "nuxt-plotly",
|
|
4255
4609
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4507,6 +4861,28 @@
|
|
|
4507
4861
|
"requires": {}
|
|
4508
4862
|
}
|
|
4509
4863
|
},
|
|
4864
|
+
{
|
|
4865
|
+
"name": "nuxt-uswds",
|
|
4866
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4867
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4868
|
+
"npm": "nuxt-uswds",
|
|
4869
|
+
"icon": "nuxt-uswds.svg",
|
|
4870
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4871
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4872
|
+
"learn_more": "",
|
|
4873
|
+
"category": "UI",
|
|
4874
|
+
"type": "3rd-party",
|
|
4875
|
+
"maintainers": [
|
|
4876
|
+
{
|
|
4877
|
+
"name": "Patrick Cate",
|
|
4878
|
+
"github": "patrickcate"
|
|
4879
|
+
}
|
|
4880
|
+
],
|
|
4881
|
+
"compatibility": {
|
|
4882
|
+
"nuxt": "^3.0.0",
|
|
4883
|
+
"requires": {}
|
|
4884
|
+
}
|
|
4885
|
+
},
|
|
4510
4886
|
{
|
|
4511
4887
|
"name": "nuxt-viewport",
|
|
4512
4888
|
"description": "Define custom viewports for your Nuxt project",
|
|
@@ -4575,10 +4951,38 @@
|
|
|
4575
4951
|
"requires": {}
|
|
4576
4952
|
}
|
|
4577
4953
|
},
|
|
4954
|
+
{
|
|
4955
|
+
"name": "nuxt2-ngrok",
|
|
4956
|
+
"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",
|
|
4957
|
+
"repo": "nuxt-community/ngrok",
|
|
4958
|
+
"npm": "@nuxtjs/ngrok",
|
|
4959
|
+
"icon": "ngrok.png",
|
|
4960
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
4961
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
4962
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
4963
|
+
"category": "Devtools",
|
|
4964
|
+
"type": "community",
|
|
4965
|
+
"maintainers": [
|
|
4966
|
+
{
|
|
4967
|
+
"name": "Debbie O'Brien",
|
|
4968
|
+
"github": "debs-obrien",
|
|
4969
|
+
"twitter": "debs_obrien"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"name": "Pooya Parsa",
|
|
4973
|
+
"github": "pi0",
|
|
4974
|
+
"twitter": "_pi0_"
|
|
4975
|
+
}
|
|
4976
|
+
],
|
|
4977
|
+
"compatibility": {
|
|
4978
|
+
"nuxt": "^2.0.0",
|
|
4979
|
+
"requires": {}
|
|
4980
|
+
}
|
|
4981
|
+
},
|
|
4578
4982
|
{
|
|
4579
4983
|
"name": "nuxt3-interpolation",
|
|
4580
4984
|
"description": "",
|
|
4581
|
-
"repo": "daliborgogic/interpolation
|
|
4985
|
+
"repo": "daliborgogic/interpolation",
|
|
4582
4986
|
"npm": "nuxt3-interpolation",
|
|
4583
4987
|
"icon": "",
|
|
4584
4988
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4604,7 +5008,7 @@
|
|
|
4604
5008
|
"npm": "nuxt3-leaflet",
|
|
4605
5009
|
"icon": "leaflet.png",
|
|
4606
5010
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4607
|
-
"website": "https://github.
|
|
5011
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4608
5012
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4609
5013
|
"category": "Libraries",
|
|
4610
5014
|
"type": "3rd-party",
|
|
@@ -4690,6 +5094,28 @@
|
|
|
4690
5094
|
"requires": {}
|
|
4691
5095
|
}
|
|
4692
5096
|
},
|
|
5097
|
+
{
|
|
5098
|
+
"name": "onyx",
|
|
5099
|
+
"description": "A design system and Vue.js component library created by Schwarz IT",
|
|
5100
|
+
"repo": "SchwarzIT/onyx#main/packages/nuxt",
|
|
5101
|
+
"npm": "@sit-onyx/nuxt",
|
|
5102
|
+
"icon": "onyx.svg",
|
|
5103
|
+
"github": "https://github.com/SchwarzIT/onyx",
|
|
5104
|
+
"website": "https://onyx.schwarz/development/packages/nuxt.html",
|
|
5105
|
+
"learn_more": "https://onyx.schwarz",
|
|
5106
|
+
"category": "UI",
|
|
5107
|
+
"type": "3rd-party",
|
|
5108
|
+
"maintainers": [
|
|
5109
|
+
{
|
|
5110
|
+
"name": "Schwarz IT",
|
|
5111
|
+
"github": "SchwarzIT"
|
|
5112
|
+
}
|
|
5113
|
+
],
|
|
5114
|
+
"compatibility": {
|
|
5115
|
+
"nuxt": "^3.0.0",
|
|
5116
|
+
"requires": {}
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
4693
5119
|
{
|
|
4694
5120
|
"name": "optimized-images",
|
|
4695
5121
|
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
@@ -4851,6 +5277,28 @@
|
|
|
4851
5277
|
"requires": {}
|
|
4852
5278
|
}
|
|
4853
5279
|
},
|
|
5280
|
+
{
|
|
5281
|
+
"name": "pergel",
|
|
5282
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5283
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5284
|
+
"npm": "pergel",
|
|
5285
|
+
"icon": "pergel.svg",
|
|
5286
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5287
|
+
"website": "https://oku-ui.com/pergel",
|
|
5288
|
+
"learn_more": "",
|
|
5289
|
+
"category": "Devtools",
|
|
5290
|
+
"type": "3rd-party",
|
|
5291
|
+
"maintainers": [
|
|
5292
|
+
{
|
|
5293
|
+
"name": "Mehmet - productdevbook",
|
|
5294
|
+
"github": "productdevbook"
|
|
5295
|
+
}
|
|
5296
|
+
],
|
|
5297
|
+
"compatibility": {
|
|
5298
|
+
"nuxt": "^3.10.0",
|
|
5299
|
+
"requires": {}
|
|
5300
|
+
}
|
|
5301
|
+
},
|
|
4854
5302
|
{
|
|
4855
5303
|
"name": "persian-datepicker",
|
|
4856
5304
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4877,7 +5325,7 @@
|
|
|
4877
5325
|
{
|
|
4878
5326
|
"name": "pinia-orm",
|
|
4879
5327
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4880
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5328
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4881
5329
|
"npm": "@pinia-orm/nuxt",
|
|
4882
5330
|
"icon": "pinia-orm.svg",
|
|
4883
5331
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4951,20 +5399,20 @@
|
|
|
4951
5399
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4952
5400
|
"repo": "nuxt-modules/plausible",
|
|
4953
5401
|
"npm": "@nuxtjs/plausible",
|
|
4954
|
-
"icon": "",
|
|
5402
|
+
"icon": "plausible.svg",
|
|
4955
5403
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4956
5404
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4957
5405
|
"learn_more": "",
|
|
4958
|
-
"category": "
|
|
5406
|
+
"category": "Analytics",
|
|
4959
5407
|
"type": "community",
|
|
4960
5408
|
"maintainers": [
|
|
4961
5409
|
{
|
|
4962
|
-
"name": "
|
|
4963
|
-
"github": "
|
|
5410
|
+
"name": "Johann Schopplich",
|
|
5411
|
+
"github": "johannschopplich"
|
|
4964
5412
|
}
|
|
4965
5413
|
],
|
|
4966
5414
|
"compatibility": {
|
|
4967
|
-
"nuxt": "^2.0.0",
|
|
5415
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4968
5416
|
"requires": {}
|
|
4969
5417
|
}
|
|
4970
5418
|
},
|
|
@@ -5037,6 +5485,28 @@
|
|
|
5037
5485
|
"requires": {}
|
|
5038
5486
|
}
|
|
5039
5487
|
},
|
|
5488
|
+
{
|
|
5489
|
+
"name": "prisma",
|
|
5490
|
+
"description": "Integrate Nuxt with Prisma ORM to simplify database access!",
|
|
5491
|
+
"repo": "prisma/nuxt-prisma",
|
|
5492
|
+
"npm": "@prisma/nuxt",
|
|
5493
|
+
"icon": "prisma.png",
|
|
5494
|
+
"github": "https://github.com/prisma/nuxt-prisma",
|
|
5495
|
+
"website": "https://github.com/prisma/nuxt-prisma",
|
|
5496
|
+
"learn_more": "https://www.prisma.io/orm",
|
|
5497
|
+
"category": "Database",
|
|
5498
|
+
"type": "3rd-party",
|
|
5499
|
+
"maintainers": [
|
|
5500
|
+
{
|
|
5501
|
+
"name": "prisma",
|
|
5502
|
+
"github": "prisma"
|
|
5503
|
+
}
|
|
5504
|
+
],
|
|
5505
|
+
"compatibility": {
|
|
5506
|
+
"nuxt": "^3.0.0",
|
|
5507
|
+
"requires": {}
|
|
5508
|
+
}
|
|
5509
|
+
},
|
|
5040
5510
|
{
|
|
5041
5511
|
"name": "prismic",
|
|
5042
5512
|
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
@@ -5506,6 +5976,29 @@
|
|
|
5506
5976
|
}
|
|
5507
5977
|
}
|
|
5508
5978
|
},
|
|
5979
|
+
{
|
|
5980
|
+
"name": "scalar",
|
|
5981
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5982
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5983
|
+
"npm": "@scalar/nuxt",
|
|
5984
|
+
"icon": "scalar.svg",
|
|
5985
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5986
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5987
|
+
"learn_more": "https://scalar.com",
|
|
5988
|
+
"category": "Devtools",
|
|
5989
|
+
"type": "3rd-party",
|
|
5990
|
+
"maintainers": [
|
|
5991
|
+
{
|
|
5992
|
+
"name": "scalar",
|
|
5993
|
+
"github": "scalar",
|
|
5994
|
+
"twitter": "scalar"
|
|
5995
|
+
}
|
|
5996
|
+
],
|
|
5997
|
+
"compatibility": {
|
|
5998
|
+
"nuxt": "^3.0.0",
|
|
5999
|
+
"requires": {}
|
|
6000
|
+
}
|
|
6001
|
+
},
|
|
5509
6002
|
{
|
|
5510
6003
|
"name": "schema-org",
|
|
5511
6004
|
"description": "Quick and easy Schema.org graphs.",
|
|
@@ -5530,6 +6023,29 @@
|
|
|
5530
6023
|
"requires": {}
|
|
5531
6024
|
}
|
|
5532
6025
|
},
|
|
6026
|
+
{
|
|
6027
|
+
"name": "scripts",
|
|
6028
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
6029
|
+
"repo": "nuxt/scripts",
|
|
6030
|
+
"npm": "@nuxt/scripts",
|
|
6031
|
+
"icon": "nuxt.svg",
|
|
6032
|
+
"github": "https://github.com/nuxt/scripts",
|
|
6033
|
+
"website": "https://scripts.nuxt.com",
|
|
6034
|
+
"learn_more": "",
|
|
6035
|
+
"category": "Libraries",
|
|
6036
|
+
"type": "official",
|
|
6037
|
+
"maintainers": [
|
|
6038
|
+
{
|
|
6039
|
+
"name": "Harlan Wilton",
|
|
6040
|
+
"github": "harlan-zw",
|
|
6041
|
+
"twitter": "harlan_zw"
|
|
6042
|
+
}
|
|
6043
|
+
],
|
|
6044
|
+
"compatibility": {
|
|
6045
|
+
"nuxt": "^3.0.0",
|
|
6046
|
+
"requires": {}
|
|
6047
|
+
}
|
|
6048
|
+
},
|
|
5533
6049
|
{
|
|
5534
6050
|
"name": "scss-to-js",
|
|
5535
6051
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -5757,21 +6273,25 @@
|
|
|
5757
6273
|
}
|
|
5758
6274
|
},
|
|
5759
6275
|
{
|
|
5760
|
-
"name": "
|
|
5761
|
-
"description": "
|
|
5762
|
-
"repo": "
|
|
5763
|
-
"npm": "
|
|
5764
|
-
"icon": "
|
|
5765
|
-
"github": "https://github.com/
|
|
5766
|
-
"website": "https://
|
|
5767
|
-
"learn_more": "https://
|
|
5768
|
-
"category": "
|
|
6276
|
+
"name": "shadcn",
|
|
6277
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6278
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6279
|
+
"npm": "shadcn-nuxt",
|
|
6280
|
+
"icon": "",
|
|
6281
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6282
|
+
"website": "https://www.shadcn-vue.com",
|
|
6283
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6284
|
+
"category": "UI",
|
|
5769
6285
|
"type": "3rd-party",
|
|
5770
6286
|
"maintainers": [
|
|
5771
6287
|
{
|
|
5772
|
-
"name": "
|
|
5773
|
-
"github": "
|
|
5774
|
-
"twitter": "
|
|
6288
|
+
"name": "Zernonia",
|
|
6289
|
+
"github": "zernonia",
|
|
6290
|
+
"twitter": "zernonia"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"name": "Sadegh Barati",
|
|
6294
|
+
"github": "sadeghbarati"
|
|
5775
6295
|
}
|
|
5776
6296
|
],
|
|
5777
6297
|
"compatibility": {
|
|
@@ -5801,6 +6321,28 @@
|
|
|
5801
6321
|
"requires": {}
|
|
5802
6322
|
}
|
|
5803
6323
|
},
|
|
6324
|
+
{
|
|
6325
|
+
"name": "shuimo-ui",
|
|
6326
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6327
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6328
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6329
|
+
"icon": "shuimo-ui.svg",
|
|
6330
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6331
|
+
"website": "https://shuimo.design",
|
|
6332
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6333
|
+
"category": "UI",
|
|
6334
|
+
"type": "3rd-party",
|
|
6335
|
+
"maintainers": [
|
|
6336
|
+
{
|
|
6337
|
+
"name": "higuaifan",
|
|
6338
|
+
"github": "higuaifan"
|
|
6339
|
+
}
|
|
6340
|
+
],
|
|
6341
|
+
"compatibility": {
|
|
6342
|
+
"nuxt": "^3.0.0",
|
|
6343
|
+
"requires": {}
|
|
6344
|
+
}
|
|
6345
|
+
},
|
|
5804
6346
|
{
|
|
5805
6347
|
"name": "sidebase-auth",
|
|
5806
6348
|
"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.",
|
|
@@ -5929,7 +6471,7 @@
|
|
|
5929
6471
|
"icon": "snipcart.png",
|
|
5930
6472
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5931
6473
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5932
|
-
"learn_more": "
|
|
6474
|
+
"learn_more": "",
|
|
5933
6475
|
"category": "Ecommerce",
|
|
5934
6476
|
"type": "community",
|
|
5935
6477
|
"maintainers": [
|
|
@@ -6011,39 +6553,6 @@
|
|
|
6011
6553
|
"requires": {}
|
|
6012
6554
|
}
|
|
6013
6555
|
},
|
|
6014
|
-
{
|
|
6015
|
-
"name": "speedkit",
|
|
6016
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
6017
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
6018
|
-
"npm": "nuxt-speedkit",
|
|
6019
|
-
"icon": "speedkit.png",
|
|
6020
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
6021
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
6022
|
-
"learn_more": "",
|
|
6023
|
-
"category": "Performance",
|
|
6024
|
-
"type": "3rd-party",
|
|
6025
|
-
"maintainers": [
|
|
6026
|
-
{
|
|
6027
|
-
"name": "Stephan Gerbeth",
|
|
6028
|
-
"github": "StephanGerbeth",
|
|
6029
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
6030
|
-
},
|
|
6031
|
-
{
|
|
6032
|
-
"name": "Thorn Walli",
|
|
6033
|
-
"github": "ThornWalli",
|
|
6034
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
6035
|
-
},
|
|
6036
|
-
{
|
|
6037
|
-
"name": "Grabarz & Partner",
|
|
6038
|
-
"github": "GrabarzUndPartner",
|
|
6039
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
6040
|
-
}
|
|
6041
|
-
],
|
|
6042
|
-
"compatibility": {
|
|
6043
|
-
"nuxt": "^2.0.0",
|
|
6044
|
-
"requires": {}
|
|
6045
|
-
}
|
|
6046
|
-
},
|
|
6047
6556
|
{
|
|
6048
6557
|
"name": "ssr-lit",
|
|
6049
6558
|
"description": "",
|
|
@@ -6090,23 +6599,29 @@
|
|
|
6090
6599
|
},
|
|
6091
6600
|
{
|
|
6092
6601
|
"name": "storefront-ui",
|
|
6093
|
-
"description": "Storefront UI
|
|
6094
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6602
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6603
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
6095
6604
|
"npm": "@storefront-ui/nuxt",
|
|
6096
6605
|
"icon": "storefront-ui.svg",
|
|
6097
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
6098
|
-
"website": "https://docs.storefrontui.io
|
|
6099
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6606
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6607
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6608
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
6100
6609
|
"category": "UI",
|
|
6101
6610
|
"type": "3rd-party",
|
|
6102
6611
|
"maintainers": [
|
|
6103
6612
|
{
|
|
6104
|
-
"name": "
|
|
6105
|
-
"github": "
|
|
6613
|
+
"name": "Szymon Dziewoński",
|
|
6614
|
+
"github": "Szymon-dziewonski",
|
|
6615
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"name": "Jakub Freisler",
|
|
6619
|
+
"github": "FRSgit",
|
|
6620
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
6106
6621
|
}
|
|
6107
6622
|
],
|
|
6108
6623
|
"compatibility": {
|
|
6109
|
-
"nuxt": "^
|
|
6624
|
+
"nuxt": "^3.0.0",
|
|
6110
6625
|
"requires": {}
|
|
6111
6626
|
}
|
|
6112
6627
|
},
|
|
@@ -6159,7 +6674,7 @@
|
|
|
6159
6674
|
"name": "storybook",
|
|
6160
6675
|
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6161
6676
|
"repo": "nuxt-modules/storybook",
|
|
6162
|
-
"npm": "
|
|
6677
|
+
"npm": "nuxt-storybook",
|
|
6163
6678
|
"icon": "storybook.png",
|
|
6164
6679
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
6165
6680
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -6335,29 +6850,6 @@
|
|
|
6335
6850
|
"requires": {}
|
|
6336
6851
|
}
|
|
6337
6852
|
},
|
|
6338
|
-
{
|
|
6339
|
-
"name": "stylify",
|
|
6340
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6341
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6342
|
-
"npm": "@stylify/nuxt",
|
|
6343
|
-
"icon": "stylify.svg",
|
|
6344
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6345
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6346
|
-
"learn_more": "https://stylifycss.com",
|
|
6347
|
-
"category": "UI",
|
|
6348
|
-
"type": "3rd-party",
|
|
6349
|
-
"maintainers": [
|
|
6350
|
-
{
|
|
6351
|
-
"name": "Vladimír Macháček",
|
|
6352
|
-
"github": "Machy8",
|
|
6353
|
-
"twitter": "8machy"
|
|
6354
|
-
}
|
|
6355
|
-
],
|
|
6356
|
-
"compatibility": {
|
|
6357
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6358
|
-
"requires": {}
|
|
6359
|
-
}
|
|
6360
|
-
},
|
|
6361
6853
|
{
|
|
6362
6854
|
"name": "supabase",
|
|
6363
6855
|
"description": "First class integration with Supabase",
|
|
@@ -6391,6 +6883,29 @@
|
|
|
6391
6883
|
"requires": {}
|
|
6392
6884
|
}
|
|
6393
6885
|
},
|
|
6886
|
+
{
|
|
6887
|
+
"name": "surrealdb",
|
|
6888
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
6889
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6890
|
+
"npm": "nuxt-surrealdb",
|
|
6891
|
+
"icon": "surrealdb.png",
|
|
6892
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6893
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6894
|
+
"learn_more": "",
|
|
6895
|
+
"category": "Database",
|
|
6896
|
+
"type": "3rd-party",
|
|
6897
|
+
"maintainers": [
|
|
6898
|
+
{
|
|
6899
|
+
"name": "Sandro Circi",
|
|
6900
|
+
"github": "sandros94",
|
|
6901
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
6902
|
+
}
|
|
6903
|
+
],
|
|
6904
|
+
"compatibility": {
|
|
6905
|
+
"nuxt": "^3.10.0",
|
|
6906
|
+
"requires": {}
|
|
6907
|
+
}
|
|
6908
|
+
},
|
|
6394
6909
|
{
|
|
6395
6910
|
"name": "svg-loader",
|
|
6396
6911
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
@@ -6480,6 +6995,30 @@
|
|
|
6480
6995
|
"requires": {}
|
|
6481
6996
|
}
|
|
6482
6997
|
},
|
|
6998
|
+
{
|
|
6999
|
+
"name": "swiftsearch",
|
|
7000
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
7001
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
7002
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
7003
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
7004
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
7005
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
7006
|
+
"learn_more": "",
|
|
7007
|
+
"category": "Libraries",
|
|
7008
|
+
"type": "3rd-party",
|
|
7009
|
+
"maintainers": [
|
|
7010
|
+
{
|
|
7011
|
+
"name": "Matteo Rigoni",
|
|
7012
|
+
"github": "rigo-m",
|
|
7013
|
+
"twitter": "MatteoRigoni",
|
|
7014
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
7015
|
+
}
|
|
7016
|
+
],
|
|
7017
|
+
"compatibility": {
|
|
7018
|
+
"nuxt": "^3.10.0",
|
|
7019
|
+
"requires": {}
|
|
7020
|
+
}
|
|
7021
|
+
},
|
|
6483
7022
|
{
|
|
6484
7023
|
"name": "swiper",
|
|
6485
7024
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6551,7 +7090,10 @@
|
|
|
6551
7090
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6552
7091
|
"requires": {},
|
|
6553
7092
|
"devtools": "^0.0.0"
|
|
6554
|
-
}
|
|
7093
|
+
},
|
|
7094
|
+
"aliases": [
|
|
7095
|
+
"tailwind"
|
|
7096
|
+
]
|
|
6555
7097
|
},
|
|
6556
7098
|
{
|
|
6557
7099
|
"name": "test-utils",
|
|
@@ -6633,8 +7175,8 @@
|
|
|
6633
7175
|
"npm": "nuxt-tiptap-editor",
|
|
6634
7176
|
"icon": "tiptap.png",
|
|
6635
7177
|
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6636
|
-
"website": "https://
|
|
6637
|
-
"learn_more": "https://
|
|
7178
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
7179
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6638
7180
|
"category": "Libraries",
|
|
6639
7181
|
"type": "3rd-party",
|
|
6640
7182
|
"maintainers": [
|
|
@@ -6671,6 +7213,28 @@
|
|
|
6671
7213
|
"requires": {}
|
|
6672
7214
|
}
|
|
6673
7215
|
},
|
|
7216
|
+
{
|
|
7217
|
+
"name": "tradingview",
|
|
7218
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7219
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7220
|
+
"npm": "nuxt-tradingview",
|
|
7221
|
+
"icon": "tradingview.svg",
|
|
7222
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7223
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7224
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7225
|
+
"category": "Extensions",
|
|
7226
|
+
"type": "3rd-party",
|
|
7227
|
+
"maintainers": [
|
|
7228
|
+
{
|
|
7229
|
+
"name": "Volkan Akkuş",
|
|
7230
|
+
"github": "volkanakkus"
|
|
7231
|
+
}
|
|
7232
|
+
],
|
|
7233
|
+
"compatibility": {
|
|
7234
|
+
"nuxt": "^3.0.0",
|
|
7235
|
+
"requires": {}
|
|
7236
|
+
}
|
|
7237
|
+
},
|
|
6674
7238
|
{
|
|
6675
7239
|
"name": "translation-manager",
|
|
6676
7240
|
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
@@ -7072,32 +7636,6 @@
|
|
|
7072
7636
|
"requires": {}
|
|
7073
7637
|
}
|
|
7074
7638
|
},
|
|
7075
|
-
{
|
|
7076
|
-
"name": "unlighthouse",
|
|
7077
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
7078
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
7079
|
-
"npm": "@unlighthouse/nuxt",
|
|
7080
|
-
"icon": "unlighthouse.svg",
|
|
7081
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
7082
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
7083
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
7084
|
-
"category": "Devtools",
|
|
7085
|
-
"type": "3rd-party",
|
|
7086
|
-
"maintainers": [
|
|
7087
|
-
{
|
|
7088
|
-
"name": "Harlan Wilton",
|
|
7089
|
-
"github": "harlan-zw",
|
|
7090
|
-
"twitter": "harlan_zw",
|
|
7091
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
7092
|
-
}
|
|
7093
|
-
],
|
|
7094
|
-
"compatibility": {
|
|
7095
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7096
|
-
"requires": {
|
|
7097
|
-
"bridge": "optional"
|
|
7098
|
-
}
|
|
7099
|
-
}
|
|
7100
|
-
},
|
|
7101
7639
|
{
|
|
7102
7640
|
"name": "unocss",
|
|
7103
7641
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -7132,8 +7670,8 @@
|
|
|
7132
7670
|
"npm": "nuxt-ununura",
|
|
7133
7671
|
"icon": "ununuracss.png",
|
|
7134
7672
|
"github": "https://github.com/novout/ununuracss",
|
|
7135
|
-
"website": "https://
|
|
7136
|
-
"learn_more": "https://
|
|
7673
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7674
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
7137
7675
|
"category": "UI",
|
|
7138
7676
|
"type": "3rd-party",
|
|
7139
7677
|
"maintainers": [
|
|
@@ -7170,30 +7708,6 @@
|
|
|
7170
7708
|
"requires": {}
|
|
7171
7709
|
}
|
|
7172
7710
|
},
|
|
7173
|
-
{
|
|
7174
|
-
"name": "use-wagmi",
|
|
7175
|
-
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7176
|
-
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7177
|
-
"npm": "@use-wagmi/nuxt",
|
|
7178
|
-
"icon": "use-wagmi.png",
|
|
7179
|
-
"github": "https://github.com/unicape/use-wagmi",
|
|
7180
|
-
"website": "https://github.com/unicape/use-wagmi",
|
|
7181
|
-
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7182
|
-
"category": "Extensions",
|
|
7183
|
-
"type": "3rd-party",
|
|
7184
|
-
"maintainers": [
|
|
7185
|
-
{
|
|
7186
|
-
"name": "Unic Ape",
|
|
7187
|
-
"github": "unicape"
|
|
7188
|
-
}
|
|
7189
|
-
],
|
|
7190
|
-
"compatibility": {
|
|
7191
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7192
|
-
"requires": {
|
|
7193
|
-
"bridge": true
|
|
7194
|
-
}
|
|
7195
|
-
}
|
|
7196
|
-
},
|
|
7197
7711
|
{
|
|
7198
7712
|
"name": "user-agent",
|
|
7199
7713
|
"description": "Nuxt module for handling User-Agent.",
|
|
@@ -7247,7 +7761,7 @@
|
|
|
7247
7761
|
"npm": "@varlet/nuxt",
|
|
7248
7762
|
"icon": "varlet.svg",
|
|
7249
7763
|
"github": "https://github.com/varletjs/varlet",
|
|
7250
|
-
"website": "https://varlet.
|
|
7764
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
7251
7765
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7252
7766
|
"category": "UI",
|
|
7253
7767
|
"type": "3rd-party",
|
|
@@ -7270,8 +7784,8 @@
|
|
|
7270
7784
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7271
7785
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7272
7786
|
"icon": "vcalendar.png",
|
|
7273
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7274
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7787
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7788
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7275
7789
|
"learn_more": "",
|
|
7276
7790
|
"category": "Libraries",
|
|
7277
7791
|
"type": "3rd-party",
|
|
@@ -7533,7 +8047,7 @@
|
|
|
7533
8047
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7534
8048
|
"repo": "moritzsternemann/vue-plausible",
|
|
7535
8049
|
"npm": "vue-plausible",
|
|
7536
|
-
"icon": "plausible.
|
|
8050
|
+
"icon": "plausible.svg",
|
|
7537
8051
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7538
8052
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7539
8053
|
"learn_more": "",
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-ab24e5",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"repository":
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/nuxt/modules.git"
|
|
8
|
+
},
|
|
6
9
|
"homepage": "https://nuxt.com/modules",
|
|
7
10
|
"main": "./modules.json",
|
|
8
11
|
"files": [
|
|
@@ -13,17 +16,17 @@
|
|
|
13
16
|
"cli": "jiti ./lib/cli",
|
|
14
17
|
"website:build": "pnpm build && nuxi build website",
|
|
15
18
|
"website:dev": "pnpm build && nuxi dev website",
|
|
16
|
-
"lint": "eslint
|
|
19
|
+
"lint": "eslint",
|
|
17
20
|
"release": "pnpm cli version && npm publish",
|
|
18
21
|
"sync": "pnpm cli sync",
|
|
19
22
|
"test": "pnpm lint && pnpm sync"
|
|
20
23
|
},
|
|
21
24
|
"devDependencies": {
|
|
22
|
-
"@nuxt/eslint-config": "^0.
|
|
25
|
+
"@nuxt/eslint-config": "^0.3.10",
|
|
23
26
|
"@types/js-yaml": "^4.0.5",
|
|
24
27
|
"@types/node": "^18.17.15",
|
|
25
28
|
"defu": "^6.1.2",
|
|
26
|
-
"eslint": "^
|
|
29
|
+
"eslint": "^9.2.0",
|
|
27
30
|
"globby": "^13.2.2",
|
|
28
31
|
"hasha": "^5.2.2",
|
|
29
32
|
"jiti": "^1.20.0",
|