@nuxt/modules 0.6.0-2f0eac → 0.6.0-2fa000

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.
Files changed (2) hide show
  1. package/modules.json +804 -371
  2. package/package.json +6 -2
package/modules.json CHANGED
@@ -1,26 +1,4 @@
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
- },
24
2
  {
25
3
  "name": "ackee",
26
4
  "description": "Nuxt module for Ackee analytics",
@@ -201,7 +179,7 @@
201
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
202
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
203
181
  "learn_more": "",
204
- "category": "Devtools",
182
+ "category": "Libraries",
205
183
  "type": "3rd-party",
206
184
  "maintainers": [
207
185
  {
@@ -216,12 +194,12 @@
216
194
  },
217
195
  {
218
196
  "name": "api-party",
219
- "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
220
198
  "repo": "johannschopplich/nuxt-api-party",
221
199
  "npm": "nuxt-api-party",
222
200
  "icon": "api-party.svg",
223
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
224
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
225
203
  "learn_more": "",
226
204
  "category": "Request",
227
205
  "type": "3rd-party",
@@ -238,6 +216,28 @@
238
216
  "requires": {}
239
217
  }
240
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
+ },
241
241
  {
242
242
  "name": "apis-to-file",
243
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",
@@ -384,7 +384,7 @@
384
384
  "github": "https://github.com/atinux/nuxt-auth-utils",
385
385
  "website": "https://github.com/atinux/nuxt-auth-utils",
386
386
  "learn_more": "",
387
- "category": "Devtools",
387
+ "category": "Security",
388
388
  "type": "3rd-party",
389
389
  "maintainers": [
390
390
  {
@@ -778,10 +778,10 @@
778
778
  "description": "Privacy-first, end-to-end encrypted analytics",
779
779
  "repo": "chiffre-io/nuxt-chiffre",
780
780
  "npm": "nuxt-chiffre",
781
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
782
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
783
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
784
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
785
785
  "category": "Analytics",
786
786
  "type": "3rd-party",
787
787
  "maintainers": [
@@ -1013,7 +1013,7 @@
1013
1013
  "npm": "@nuxt/content",
1014
1014
  "icon": "nuxt.svg",
1015
1015
  "github": "https://github.com/nuxt/content",
1016
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
1017
1017
  "learn_more": "",
1018
1018
  "category": "CMS",
1019
1019
  "type": "official",
@@ -1298,7 +1298,7 @@
1298
1298
  "npm": "@nuxt/devtools",
1299
1299
  "icon": "nuxt.svg",
1300
1300
  "github": "https://github.com/nuxt/devtools",
1301
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1302
1302
  "learn_more": "",
1303
1303
  "category": "Devtools",
1304
1304
  "type": "official",
@@ -1557,7 +1557,7 @@
1557
1557
  }
1558
1558
  },
1559
1559
  {
1560
- "name": "eslint",
1560
+ "name": "eslint-module",
1561
1561
  "description": "ESLint module for Nuxt",
1562
1562
  "repo": "nuxt-community/eslint-module",
1563
1563
  "npm": "@nuxtjs/eslint-module",
@@ -1578,6 +1578,29 @@
1578
1578
  "requires": {}
1579
1579
  }
1580
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
+ },
1581
1604
  {
1582
1605
  "name": "event-trace",
1583
1606
  "description": "Module for event trace in Nuxt",
@@ -1823,10 +1846,33 @@
1823
1846
  "requires": {}
1824
1847
  }
1825
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
+ },
1826
1872
  {
1827
1873
  "name": "form-actions",
1828
1874
  "description": "A set of features and composables to interact with forms and server data.",
1829
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1830
1876
  "npm": "@hebilicious/form-actions-nuxt",
1831
1877
  "icon": "form-actions.svg",
1832
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1854,7 +1900,7 @@
1854
1900
  "icon": "formkit.png",
1855
1901
  "github": "https://github.com/formkit/formkit",
1856
1902
  "website": "https://formkit.com",
1857
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1858
1904
  "category": "Libraries",
1859
1905
  "type": "3rd-party",
1860
1906
  "maintainers": [
@@ -2067,7 +2113,7 @@
2067
2113
  "icon": "graphql-client.svg",
2068
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2069
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2070
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2071
2117
  "category": "Request",
2072
2118
  "type": "3rd-party",
2073
2119
  "maintainers": [
@@ -2128,7 +2174,7 @@
2128
2174
  },
2129
2175
  {
2130
2176
  "name": "gtag",
2131
- "description": "Google Analytics integration for Nuxt",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2132
2178
  "repo": "johannschopplich/nuxt-gtag",
2133
2179
  "npm": "nuxt-gtag",
2134
2180
  "icon": "gtag.svg",
@@ -2351,6 +2397,28 @@
2351
2397
  "requires": {}
2352
2398
  }
2353
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
+ },
2354
2422
  {
2355
2423
  "name": "html-minifier",
2356
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2380,7 +2448,7 @@
2380
2448
  "npm": "@nuxtjs/html-validator",
2381
2449
  "icon": "html-validator.png",
2382
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2383
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2384
2452
  "learn_more": "https://html-validate.org",
2385
2453
  "category": "Performance",
2386
2454
  "type": "community",
@@ -2426,6 +2494,44 @@
2426
2494
  "requires": {}
2427
2495
  }
2428
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
+ },
2429
2535
  {
2430
2536
  "name": "humans-txt",
2431
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.",
@@ -2456,8 +2562,8 @@
2456
2562
  "npm": "@nuxtjs/i18n",
2457
2563
  "icon": "i18n.png",
2458
2564
  "github": "https://github.com/nuxt-modules/i18n",
2459
- "website": "https://v8.i18n.nuxtjs.org",
2460
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2565
+ "website": "https://i18n.nuxtjs.org",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2461
2567
  "category": "Extensions",
2462
2568
  "type": "community",
2463
2569
  "maintainers": [
@@ -2468,6 +2574,10 @@
2468
2574
  {
2469
2575
  "name": "Kazuya Kawaguchi",
2470
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2471
2581
  }
2472
2582
  ],
2473
2583
  "compatibility": {
@@ -2788,7 +2898,8 @@
2788
2898
  "compatibility": {
2789
2899
  "nuxt": "^3.0.0",
2790
2900
  "requires": {}
2791
- }
2901
+ },
2902
+ "sponsor": true
2792
2903
  },
2793
2904
  {
2794
2905
  "name": "kql",
@@ -2797,7 +2908,7 @@
2797
2908
  "npm": "nuxt-kql",
2798
2909
  "icon": "kql.svg",
2799
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2800
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2801
2912
  "learn_more": "",
2802
2913
  "category": "CMS",
2803
2914
  "type": "3rd-party",
@@ -2926,7 +3037,7 @@
2926
3037
  },
2927
3038
  {
2928
3039
  "name": "link-checker",
2929
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3040
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2930
3041
  "repo": "harlan-zw/nuxt-link-checker",
2931
3042
  "npm": "nuxt-link-checker",
2932
3043
  "icon": "link-checker.svg",
@@ -3095,10 +3206,10 @@
3095
3206
  {
3096
3207
  "name": "magic-regexp",
3097
3208
  "description": "A compiled-away, type-safe, readable RegExp alternative",
3098
- "repo": "danielroe/magic-regexp",
3209
+ "repo": "unjs/magic-regexp",
3099
3210
  "npm": "magic-regexp",
3100
3211
  "icon": "magic-regexp.svg",
3101
- "github": "https://github.com/danielroe/magic-regexp",
3212
+ "github": "https://github.com/unjs/magic-regexp",
3102
3213
  "website": "https://magic-regexp.roe.dev",
3103
3214
  "learn_more": "https://magic-regexp.roe.dev",
3104
3215
  "category": "Libraries",
@@ -3115,6 +3226,29 @@
3115
3226
  "requires": {}
3116
3227
  }
3117
3228
  },
3229
+ {
3230
+ "name": "mailpit",
3231
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3232
+ "repo": "tdolsen/nuxt-mailpit",
3233
+ "npm": "nuxt-mailpit",
3234
+ "icon": "mailpit.svg",
3235
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3236
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3237
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3238
+ "category": "Devtools",
3239
+ "type": "3rd-party",
3240
+ "maintainers": [
3241
+ {
3242
+ "name": "Torkild Dyvik Olsen",
3243
+ "github": "tdolsen",
3244
+ "twitter": "tdolsen"
3245
+ }
3246
+ ],
3247
+ "compatibility": {
3248
+ "nuxt": "^3.8.0",
3249
+ "requires": {}
3250
+ }
3251
+ },
3118
3252
  {
3119
3253
  "name": "markdownit",
3120
3254
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -3138,6 +3272,30 @@
3138
3272
  "requires": {}
3139
3273
  }
3140
3274
  },
3275
+ {
3276
+ "name": "marquee",
3277
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3278
+ "repo": "hanzydev/nuxt-marquee",
3279
+ "npm": "nuxt-marquee",
3280
+ "icon": "marquee.png",
3281
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3282
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3283
+ "learn_more": "",
3284
+ "category": "UI",
3285
+ "type": "3rd-party",
3286
+ "maintainers": [
3287
+ {
3288
+ "name": "Hànzy",
3289
+ "github": "hanzydev",
3290
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3291
+ }
3292
+ ],
3293
+ "compatibility": {
3294
+ "nuxt": "^3.0.0",
3295
+ "requires": {},
3296
+ "devtools": "^0.0.0"
3297
+ }
3298
+ },
3141
3299
  {
3142
3300
  "name": "matomo",
3143
3301
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3163,14 +3321,14 @@
3163
3321
  {
3164
3322
  "name": "maz-ui",
3165
3323
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
- "repo": "louismazel/maz-ui",
3324
+ "repo": "louismazel/maz-ui#master/packages/lib",
3167
3325
  "npm": "maz-ui",
3168
3326
  "icon": "maz-ui.png",
3169
3327
  "github": "https://github.com/louismazel/maz-ui",
3170
- "website": "https://louismazel.github.io/maz-ui-3/",
3171
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3328
+ "website": "https://maz-ui.com/",
3329
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3172
3330
  "category": "UI",
3173
- "type": "community",
3331
+ "type": "3rd-party",
3174
3332
  "maintainers": [
3175
3333
  {
3176
3334
  "name": "Loïc Mazuel",
@@ -3182,6 +3340,28 @@
3182
3340
  "requires": {}
3183
3341
  }
3184
3342
  },
3343
+ {
3344
+ "name": "mdc",
3345
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3346
+ "repo": "nuxt-modules/mdc",
3347
+ "npm": "@nuxtjs/mdc",
3348
+ "icon": "mdc.png",
3349
+ "github": "https://github.com/nuxt-modules/mdc",
3350
+ "website": "https://github.com/nuxt-modules/mdc",
3351
+ "learn_more": "",
3352
+ "category": "Extensions",
3353
+ "type": "community",
3354
+ "maintainers": [
3355
+ {
3356
+ "name": "farnabaz",
3357
+ "github": "farnabaz"
3358
+ }
3359
+ ],
3360
+ "compatibility": {
3361
+ "nuxt": "^3.0.0",
3362
+ "requires": {}
3363
+ }
3364
+ },
3185
3365
  {
3186
3366
  "name": "mdx",
3187
3367
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3329,20 +3509,20 @@
3329
3509
  }
3330
3510
  },
3331
3511
  {
3332
- "name": "mq",
3333
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3334
- "repo": "vanhoofmaarten/nuxt-mq",
3335
- "npm": "nuxt-mq",
3512
+ "name": "neo",
3513
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3514
+ "repo": "ezypeeze/nuxt-neo",
3515
+ "npm": "nuxt-neo",
3336
3516
  "icon": "",
3337
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3338
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3339
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3340
- "category": "Libraries",
3517
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3518
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3519
+ "learn_more": "",
3520
+ "category": "Request",
3341
3521
  "type": "3rd-party",
3342
3522
  "maintainers": [
3343
3523
  {
3344
- "name": "vanhoofmaarten",
3345
- "github": "vanhoofmaarten"
3524
+ "name": "ezypeeze",
3525
+ "github": "ezypeeze"
3346
3526
  }
3347
3527
  ],
3348
3528
  "compatibility": {
@@ -3351,24 +3531,24 @@
3351
3531
  }
3352
3532
  },
3353
3533
  {
3354
- "name": "neo",
3355
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3356
- "repo": "ezypeeze/nuxt-neo",
3357
- "npm": "nuxt-neo",
3358
- "icon": "",
3359
- "github": "https://github.com/ezypeeze/nuxt-neo",
3360
- "website": "https://ezypeeze.github.io/nuxt-neo",
3534
+ "name": "neo4j",
3535
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3536
+ "repo": "arashsheyda/nuxt-neo4j",
3537
+ "npm": "nuxt-neo4j",
3538
+ "icon": "nuxt-neo4j.png",
3539
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3540
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3361
3541
  "learn_more": "",
3362
- "category": "Request",
3542
+ "category": "Database",
3363
3543
  "type": "3rd-party",
3364
3544
  "maintainers": [
3365
3545
  {
3366
- "name": "ezypeeze",
3367
- "github": "ezypeeze"
3546
+ "name": "arashsheyda",
3547
+ "github": "arashsheyda"
3368
3548
  }
3369
3549
  ],
3370
3550
  "compatibility": {
3371
- "nuxt": "^2.0.0",
3551
+ "nuxt": "^3.0.0",
3372
3552
  "requires": {}
3373
3553
  }
3374
3554
  },
@@ -3420,12 +3600,12 @@
3420
3600
  {
3421
3601
  "name": "netlify",
3422
3602
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3423
- "repo": "bazzite/nuxt-netlify",
3603
+ "repo": "juliomrqz/nuxt-netlify",
3424
3604
  "npm": "@aceforth/nuxt-netlify",
3425
3605
  "icon": "netlify.png",
3426
- "github": "https://github.com/bazzite/nuxt-netlify",
3427
- "website": "https://marquez.co/docs/nuxt-netlify/",
3428
- "learn_more": "",
3606
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3607
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3608
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3429
3609
  "category": "Deployment",
3430
3610
  "type": "3rd-party",
3431
3611
  "maintainers": [
@@ -3533,6 +3713,29 @@
3533
3713
  "requires": {}
3534
3714
  }
3535
3715
  },
3716
+ {
3717
+ "name": "nuxt-asciidoc",
3718
+ "description": "Transformer for using asciidoc in nuxt",
3719
+ "repo": "Chris2011/nuxt-asciidoc",
3720
+ "npm": "nuxt-asciidoc",
3721
+ "icon": "nuxt-asciidoc.svg",
3722
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3723
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3724
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3725
+ "category": "Extensions",
3726
+ "type": "3rd-party",
3727
+ "maintainers": [
3728
+ {
3729
+ "name": "Christian Lenz",
3730
+ "github": "Chris2011",
3731
+ "twitter": "Chrizzly42"
3732
+ }
3733
+ ],
3734
+ "compatibility": {
3735
+ "nuxt": "^3.0.0",
3736
+ "requires": {}
3737
+ }
3738
+ },
3536
3739
  {
3537
3740
  "name": "nuxt-auth-sanctum",
3538
3741
  "description": "Nuxt module for Laravel Sanctum authentication",
@@ -3540,8 +3743,8 @@
3540
3743
  "npm": "nuxt-auth-sanctum",
3541
3744
  "icon": "laravel.svg",
3542
3745
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
- "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3544
- "learn_more": "",
3746
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3747
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3545
3748
  "category": "Security",
3546
3749
  "type": "3rd-party",
3547
3750
  "maintainers": [
@@ -3552,7 +3755,7 @@
3552
3755
  }
3553
3756
  ],
3554
3757
  "compatibility": {
3555
- "nuxt": "^3.0.0",
3758
+ "nuxt": "^3.9.0",
3556
3759
  "requires": {}
3557
3760
  }
3558
3761
  },
@@ -3578,6 +3781,57 @@
3578
3781
  "requires": {}
3579
3782
  }
3580
3783
  },
3784
+ {
3785
+ "name": "nuxt-bezier",
3786
+ "description": "Reusable transition components",
3787
+ "repo": "50rayn/nuxt-bezier",
3788
+ "npm": "nuxt-bezier",
3789
+ "icon": "nuxt-bezier.png",
3790
+ "github": "https://github.com/50rayn/nuxt-bezier",
3791
+ "website": "https://github.com/50rayn/nuxt-bezier",
3792
+ "learn_more": "https://github.com/Noction/vue-bezier",
3793
+ "category": "UI",
3794
+ "type": "3rd-party",
3795
+ "maintainers": [
3796
+ {
3797
+ "name": "Soryn Gitlan",
3798
+ "github": "50rayn"
3799
+ }
3800
+ ],
3801
+ "compatibility": {
3802
+ "nuxt": "^3.0.0",
3803
+ "requires": {}
3804
+ }
3805
+ },
3806
+ {
3807
+ "name": "nuxt-booster",
3808
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3809
+ "repo": "basics/nuxt-booster",
3810
+ "npm": "nuxt-booster",
3811
+ "icon": "nuxt-booster.svg",
3812
+ "github": "https://github.com/basics/nuxt-booster",
3813
+ "website": "https://basics.github.io/nuxt-booster/",
3814
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3815
+ "category": "Performance",
3816
+ "type": "3rd-party",
3817
+ "maintainers": [
3818
+ {
3819
+ "name": "Thorn Walli",
3820
+ "github": "ThornWalli",
3821
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3822
+ },
3823
+ {
3824
+ "name": "Stephan Gerbeth",
3825
+ "github": "StephanGerbeth",
3826
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3827
+ }
3828
+ ],
3829
+ "compatibility": {
3830
+ "nuxt": "^3.0.0",
3831
+ "requires": {},
3832
+ "devtools": "^0.0.0"
3833
+ }
3834
+ },
3581
3835
  {
3582
3836
  "name": "nuxt-bootstrap-icons",
3583
3837
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3622,6 +3876,28 @@
3622
3876
  "requires": {}
3623
3877
  }
3624
3878
  },
3879
+ {
3880
+ "name": "nuxt-cookie-consent",
3881
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3882
+ "repo": "weareheavy/nuxt-cookie-consent",
3883
+ "npm": "@weareheavy/nuxt-cookie-consent",
3884
+ "icon": "wah.svg",
3885
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3886
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3887
+ "learn_more": "",
3888
+ "category": "Extensions",
3889
+ "type": "3rd-party",
3890
+ "maintainers": [
3891
+ {
3892
+ "name": "weareheavy",
3893
+ "github": "weareheavy"
3894
+ }
3895
+ ],
3896
+ "compatibility": {
3897
+ "nuxt": "^3.0.0",
3898
+ "requires": {}
3899
+ }
3900
+ },
3625
3901
  {
3626
3902
  "name": "nuxt-facebook-chat",
3627
3903
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3648,6 +3924,28 @@
3648
3924
  "requires": {}
3649
3925
  }
3650
3926
  },
3927
+ {
3928
+ "name": "nuxt-feather-icons",
3929
+ "description": "The Feather Icons in Nuxt 3.",
3930
+ "repo": "4sllan/nuxt-feather-icons",
3931
+ "npm": "nuxt-feather-icons",
3932
+ "icon": "nuxt-feather-icons.png",
3933
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3934
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3935
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3936
+ "category": "UI",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "4sllan",
3941
+ "github": "4sllan"
3942
+ }
3943
+ ],
3944
+ "compatibility": {
3945
+ "nuxt": "^3.0.0",
3946
+ "requires": {}
3947
+ }
3948
+ },
3651
3949
  {
3652
3950
  "name": "nuxt-feedme",
3653
3951
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3671,13 +3969,58 @@
3671
3969
  }
3672
3970
  },
3673
3971
  {
3674
- "name": "nuxt-graphql-middleware",
3675
- "description": "Expose GraphQL queries and mutations as server API routes.",
3676
- "repo": "dulnan/nuxt-graphql-middleware",
3677
- "npm": "nuxt-graphql-middleware",
3678
- "icon": "nuxt-graphql-middleware.svg",
3972
+ "name": "nuxt-file-storage",
3973
+ "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.",
3974
+ "repo": "nyllre/nuxt-file-storage",
3975
+ "npm": "nuxt-file-storage",
3976
+ "icon": "nuxt-file-storage.svg",
3977
+ "github": "https://github.com/nyllre/nuxt-file-storage",
3978
+ "website": "https://github.com/nyllre/nuxt-file-storage",
3979
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
3980
+ "category": "Database",
3981
+ "type": "3rd-party",
3982
+ "maintainers": [
3983
+ {
3984
+ "name": "NyllRE",
3985
+ "github": "NyllRE"
3986
+ }
3987
+ ],
3988
+ "compatibility": {
3989
+ "nuxt": "^3.0.0",
3990
+ "requires": {}
3991
+ }
3992
+ },
3993
+ {
3994
+ "name": "nuxt-fontawesome",
3995
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3996
+ "repo": "bezumkin/nuxt-fontawesome",
3997
+ "npm": "@vesp/nuxt-fontawesome",
3998
+ "icon": "nuxt-fontawesome.svg",
3999
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4000
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4001
+ "learn_more": "https://fontawesome.com",
4002
+ "category": "UI",
4003
+ "type": "3rd-party",
4004
+ "maintainers": [
4005
+ {
4006
+ "name": "Vasily Naumkin",
4007
+ "github": "bezumkin",
4008
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^3.0.0",
4013
+ "requires": {}
4014
+ }
4015
+ },
4016
+ {
4017
+ "name": "nuxt-graphql-middleware",
4018
+ "description": "Expose GraphQL queries and mutations as server API routes.",
4019
+ "repo": "dulnan/nuxt-graphql-middleware",
4020
+ "npm": "nuxt-graphql-middleware",
4021
+ "icon": "nuxt-graphql-middleware.svg",
3679
4022
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3680
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4023
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3681
4024
  "learn_more": "",
3682
4025
  "category": "Request",
3683
4026
  "type": "3rd-party",
@@ -3735,7 +4078,7 @@
3735
4078
  "maintainers": [
3736
4079
  {
3737
4080
  "name": "Zadig&Voltaire Team",
3738
- "github": "https://github.com/zadigetvoltaire"
4081
+ "github": "zadigetvoltaire"
3739
4082
  }
3740
4083
  ],
3741
4084
  "compatibility": {
@@ -3819,8 +4162,8 @@
3819
4162
  "npm": "@nuxtus/nuxt-localtunnel",
3820
4163
  "icon": "nuxt-localtunnel.svg",
3821
4164
  "github": "https://github.com/nuxtus/localtunnel",
3822
- "website": "https://nuxtus.com",
3823
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4165
+ "website": "https://docs.nuxtus.com",
4166
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3824
4167
  "category": "Devtools",
3825
4168
  "type": "3rd-party",
3826
4169
  "maintainers": [
@@ -3969,12 +4312,35 @@
3969
4312
  "devtools": "^0.0.0"
3970
4313
  }
3971
4314
  },
4315
+ {
4316
+ "name": "nuxt-oidc-auth",
4317
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4318
+ "repo": "itpropro/nuxt-oidc-auth",
4319
+ "npm": "nuxt-oidc-auth",
4320
+ "icon": "",
4321
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4322
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4323
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4324
+ "category": "Security",
4325
+ "type": "3rd-party",
4326
+ "maintainers": [
4327
+ {
4328
+ "name": "Jan-Henrik Damaschke",
4329
+ "github": "itpropro",
4330
+ "twitter": "jandamaschke"
4331
+ }
4332
+ ],
4333
+ "compatibility": {
4334
+ "nuxt": "^3.0.0",
4335
+ "requires": {}
4336
+ }
4337
+ },
3972
4338
  {
3973
4339
  "name": "nuxt-openapi-docs-module",
3974
4340
  "description": "Generate pages from OpenAPI specifications",
3975
4341
  "repo": "on-org/nuxt-openapi-docs-module",
3976
4342
  "npm": "nuxt-openapi-docs-module",
3977
- "icon": "nuxt-openapi-docs-module.svg",
4343
+ "icon": "nuxt-openapi-docs-module.png",
3978
4344
  "github": "https://github.com/on-org/nuxt-openapi-docs-module",
3979
4345
  "website": "https://github.com/on-org/nuxt-openapi-docs-module",
3980
4346
  "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
@@ -3991,6 +4357,33 @@
3991
4357
  "requires": {}
3992
4358
  }
3993
4359
  },
4360
+ {
4361
+ "name": "nuxt-openid-connect",
4362
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4363
+ "repo": "aborn/nuxt-openid-connect",
4364
+ "npm": "nuxt-openid-connect",
4365
+ "icon": "",
4366
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4367
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4368
+ "learn_more": "",
4369
+ "category": "Security",
4370
+ "type": "3rd-party",
4371
+ "maintainers": [
4372
+ {
4373
+ "name": "Aborn Jiang",
4374
+ "github": "aborn"
4375
+ },
4376
+ {
4377
+ "name": "Khaled Almana",
4378
+ "github": "KhaledAlMana"
4379
+ }
4380
+ ],
4381
+ "compatibility": {
4382
+ "nuxt": "^3.0.0",
4383
+ "requires": {},
4384
+ "devtools": "^0.0.0"
4385
+ }
4386
+ },
3994
4387
  {
3995
4388
  "name": "nuxt-payload-analyzer",
3996
4389
  "description": "Analyze Nuxt Payload Size",
@@ -4014,6 +4407,29 @@
4014
4407
  "requires": {}
4015
4408
  }
4016
4409
  },
4410
+ {
4411
+ "name": "nuxt-pdf-frame",
4412
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4413
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4414
+ "npm": "@i2d/nuxt-pdf-frame",
4415
+ "icon": "pdf-frame.svg",
4416
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4417
+ "website": "https://www.pdf-frame.org",
4418
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4419
+ "category": "Libraries",
4420
+ "type": "3rd-party",
4421
+ "maintainers": [
4422
+ {
4423
+ "name": "Narayana Swamy",
4424
+ "github": "nswamy14",
4425
+ "email": "narayanaswamy14@gmail.com"
4426
+ }
4427
+ ],
4428
+ "compatibility": {
4429
+ "nuxt": "^3.0.0",
4430
+ "requires": {}
4431
+ }
4432
+ },
4017
4433
  {
4018
4434
  "name": "nuxt-pdf",
4019
4435
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -4081,28 +4497,6 @@
4081
4497
  "requires": {}
4082
4498
  }
4083
4499
  },
4084
- {
4085
- "name": "plausible",
4086
- "description": "Nuxt module to natively integrate Plausible analytics",
4087
- "repo": "nuxt-modules/plausible",
4088
- "npm": "@nuxtjs/plausible",
4089
- "icon": "plausible.png",
4090
- "github": "https://github.com/nuxt-modules/plausible",
4091
- "website": "https://github.com/nuxt-modules/plausible",
4092
- "learn_more": "https://plausible.io/",
4093
- "category": "Analytics",
4094
- "type": "community",
4095
- "maintainers": [
4096
- {
4097
- "name": "Johann Schopplich",
4098
- "github": "johannschopplich"
4099
- }
4100
- ],
4101
- "compatibility": {
4102
- "nuxt": "^3.0.0",
4103
- "requires": {}
4104
- }
4105
- },
4106
4500
  {
4107
4501
  "name": "nuxt-plotly",
4108
4502
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -4152,6 +4546,28 @@
4152
4546
  "requires": {}
4153
4547
  }
4154
4548
  },
4549
+ {
4550
+ "name": "nuxt-posthog",
4551
+ "description": "Integrate PostHog into your application with minimal configuration",
4552
+ "repo": "mitjans/nuxt-posthog",
4553
+ "npm": "nuxt-posthog",
4554
+ "icon": "posthog.svg",
4555
+ "github": "https://github.com/mitjans/nuxt-posthog",
4556
+ "website": "https://nuxt-posthog.cmitjans.dev",
4557
+ "learn_more": "https://posthog.com",
4558
+ "category": "Analytics",
4559
+ "type": "3rd-party",
4560
+ "maintainers": [
4561
+ {
4562
+ "name": "Carles Mitjans",
4563
+ "github": "mitjans"
4564
+ }
4565
+ ],
4566
+ "compatibility": {
4567
+ "nuxt": "^3.0.0",
4568
+ "requires": {}
4569
+ }
4570
+ },
4155
4571
  {
4156
4572
  "name": "nuxt-smartlook",
4157
4573
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -4231,7 +4647,7 @@
4231
4647
  "description": "WebStorm & PHPStorm support for Nuxt components",
4232
4648
  "repo": "fumeapp/nuxt-storm",
4233
4649
  "npm": "nuxt-storm",
4234
- "icon": "nuxt-storm.png",
4650
+ "icon": "",
4235
4651
  "github": "https://github.com/fumeapp/nuxt-storm",
4236
4652
  "website": "https://github.com/fumeapp/nuxt-storm",
4237
4653
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4338,6 +4754,28 @@
4338
4754
  "requires": {}
4339
4755
  }
4340
4756
  },
4757
+ {
4758
+ "name": "nuxt-uswds",
4759
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4760
+ "repo": "patrickcate/nuxt-uswds",
4761
+ "npm": "nuxt-uswds",
4762
+ "icon": "nuxt-uswds.svg",
4763
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4764
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4765
+ "learn_more": "",
4766
+ "category": "UI",
4767
+ "type": "3rd-party",
4768
+ "maintainers": [
4769
+ {
4770
+ "name": "Patrick Cate",
4771
+ "github": "patrickcate"
4772
+ }
4773
+ ],
4774
+ "compatibility": {
4775
+ "nuxt": "^3.0.0",
4776
+ "requires": {}
4777
+ }
4778
+ },
4341
4779
  {
4342
4780
  "name": "nuxt-viewport",
4343
4781
  "description": "Define custom viewports for your Nuxt project",
@@ -4385,7 +4823,7 @@
4385
4823
  }
4386
4824
  },
4387
4825
  {
4388
- "name": "Nuxt zodI18n",
4826
+ "name": "nuxt-zod-i18n",
4389
4827
  "description": "A Nuxt Module for localizing zod error messages.",
4390
4828
  "repo": "xibman/nuxt-zod-i18n",
4391
4829
  "npm": "nuxt-zod-i18n",
@@ -4409,7 +4847,7 @@
4409
4847
  {
4410
4848
  "name": "nuxt3-interpolation",
4411
4849
  "description": "",
4412
- "repo": "daliborgogic/interpolation#master",
4850
+ "repo": "daliborgogic/interpolation",
4413
4851
  "npm": "nuxt3-interpolation",
4414
4852
  "icon": "",
4415
4853
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4435,7 +4873,7 @@
4435
4873
  "npm": "nuxt3-leaflet",
4436
4874
  "icon": "leaflet.png",
4437
4875
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4438
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4876
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4439
4877
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4440
4878
  "category": "Libraries",
4441
4879
  "type": "3rd-party",
@@ -4476,14 +4914,14 @@
4476
4914
  {
4477
4915
  "name": "og-image",
4478
4916
  "description": "Enlightened runtime images generated with Vue templates.",
4479
- "repo": "harlan-zw/nuxt-og-image",
4917
+ "repo": "nuxt-modules/og-image",
4480
4918
  "npm": "nuxt-og-image",
4481
4919
  "icon": "og-image.svg",
4482
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4920
+ "github": "https://github.com/nuxt-modules/og-image",
4483
4921
  "website": "https://nuxtseo.com/og-image",
4484
4922
  "learn_more": "https://nuxtseo.com/og-image",
4485
4923
  "category": "SEO",
4486
- "type": "3rd-party",
4924
+ "type": "community",
4487
4925
  "maintainers": [
4488
4926
  {
4489
4927
  "name": "Harlan Wilton",
@@ -4528,8 +4966,8 @@
4528
4966
  "npm": "@aceforth/nuxt-optimized-images",
4529
4967
  "icon": "",
4530
4968
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4531
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4532
- "learn_more": "",
4969
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4970
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4533
4971
  "category": "Images",
4534
4972
  "type": "3rd-party",
4535
4973
  "maintainers": [
@@ -4682,6 +5120,28 @@
4682
5120
  "requires": {}
4683
5121
  }
4684
5122
  },
5123
+ {
5124
+ "name": "pergel",
5125
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5126
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5127
+ "npm": "pergel",
5128
+ "icon": "pergel.svg",
5129
+ "github": "https://github.com/oku-ui/pergel",
5130
+ "website": "https://oku-ui.com/pergel",
5131
+ "learn_more": "",
5132
+ "category": "Devtools",
5133
+ "type": "3rd-party",
5134
+ "maintainers": [
5135
+ {
5136
+ "name": "Mehmet - productdevbook",
5137
+ "github": "productdevbook"
5138
+ }
5139
+ ],
5140
+ "compatibility": {
5141
+ "nuxt": "^3.10.0",
5142
+ "requires": {}
5143
+ }
5144
+ },
4685
5145
  {
4686
5146
  "name": "persian-datepicker",
4687
5147
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4708,7 +5168,7 @@
4708
5168
  {
4709
5169
  "name": "pinia-orm",
4710
5170
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4711
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5171
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4712
5172
  "npm": "@pinia-orm/nuxt",
4713
5173
  "icon": "pinia-orm.svg",
4714
5174
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4782,20 +5242,20 @@
4782
5242
  "description": "Nuxt module to natively integrate Plausible analytics",
4783
5243
  "repo": "nuxt-modules/plausible",
4784
5244
  "npm": "@nuxtjs/plausible",
4785
- "icon": "",
5245
+ "icon": "plausible.svg",
4786
5246
  "github": "https://github.com/nuxt-modules/plausible",
4787
5247
  "website": "https://github.com/nuxt-modules/plausible",
4788
5248
  "learn_more": "",
4789
- "category": "Devtools",
5249
+ "category": "Analytics",
4790
5250
  "type": "community",
4791
5251
  "maintainers": [
4792
5252
  {
4793
- "name": "nuxt-modules",
4794
- "github": "nuxt-modules"
5253
+ "name": "Johann Schopplich",
5254
+ "github": "johannschopplich"
4795
5255
  }
4796
5256
  ],
4797
5257
  "compatibility": {
4798
- "nuxt": "^2.0.0",
5258
+ "nuxt": "^2.0.0 || ^3.0.0",
4799
5259
  "requires": {}
4800
5260
  }
4801
5261
  },
@@ -5228,7 +5688,7 @@
5228
5688
  "icon": "robots.png",
5229
5689
  "github": "https://github.com/nuxt-modules/robots",
5230
5690
  "website": "https://github.com/nuxt-modules/robots",
5231
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5691
+ "learn_more": "",
5232
5692
  "category": "SEO",
5233
5693
  "type": "community",
5234
5694
  "maintainers": [
@@ -5337,9 +5797,32 @@
5337
5797
  }
5338
5798
  }
5339
5799
  },
5800
+ {
5801
+ "name": "scalar",
5802
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5803
+ "repo": "scalar/scalar#main/packages/nuxt",
5804
+ "npm": "@scalar/nuxt",
5805
+ "icon": "scalar.svg",
5806
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5807
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5808
+ "learn_more": "https://scalar.com",
5809
+ "category": "Devtools",
5810
+ "type": "3rd-party",
5811
+ "maintainers": [
5812
+ {
5813
+ "name": "scalar",
5814
+ "github": "scalar",
5815
+ "twitter": "scalar"
5816
+ }
5817
+ ],
5818
+ "compatibility": {
5819
+ "nuxt": "^3.0.0",
5820
+ "requires": {}
5821
+ }
5822
+ },
5340
5823
  {
5341
5824
  "name": "schema-org",
5342
- "description": "Schema.org for Nuxt.",
5825
+ "description": "Quick and easy Schema.org graphs.",
5343
5826
  "repo": "harlan-zw/nuxt-schema-org",
5344
5827
  "npm": "nuxt-schema-org",
5345
5828
  "icon": "schema-org.svg",
@@ -5361,6 +5844,29 @@
5361
5844
  "requires": {}
5362
5845
  }
5363
5846
  },
5847
+ {
5848
+ "name": "scripts",
5849
+ "description": "Plug-and-play script optimization for Nuxt applications.",
5850
+ "repo": "nuxt/scripts",
5851
+ "npm": "@nuxt/scripts",
5852
+ "icon": "nuxt.svg",
5853
+ "github": "https://github.com/nuxt/scripts",
5854
+ "website": "https://github.com/nuxt/scripts",
5855
+ "learn_more": "",
5856
+ "category": "Libraries",
5857
+ "type": "official",
5858
+ "maintainers": [
5859
+ {
5860
+ "name": "Harlan Wilton",
5861
+ "github": "harlan-zw",
5862
+ "twitter": "harlan_zw"
5863
+ }
5864
+ ],
5865
+ "compatibility": {
5866
+ "nuxt": "^3.0.0",
5867
+ "requires": {}
5868
+ }
5869
+ },
5364
5870
  {
5365
5871
  "name": "scss-to-js",
5366
5872
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5414,7 +5920,7 @@
5414
5920
  "icon": "segment.png",
5415
5921
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5416
5922
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5417
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5923
+ "learn_more": "",
5418
5924
  "category": "Analytics",
5419
5925
  "type": "3rd-party",
5420
5926
  "maintainers": [
@@ -5452,7 +5958,7 @@
5452
5958
  },
5453
5959
  {
5454
5960
  "name": "seo-experiments",
5455
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5961
+ "description": "Powerful SEO DX improvements.",
5456
5962
  "repo": "harlan-zw/nuxt-seo-experiments",
5457
5963
  "npm": "nuxt-seo-experiments",
5458
5964
  "icon": "seo-experiments.svg",
@@ -5474,28 +5980,6 @@
5474
5980
  "requires": {}
5475
5981
  }
5476
5982
  },
5477
- {
5478
- "name": "seo-kit",
5479
- "description": "The complete SEO solution for Nuxt.",
5480
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5481
- "npm": "nuxt-seo-kit",
5482
- "icon": "seo-kit.svg",
5483
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5484
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5485
- "learn_more": "",
5486
- "category": "SEO",
5487
- "type": "3rd-party",
5488
- "maintainers": [
5489
- {
5490
- "name": "harlan-zw",
5491
- "github": "harlan-zw"
5492
- }
5493
- ],
5494
- "compatibility": {
5495
- "nuxt": "^3.0.0",
5496
- "requires": {}
5497
- }
5498
- },
5499
5983
  {
5500
5984
  "name": "seo-meta",
5501
5985
  "description": "Simple generate seo metadata",
@@ -5519,6 +6003,28 @@
5519
6003
  "requires": {}
5520
6004
  }
5521
6005
  },
6006
+ {
6007
+ "name": "seo",
6008
+ "description": "The complete SEO solution for Nuxt.",
6009
+ "repo": "harlan-zw/nuxt-seo",
6010
+ "npm": "@nuxtjs/seo",
6011
+ "icon": "nuxt.svg",
6012
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6013
+ "website": "https://nuxtseo.com/",
6014
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6015
+ "category": "SEO",
6016
+ "type": "3rd-party",
6017
+ "maintainers": [
6018
+ {
6019
+ "name": "harlan-zw",
6020
+ "github": "harlan-zw"
6021
+ }
6022
+ ],
6023
+ "compatibility": {
6024
+ "nuxt": "^3.0.0",
6025
+ "requires": {}
6026
+ }
6027
+ },
5522
6028
  {
5523
6029
  "name": "seomatic-meta",
5524
6030
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5567,7 +6073,7 @@
5567
6073
  {
5568
6074
  "name": "server-block",
5569
6075
  "description": "Use <server> tags in your Nuxt pages components.",
5570
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6076
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5571
6077
  "npm": "@hebilicious/server-block-nuxt",
5572
6078
  "icon": "server-block.svg",
5573
6079
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5587,29 +6093,6 @@
5587
6093
  "requires": {}
5588
6094
  }
5589
6095
  },
5590
- {
5591
- "name": "session",
5592
- "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
5593
- "repo": "sidebase/nuxt-session",
5594
- "npm": "@sidebase/nuxt-session",
5595
- "icon": "session.png",
5596
- "github": "https://github.com/sidebase/nuxt-session",
5597
- "website": "https://github.com/sidebase/nuxt-session",
5598
- "learn_more": "https://github.com/sidebase",
5599
- "category": "Security",
5600
- "type": "3rd-party",
5601
- "maintainers": [
5602
- {
5603
- "name": "sidebase",
5604
- "github": "sidebase",
5605
- "twitter": "sidebase_io"
5606
- }
5607
- ],
5608
- "compatibility": {
5609
- "nuxt": "^3.0.0",
5610
- "requires": {}
5611
- }
5612
- },
5613
6096
  {
5614
6097
  "name": "shopify",
5615
6098
  "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
@@ -5632,6 +6115,28 @@
5632
6115
  "requires": {}
5633
6116
  }
5634
6117
  },
6118
+ {
6119
+ "name": "shuimo-ui",
6120
+ "description": "A Chinese Shuimo style component library.",
6121
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6122
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6123
+ "icon": "shuimo-ui.svg",
6124
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6125
+ "website": "https://shuimo.design",
6126
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6127
+ "category": "UI",
6128
+ "type": "3rd-party",
6129
+ "maintainers": [
6130
+ {
6131
+ "name": "higuaifan",
6132
+ "github": "higuaifan"
6133
+ }
6134
+ ],
6135
+ "compatibility": {
6136
+ "nuxt": "^3.0.0",
6137
+ "requires": {}
6138
+ }
6139
+ },
5635
6140
  {
5636
6141
  "name": "sidebase-auth",
5637
6142
  "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.",
@@ -5702,41 +6207,23 @@
5702
6207
  }
5703
6208
  },
5704
6209
  {
5705
- "name": "simple-sitemap",
6210
+ "name": "sitemap",
5706
6211
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5707
- "repo": "harlan-zw/nuxt-simple-sitemap",
5708
- "npm": "nuxt-simple-sitemap",
6212
+ "repo": "nuxt-modules/sitemap",
6213
+ "npm": "@nuxtjs/sitemap",
5709
6214
  "icon": "simple-sitemap.svg",
5710
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5711
- "website": "https://nuxtseo.com/simple-sitemap",
5712
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6215
+ "github": "https://github.com/nuxt-modules/sitemap",
6216
+ "website": "https://nuxtseo.com/",
6217
+ "learn_more": "https://nuxtseo.com/sitemap",
5713
6218
  "category": "SEO",
5714
- "type": "3rd-party",
6219
+ "type": "community",
5715
6220
  "maintainers": [
5716
6221
  {
5717
6222
  "name": "Harlan Wilton",
5718
6223
  "github": "harlan-zw",
5719
6224
  "twitter": "harlan_zw",
5720
6225
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5721
- }
5722
- ],
5723
- "compatibility": {
5724
- "nuxt": "^3.0.0",
5725
- "requires": {}
5726
- }
5727
- },
5728
- {
5729
- "name": "sitemap",
5730
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5731
- "repo": "nuxt-community/sitemap-module#dev",
5732
- "npm": "@nuxtjs/sitemap",
5733
- "icon": "",
5734
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5735
- "website": "https://sitemap.nuxtjs.org",
5736
- "learn_more": "",
5737
- "category": "SEO",
5738
- "type": "community",
5739
- "maintainers": [
6226
+ },
5740
6227
  {
5741
6228
  "name": "Nicolas PENNEC",
5742
6229
  "github": "NicoPennec",
@@ -5744,7 +6231,7 @@
5744
6231
  }
5745
6232
  ],
5746
6233
  "compatibility": {
5747
- "nuxt": "^2.0.0",
6234
+ "nuxt": "^3.0.0",
5748
6235
  "requires": {}
5749
6236
  }
5750
6237
  },
@@ -5778,7 +6265,7 @@
5778
6265
  "icon": "snipcart.png",
5779
6266
  "github": "https://github.com/nuxt-modules/snipcart",
5780
6267
  "website": "https://github.com/nuxt-modules/snipcart",
5781
- "learn_more": "https://snipcart.com",
6268
+ "learn_more": "",
5782
6269
  "category": "Ecommerce",
5783
6270
  "type": "community",
5784
6271
  "maintainers": [
@@ -5860,39 +6347,6 @@
5860
6347
  "requires": {}
5861
6348
  }
5862
6349
  },
5863
- {
5864
- "name": "speedkit",
5865
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5866
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5867
- "npm": "nuxt-speedkit",
5868
- "icon": "speedkit.png",
5869
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5870
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5871
- "learn_more": "",
5872
- "category": "Performance",
5873
- "type": "3rd-party",
5874
- "maintainers": [
5875
- {
5876
- "name": "Stephan Gerbeth",
5877
- "github": "StephanGerbeth",
5878
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5879
- },
5880
- {
5881
- "name": "Thorn Walli",
5882
- "github": "ThornWalli",
5883
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5884
- },
5885
- {
5886
- "name": "Grabarz & Partner",
5887
- "github": "GrabarzUndPartner",
5888
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5889
- }
5890
- ],
5891
- "compatibility": {
5892
- "nuxt": "^2.0.0",
5893
- "requires": {}
5894
- }
5895
- },
5896
6350
  {
5897
6351
  "name": "ssr-lit",
5898
6352
  "description": "",
@@ -5984,7 +6438,7 @@
5984
6438
  {
5985
6439
  "name": "storyblok",
5986
6440
  "description": "Storyblok Nuxt module",
5987
- "repo": "storyblok/storyblok-nuxt#master/lib",
6441
+ "repo": "storyblok/storyblok-nuxt#main",
5988
6442
  "npm": "@storyblok/nuxt",
5989
6443
  "icon": "storyblok.png",
5990
6444
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -6184,29 +6638,6 @@
6184
6638
  "requires": {}
6185
6639
  }
6186
6640
  },
6187
- {
6188
- "name": "stylify",
6189
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
6190
- "repo": "stylify/packages#master/packages/nuxt",
6191
- "npm": "@stylify/nuxt",
6192
- "icon": "stylify.svg",
6193
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
6194
- "website": "https://stylifycss.com/docs/nuxt",
6195
- "learn_more": "https://stylifycss.com",
6196
- "category": "UI",
6197
- "type": "3rd-party",
6198
- "maintainers": [
6199
- {
6200
- "name": "Vladimír Macháček",
6201
- "github": "Machy8",
6202
- "twitter": "8machy"
6203
- }
6204
- ],
6205
- "compatibility": {
6206
- "nuxt": "^2.0.0 || ^3.0.0",
6207
- "requires": {}
6208
- }
6209
- },
6210
6641
  {
6211
6642
  "name": "supabase",
6212
6643
  "description": "First class integration with Supabase",
@@ -6329,6 +6760,30 @@
6329
6760
  "requires": {}
6330
6761
  }
6331
6762
  },
6763
+ {
6764
+ "name": "swiftsearch",
6765
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6766
+ "repo": "atoms-studio/nuxt-swiftsearch",
6767
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6768
+ "icon": "nuxt-swiftsearch.svg",
6769
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6770
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6771
+ "learn_more": "",
6772
+ "category": "Libraries",
6773
+ "type": "3rd-party",
6774
+ "maintainers": [
6775
+ {
6776
+ "name": "Matteo Rigoni",
6777
+ "github": "rigo-m",
6778
+ "twitter": "MatteoRigoni",
6779
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6780
+ }
6781
+ ],
6782
+ "compatibility": {
6783
+ "nuxt": "^3.10.0",
6784
+ "requires": {}
6785
+ }
6786
+ },
6332
6787
  {
6333
6788
  "name": "swiper",
6334
6789
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6400,6 +6855,37 @@
6400
6855
  "nuxt": "^2.0.0 || ^3.0.0",
6401
6856
  "requires": {},
6402
6857
  "devtools": "^0.0.0"
6858
+ },
6859
+ "aliases": [
6860
+ "tailwind"
6861
+ ]
6862
+ },
6863
+ {
6864
+ "name": "test-utils",
6865
+ "description": "Test utilities for Nuxt",
6866
+ "repo": "nuxt/test-utils#main",
6867
+ "npm": "@nuxt/test-utils",
6868
+ "icon": "nuxt.svg",
6869
+ "github": "https://github.com/nuxt/test-utils",
6870
+ "website": "https://nuxt.com/docs/getting-started/testing",
6871
+ "learn_more": "",
6872
+ "category": "Devtools",
6873
+ "type": "official",
6874
+ "maintainers": [
6875
+ {
6876
+ "name": "Daniel Roe",
6877
+ "github": "danielroe",
6878
+ "twitter": "danielcroe"
6879
+ },
6880
+ {
6881
+ "name": "Anthony Fu",
6882
+ "github": "antfu",
6883
+ "twitter": "antfu7"
6884
+ }
6885
+ ],
6886
+ "compatibility": {
6887
+ "nuxt": "^3.0.0",
6888
+ "requires": {}
6403
6889
  }
6404
6890
  },
6405
6891
  {
@@ -6454,8 +6940,8 @@
6454
6940
  "npm": "nuxt-tiptap-editor",
6455
6941
  "icon": "tiptap.png",
6456
6942
  "github": "https://github.com/modbender/nuxt-tiptap-editor",
6457
- "website": "https://github.com/modbender/nuxt-tiptap-editor",
6458
- "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6943
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6944
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6459
6945
  "category": "Libraries",
6460
6946
  "type": "3rd-party",
6461
6947
  "maintainers": [
@@ -6492,6 +6978,28 @@
6492
6978
  "requires": {}
6493
6979
  }
6494
6980
  },
6981
+ {
6982
+ "name": "tradingview",
6983
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6984
+ "repo": "volkanakkus/nuxt-tradingview",
6985
+ "npm": "nuxt-tradingview",
6986
+ "icon": "tradingview.svg",
6987
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6988
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6989
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6990
+ "category": "Extensions",
6991
+ "type": "3rd-party",
6992
+ "maintainers": [
6993
+ {
6994
+ "name": "Volkan Akkuş",
6995
+ "github": "volkanakkus"
6996
+ }
6997
+ ],
6998
+ "compatibility": {
6999
+ "nuxt": "^3.0.0",
7000
+ "requires": {}
7001
+ }
7002
+ },
6495
7003
  {
6496
7004
  "name": "translation-manager",
6497
7005
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -6843,28 +7351,6 @@
6843
7351
  }
6844
7352
  }
6845
7353
  },
6846
- {
6847
- "name": "unhead",
6848
- "description": "Experimental features for Nuxt SEO / head management.",
6849
- "repo": "harlan-zw/nuxt-seo-experiments",
6850
- "npm": "nuxt-seo-experiments",
6851
- "icon": "",
6852
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6853
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6854
- "learn_more": "",
6855
- "category": "SEO",
6856
- "type": "3rd-party",
6857
- "maintainers": [
6858
- {
6859
- "name": "harlan-zw",
6860
- "github": "harlan-zw"
6861
- }
6862
- ],
6863
- "compatibility": {
6864
- "nuxt": "^3.0.0",
6865
- "requires": {}
6866
- }
6867
- },
6868
7354
  {
6869
7355
  "name": "universal-storage",
6870
7356
  "description": "Universal Storage Utilities for Nuxt",
@@ -6896,7 +7382,7 @@
6896
7382
  {
6897
7383
  "name": "unlazy",
6898
7384
  "description": "Lazy loading library for placeholder images",
6899
- "repo": "johannschopplich/unlazy/packages/nuxt",
7385
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6900
7386
  "npm": "@unlazy/nuxt",
6901
7387
  "icon": "unlazy.svg",
6902
7388
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6915,32 +7401,6 @@
6915
7401
  "requires": {}
6916
7402
  }
6917
7403
  },
6918
- {
6919
- "name": "unlighthouse",
6920
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6921
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6922
- "npm": "@unlighthouse/nuxt",
6923
- "icon": "unlighthouse.svg",
6924
- "github": "https://github.com/harlan-zw/unlighthouse",
6925
- "website": "https://github.com/harlan-zw/unlighthouse",
6926
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6927
- "category": "Devtools",
6928
- "type": "3rd-party",
6929
- "maintainers": [
6930
- {
6931
- "name": "Harlan Wilton",
6932
- "github": "harlan-zw",
6933
- "twitter": "harlan_zw",
6934
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6935
- }
6936
- ],
6937
- "compatibility": {
6938
- "nuxt": "^2.0.0 || ^3.0.0",
6939
- "requires": {
6940
- "bridge": "optional"
6941
- }
6942
- }
6943
- },
6944
7404
  {
6945
7405
  "name": "unocss",
6946
7406
  "description": "The instant on-demand atomic CSS engine.",
@@ -6975,8 +7435,8 @@
6975
7435
  "npm": "nuxt-ununura",
6976
7436
  "icon": "ununuracss.png",
6977
7437
  "github": "https://github.com/novout/ununuracss",
6978
- "website": "https://ununura.com/#/",
6979
- "learn_more": "https://ununura.com/#/docs/why",
7438
+ "website": "https://github.com/novout/ununuracss",
7439
+ "learn_more": "https://github.com/novout/ununuracss",
6980
7440
  "category": "UI",
6981
7441
  "type": "3rd-party",
6982
7442
  "maintainers": [
@@ -6991,6 +7451,28 @@
6991
7451
  "requires": {}
6992
7452
  }
6993
7453
  },
7454
+ {
7455
+ "name": "use-bootstrap",
7456
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7457
+ "repo": "simplise/use-bootstrap",
7458
+ "npm": "usebootstrap",
7459
+ "icon": "use-bootstrap.svg",
7460
+ "github": "https://github.com/simplise/use-bootstrap",
7461
+ "website": "https://usebootstrap.org/",
7462
+ "learn_more": "https://usebootstrap.org/",
7463
+ "category": "UI",
7464
+ "type": "3rd-party",
7465
+ "maintainers": [
7466
+ {
7467
+ "name": "KoujiSano",
7468
+ "github": "KoujiSano"
7469
+ }
7470
+ ],
7471
+ "compatibility": {
7472
+ "nuxt": "^3.0.0",
7473
+ "requires": {}
7474
+ }
7475
+ },
6994
7476
  {
6995
7477
  "name": "use-wagmi",
6996
7478
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -7037,28 +7519,6 @@
7037
7519
  "requires": {}
7038
7520
  }
7039
7521
  },
7040
- {
7041
- "name": "validate",
7042
- "description": "Simple Nuxt input validation module using vee-validate",
7043
- "repo": "lewyuburi/nuxt-validate",
7044
- "npm": "nuxt-validate",
7045
- "icon": "vee-validate.png",
7046
- "github": "https://github.com/lewyuburi/nuxt-validate",
7047
- "website": "https://github.com/lewyuburi/nuxt-validate",
7048
- "learn_more": "https://logaretm.github.io/vee-validate/",
7049
- "category": "Libraries",
7050
- "type": "3rd-party",
7051
- "maintainers": [
7052
- {
7053
- "name": "lewyuburi",
7054
- "github": "lewyuburi"
7055
- }
7056
- ],
7057
- "compatibility": {
7058
- "nuxt": "^2.0.0",
7059
- "requires": {}
7060
- }
7061
- },
7062
7522
  {
7063
7523
  "name": "vant",
7064
7524
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -7113,8 +7573,8 @@
7113
7573
  "repo": "samk-dev/nuxt-vcalendar",
7114
7574
  "npm": "@samk-dev/nuxt-vcalendar",
7115
7575
  "icon": "vcalendar.png",
7116
- "github": "https://github.com/samk-dev/vcalendar",
7117
- "website": "https://github.com/samk-dev/vcalendar",
7576
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7577
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7118
7578
  "learn_more": "",
7119
7579
  "category": "Libraries",
7120
7580
  "type": "3rd-party",
@@ -7247,33 +7707,6 @@
7247
7707
  "requires": {}
7248
7708
  }
7249
7709
  },
7250
- {
7251
- "name": "vitest",
7252
- "description": "Vitest integration with Nuxt",
7253
- "repo": "danielroe/nuxt-vitest",
7254
- "npm": "nuxt-vitest",
7255
- "icon": "vitest.svg",
7256
- "github": "https://github.com/danielroe/nuxt-vitest",
7257
- "website": "https://github.com/danielroe/nuxt-vitest",
7258
- "learn_more": "",
7259
- "category": "Devtools",
7260
- "type": "3rd-party",
7261
- "maintainers": [
7262
- {
7263
- "name": "Daniel Roe",
7264
- "github": "danielroe"
7265
- },
7266
- {
7267
- "name": "Anthony Fu",
7268
- "github": "antfu"
7269
- }
7270
- ],
7271
- "compatibility": {
7272
- "nuxt": "^3.0.0",
7273
- "requires": {},
7274
- "devtools": "^0.0.0"
7275
- }
7276
- },
7277
7710
  {
7278
7711
  "name": "vue-email",
7279
7712
  "description": "💌 Write email templates with vue",
@@ -7308,7 +7741,7 @@
7308
7741
  {
7309
7742
  "name": "vue-final-modal",
7310
7743
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7311
- "repo": "vue-final/vue-final-modal",
7744
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7312
7745
  "npm": "@vue-final-modal/nuxt",
7313
7746
  "icon": "vue-final-modal.svg",
7314
7747
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7403,7 +7836,7 @@
7403
7836
  "description": "Plausible analytics for Vue.js and Nuxt",
7404
7837
  "repo": "moritzsternemann/vue-plausible",
7405
7838
  "npm": "vue-plausible",
7406
- "icon": "plausible.png",
7839
+ "icon": "plausible.svg",
7407
7840
  "github": "https://github.com/moritzsternemann/vue-plausible",
7408
7841
  "website": "https://github.com/moritzsternemann/vue-plausible",
7409
7842
  "learn_more": "",
@@ -7423,7 +7856,7 @@
7423
7856
  {
7424
7857
  "name": "vue-query",
7425
7858
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7426
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7859
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7427
7860
  "npm": "@hebilicious/vue-query-nuxt",
7428
7861
  "icon": "vue-query.svg",
7429
7862
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7520,7 +7953,7 @@
7520
7953
  "npm": "vue3-carousel-nuxt",
7521
7954
  "icon": "",
7522
7955
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7523
- "website": "",
7956
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7524
7957
  "learn_more": "",
7525
7958
  "category": "UI",
7526
7959
  "type": "3rd-party",
@@ -7539,7 +7972,7 @@
7539
7972
  {
7540
7973
  "name": "vuefire",
7541
7974
  "description": "Idiomatic composables for the Firebase SDK",
7542
- "repo": "vuejs/vuefire/packages/nuxt",
7975
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7543
7976
  "npm": "nuxt-vuefire",
7544
7977
  "icon": "vuefire.svg",
7545
7978
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7561,7 +7994,7 @@
7561
7994
  {
7562
7995
  "name": "vueform-builder",
7563
7996
  "description": "Official Vueform Builder module for Nuxt",
7564
- "repo": "vueform/builder/nuxt",
7997
+ "repo": "vueform/builder#main/nuxt",
7565
7998
  "npm": "@vueform/builder-nuxt",
7566
7999
  "icon": "vueform.svg",
7567
8000
  "github": "https://github.com/vueform/builder",
@@ -7584,7 +8017,7 @@
7584
8017
  {
7585
8018
  "name": "vueform",
7586
8019
  "description": "Official Vueform module for Nuxt",
7587
- "repo": "vueform/vueform/nuxt",
8020
+ "repo": "vueform/vueform#main/nuxt",
7588
8021
  "npm": "@vueform/nuxt",
7589
8022
  "icon": "vueform.svg",
7590
8023
  "github": "https://github.com/vueform/vueform",
@@ -7611,8 +8044,8 @@
7611
8044
  "npm": "@vuestic/nuxt",
7612
8045
  "icon": "vuestic.png",
7613
8046
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7614
- "website": "https://vuestic.dev",
7615
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8047
+ "website": "https://ui.vuestic.dev",
8048
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7616
8049
  "category": "UI",
7617
8050
  "type": "3rd-party",
7618
8051
  "maintainers": [
@@ -7879,7 +8312,7 @@
7879
8312
  "icon": "webpack.png",
7880
8313
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7881
8314
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7882
- "learn_more": "http://webpackmonitor.com/",
8315
+ "learn_more": "",
7883
8316
  "category": "Devtools",
7884
8317
  "type": "community",
7885
8318
  "maintainers": [