@nuxt/modules 0.6.0-0591b5 → 0.6.0-05f7b5

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 +365 -120
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -194,12 +194,12 @@
194
194
  },
195
195
  {
196
196
  "name": "api-party",
197
- "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",
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.jhnn.dev/",
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.nuxtjs.org",
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.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1280
1302
  "learn_more": "",
1281
1303
  "category": "Devtools",
1282
1304
  "type": "official",
@@ -1535,7 +1557,7 @@
1535
1557
  }
1536
1558
  },
1537
1559
  {
1538
- "name": "eslint",
1560
+ "name": "eslint-module",
1539
1561
  "description": "ESLint module for Nuxt",
1540
1562
  "repo": "nuxt-community/eslint-module",
1541
1563
  "npm": "@nuxtjs/eslint-module",
@@ -1556,6 +1578,29 @@
1556
1578
  "requires": {}
1557
1579
  }
1558
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
+ },
1559
1604
  {
1560
1605
  "name": "event-trace",
1561
1606
  "description": "Module for event trace in Nuxt",
@@ -1801,6 +1846,29 @@
1801
1846
  "requires": {}
1802
1847
  }
1803
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
+ },
1804
1872
  {
1805
1873
  "name": "form-actions",
1806
1874
  "description": "A set of features and composables to interact with forms and server data.",
@@ -2106,7 +2174,7 @@
2106
2174
  },
2107
2175
  {
2108
2176
  "name": "gtag",
2109
- "description": "Google Analytics integration for Nuxt",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2110
2178
  "repo": "johannschopplich/nuxt-gtag",
2111
2179
  "npm": "nuxt-gtag",
2112
2180
  "icon": "gtag.svg",
@@ -2329,6 +2397,28 @@
2329
2397
  "requires": {}
2330
2398
  }
2331
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
+ },
2332
2422
  {
2333
2423
  "name": "html-minifier",
2334
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2358,7 +2448,7 @@
2358
2448
  "npm": "@nuxtjs/html-validator",
2359
2449
  "icon": "html-validator.png",
2360
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2361
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2362
2452
  "learn_more": "https://html-validate.org",
2363
2453
  "category": "Performance",
2364
2454
  "type": "community",
@@ -2404,6 +2494,44 @@
2404
2494
  "requires": {}
2405
2495
  }
2406
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
+ },
2407
2535
  {
2408
2536
  "name": "humans-txt",
2409
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.",
@@ -2780,7 +2908,7 @@
2780
2908
  "npm": "nuxt-kql",
2781
2909
  "icon": "kql.svg",
2782
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2783
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2784
2912
  "learn_more": "",
2785
2913
  "category": "CMS",
2786
2914
  "type": "3rd-party",
@@ -3193,8 +3321,8 @@
3193
3321
  {
3194
3322
  "name": "maz-ui",
3195
3323
  "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/nuxt-module",
3197
- "npm": "nuxt-module",
3324
+ "repo": "louismazel/maz-ui#master/packages/lib",
3325
+ "npm": "maz-ui",
3198
3326
  "icon": "maz-ui.png",
3199
3327
  "github": "https://github.com/louismazel/maz-ui",
3200
3328
  "website": "https://maz-ui.com/",
@@ -3212,6 +3340,28 @@
3212
3340
  "requires": {}
3213
3341
  }
3214
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
+ },
3215
3365
  {
3216
3366
  "name": "mdx",
3217
3367
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3380,6 +3530,28 @@
3380
3530
  "requires": {}
3381
3531
  }
3382
3532
  },
3533
+ {
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",
3541
+ "learn_more": "",
3542
+ "category": "Database",
3543
+ "type": "3rd-party",
3544
+ "maintainers": [
3545
+ {
3546
+ "name": "arashsheyda",
3547
+ "github": "arashsheyda"
3548
+ }
3549
+ ],
3550
+ "compatibility": {
3551
+ "nuxt": "^3.0.0",
3552
+ "requires": {}
3553
+ }
3554
+ },
3383
3555
  {
3384
3556
  "name": "netlify-cache",
3385
3557
  "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
@@ -3616,7 +3788,7 @@
3616
3788
  "npm": "nuxt-bezier",
3617
3789
  "icon": "nuxt-bezier.png",
3618
3790
  "github": "https://github.com/50rayn/nuxt-bezier",
3619
- "website": "https://50rayn.github.io/nuxt-bezier/",
3791
+ "website": "https://github.com/50rayn/nuxt-bezier",
3620
3792
  "learn_more": "https://github.com/Noction/vue-bezier",
3621
3793
  "category": "UI",
3622
3794
  "type": "3rd-party",
@@ -3767,6 +3939,29 @@
3767
3939
  "requires": {}
3768
3940
  }
3769
3941
  },
3942
+ {
3943
+ "name": "nuxt-fontawesome",
3944
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3945
+ "repo": "bezumkin/nuxt-fontawesome",
3946
+ "npm": "@vesp/nuxt-fontawesome",
3947
+ "icon": "nuxt-fontawesome.svg",
3948
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3949
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3950
+ "learn_more": "https://fontawesome.com",
3951
+ "category": "UI",
3952
+ "type": "3rd-party",
3953
+ "maintainers": [
3954
+ {
3955
+ "name": "Vasily Naumkin",
3956
+ "github": "bezumkin",
3957
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3958
+ }
3959
+ ],
3960
+ "compatibility": {
3961
+ "nuxt": "^3.0.0",
3962
+ "requires": {}
3963
+ }
3964
+ },
3770
3965
  {
3771
3966
  "name": "nuxt-graphql-middleware",
3772
3967
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3774,7 +3969,7 @@
3774
3969
  "npm": "nuxt-graphql-middleware",
3775
3970
  "icon": "nuxt-graphql-middleware.svg",
3776
3971
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3777
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3972
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3778
3973
  "learn_more": "",
3779
3974
  "category": "Request",
3780
3975
  "type": "3rd-party",
@@ -4161,6 +4356,29 @@
4161
4356
  "requires": {}
4162
4357
  }
4163
4358
  },
4359
+ {
4360
+ "name": "nuxt-pdf-frame",
4361
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4362
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4363
+ "npm": "@i2d/nuxt-pdf-frame",
4364
+ "icon": "pdf-frame.svg",
4365
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4366
+ "website": "https://www.pdf-frame.org",
4367
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4368
+ "category": "Libraries",
4369
+ "type": "3rd-party",
4370
+ "maintainers": [
4371
+ {
4372
+ "name": "Narayana Swamy",
4373
+ "github": "nswamy14",
4374
+ "email": "narayanaswamy14@gmail.com"
4375
+ }
4376
+ ],
4377
+ "compatibility": {
4378
+ "nuxt": "^3.0.0",
4379
+ "requires": {}
4380
+ }
4381
+ },
4164
4382
  {
4165
4383
  "name": "nuxt-pdf",
4166
4384
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -4228,28 +4446,6 @@
4228
4446
  "requires": {}
4229
4447
  }
4230
4448
  },
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
4449
  {
4254
4450
  "name": "nuxt-plotly",
4255
4451
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -4578,7 +4774,7 @@
4578
4774
  {
4579
4775
  "name": "nuxt3-interpolation",
4580
4776
  "description": "",
4581
- "repo": "daliborgogic/interpolation#master",
4777
+ "repo": "daliborgogic/interpolation",
4582
4778
  "npm": "nuxt3-interpolation",
4583
4779
  "icon": "",
4584
4780
  "github": "https://github.com/daliborgogic/interpolation/tree/master",
@@ -4851,6 +5047,28 @@
4851
5047
  "requires": {}
4852
5048
  }
4853
5049
  },
5050
+ {
5051
+ "name": "pergel",
5052
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5053
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5054
+ "npm": "pergel",
5055
+ "icon": "pergel.svg",
5056
+ "github": "https://github.com/oku-ui/pergel",
5057
+ "website": "https://oku-ui.com/pergel",
5058
+ "learn_more": "",
5059
+ "category": "Devtools",
5060
+ "type": "3rd-party",
5061
+ "maintainers": [
5062
+ {
5063
+ "name": "Mehmet - productdevbook",
5064
+ "github": "productdevbook"
5065
+ }
5066
+ ],
5067
+ "compatibility": {
5068
+ "nuxt": "^3.10.0",
5069
+ "requires": {}
5070
+ }
5071
+ },
4854
5072
  {
4855
5073
  "name": "persian-datepicker",
4856
5074
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4877,7 +5095,7 @@
4877
5095
  {
4878
5096
  "name": "pinia-orm",
4879
5097
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4880
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5098
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4881
5099
  "npm": "@pinia-orm/nuxt",
4882
5100
  "icon": "pinia-orm.svg",
4883
5101
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4951,7 +5169,7 @@
4951
5169
  "description": "Nuxt module to natively integrate Plausible analytics",
4952
5170
  "repo": "nuxt-modules/plausible",
4953
5171
  "npm": "@nuxtjs/plausible",
4954
- "icon": "",
5172
+ "icon": "plausible.svg",
4955
5173
  "github": "https://github.com/nuxt-modules/plausible",
4956
5174
  "website": "https://github.com/nuxt-modules/plausible",
4957
5175
  "learn_more": "",
@@ -4959,12 +5177,12 @@
4959
5177
  "type": "community",
4960
5178
  "maintainers": [
4961
5179
  {
4962
- "name": "nuxt-modules",
4963
- "github": "nuxt-modules"
5180
+ "name": "Johann Schopplich",
5181
+ "github": "johannschopplich"
4964
5182
  }
4965
5183
  ],
4966
5184
  "compatibility": {
4967
- "nuxt": "^2.0.0",
5185
+ "nuxt": "^2.0.0 || ^3.0.0",
4968
5186
  "requires": {}
4969
5187
  }
4970
5188
  },
@@ -5756,29 +5974,6 @@
5756
5974
  "requires": {}
5757
5975
  }
5758
5976
  },
5759
- {
5760
- "name": "session",
5761
- "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",
5762
- "repo": "sidebase/nuxt-session",
5763
- "npm": "@sidebase/nuxt-session",
5764
- "icon": "session.png",
5765
- "github": "https://github.com/sidebase/nuxt-session",
5766
- "website": "https://github.com/sidebase/nuxt-session",
5767
- "learn_more": "https://github.com/sidebase",
5768
- "category": "Security",
5769
- "type": "3rd-party",
5770
- "maintainers": [
5771
- {
5772
- "name": "sidebase",
5773
- "github": "sidebase",
5774
- "twitter": "sidebase_io"
5775
- }
5776
- ],
5777
- "compatibility": {
5778
- "nuxt": "^3.0.0",
5779
- "requires": {}
5780
- }
5781
- },
5782
5977
  {
5783
5978
  "name": "shopify",
5784
5979
  "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
@@ -5801,6 +5996,28 @@
5801
5996
  "requires": {}
5802
5997
  }
5803
5998
  },
5999
+ {
6000
+ "name": "shuimo-ui",
6001
+ "description": "A Chinese Shuimo style component library.",
6002
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6003
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6004
+ "icon": "shuimo-ui.svg",
6005
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6006
+ "website": "https://shuimo.design",
6007
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6008
+ "category": "UI",
6009
+ "type": "3rd-party",
6010
+ "maintainers": [
6011
+ {
6012
+ "name": "higuaifan",
6013
+ "github": "higuaifan"
6014
+ }
6015
+ ],
6016
+ "compatibility": {
6017
+ "nuxt": "^3.0.0",
6018
+ "requires": {}
6019
+ }
6020
+ },
5804
6021
  {
5805
6022
  "name": "sidebase-auth",
5806
6023
  "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 +6146,7 @@
5929
6146
  "icon": "snipcart.png",
5930
6147
  "github": "https://github.com/nuxt-modules/snipcart",
5931
6148
  "website": "https://github.com/nuxt-modules/snipcart",
5932
- "learn_more": "https://snipcart.com",
6149
+ "learn_more": "",
5933
6150
  "category": "Ecommerce",
5934
6151
  "type": "community",
5935
6152
  "maintainers": [
@@ -6335,29 +6552,6 @@
6335
6552
  "requires": {}
6336
6553
  }
6337
6554
  },
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
6555
  {
6362
6556
  "name": "supabase",
6363
6557
  "description": "First class integration with Supabase",
@@ -6480,6 +6674,30 @@
6480
6674
  "requires": {}
6481
6675
  }
6482
6676
  },
6677
+ {
6678
+ "name": "swiftsearch",
6679
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6680
+ "repo": "atoms-studio/nuxt-swiftsearch",
6681
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6682
+ "icon": "nuxt-swiftsearch.svg",
6683
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6684
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6685
+ "learn_more": "",
6686
+ "category": "Libraries",
6687
+ "type": "3rd-party",
6688
+ "maintainers": [
6689
+ {
6690
+ "name": "Matteo Rigoni",
6691
+ "github": "rigo-m",
6692
+ "twitter": "MatteoRigoni",
6693
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6694
+ }
6695
+ ],
6696
+ "compatibility": {
6697
+ "nuxt": "^3.10.0",
6698
+ "requires": {}
6699
+ }
6700
+ },
6483
6701
  {
6484
6702
  "name": "swiper",
6485
6703
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6551,6 +6769,37 @@
6551
6769
  "nuxt": "^2.0.0 || ^3.0.0",
6552
6770
  "requires": {},
6553
6771
  "devtools": "^0.0.0"
6772
+ },
6773
+ "aliases": [
6774
+ "tailwind"
6775
+ ]
6776
+ },
6777
+ {
6778
+ "name": "test-utils",
6779
+ "description": "Test utilities for Nuxt",
6780
+ "repo": "nuxt/test-utils#main",
6781
+ "npm": "@nuxt/test-utils",
6782
+ "icon": "nuxt.svg",
6783
+ "github": "https://github.com/nuxt/test-utils",
6784
+ "website": "https://nuxt.com/docs/getting-started/testing",
6785
+ "learn_more": "",
6786
+ "category": "Devtools",
6787
+ "type": "official",
6788
+ "maintainers": [
6789
+ {
6790
+ "name": "Daniel Roe",
6791
+ "github": "danielroe",
6792
+ "twitter": "danielcroe"
6793
+ },
6794
+ {
6795
+ "name": "Anthony Fu",
6796
+ "github": "antfu",
6797
+ "twitter": "antfu7"
6798
+ }
6799
+ ],
6800
+ "compatibility": {
6801
+ "nuxt": "^3.0.0",
6802
+ "requires": {}
6554
6803
  }
6555
6804
  },
6556
6805
  {
@@ -6605,8 +6854,8 @@
6605
6854
  "npm": "nuxt-tiptap-editor",
6606
6855
  "icon": "tiptap.png",
6607
6856
  "github": "https://github.com/modbender/nuxt-tiptap-editor",
6608
- "website": "https://github.com/modbender/nuxt-tiptap-editor",
6609
- "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6857
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6858
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6610
6859
  "category": "Libraries",
6611
6860
  "type": "3rd-party",
6612
6861
  "maintainers": [
@@ -6643,6 +6892,28 @@
6643
6892
  "requires": {}
6644
6893
  }
6645
6894
  },
6895
+ {
6896
+ "name": "tradingview",
6897
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6898
+ "repo": "volkanakkus/nuxt-tradingview",
6899
+ "npm": "nuxt-tradingview",
6900
+ "icon": "tradingview.svg",
6901
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6902
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6903
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6904
+ "category": "Extensions",
6905
+ "type": "3rd-party",
6906
+ "maintainers": [
6907
+ {
6908
+ "name": "Volkan Akkuş",
6909
+ "github": "volkanakkus"
6910
+ }
6911
+ ],
6912
+ "compatibility": {
6913
+ "nuxt": "^3.0.0",
6914
+ "requires": {}
6915
+ }
6916
+ },
6646
6917
  {
6647
6918
  "name": "translation-manager",
6648
6919
  "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
@@ -7044,32 +7315,6 @@
7044
7315
  "requires": {}
7045
7316
  }
7046
7317
  },
7047
- {
7048
- "name": "unlighthouse",
7049
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
7050
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
7051
- "npm": "@unlighthouse/nuxt",
7052
- "icon": "unlighthouse.svg",
7053
- "github": "https://github.com/harlan-zw/unlighthouse",
7054
- "website": "https://github.com/harlan-zw/unlighthouse",
7055
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
7056
- "category": "Devtools",
7057
- "type": "3rd-party",
7058
- "maintainers": [
7059
- {
7060
- "name": "Harlan Wilton",
7061
- "github": "harlan-zw",
7062
- "twitter": "harlan_zw",
7063
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
7064
- }
7065
- ],
7066
- "compatibility": {
7067
- "nuxt": "^2.0.0 || ^3.0.0",
7068
- "requires": {
7069
- "bridge": "optional"
7070
- }
7071
- }
7072
- },
7073
7318
  {
7074
7319
  "name": "unocss",
7075
7320
  "description": "The instant on-demand atomic CSS engine.",
@@ -7104,8 +7349,8 @@
7104
7349
  "npm": "nuxt-ununura",
7105
7350
  "icon": "ununuracss.png",
7106
7351
  "github": "https://github.com/novout/ununuracss",
7107
- "website": "https://ununura.com/#/",
7108
- "learn_more": "https://ununura.com/#/docs/why",
7352
+ "website": "https://github.com/novout/ununuracss",
7353
+ "learn_more": "https://github.com/novout/ununuracss",
7109
7354
  "category": "UI",
7110
7355
  "type": "3rd-party",
7111
7356
  "maintainers": [
@@ -7242,8 +7487,8 @@
7242
7487
  "repo": "samk-dev/nuxt-vcalendar",
7243
7488
  "npm": "@samk-dev/nuxt-vcalendar",
7244
7489
  "icon": "vcalendar.png",
7245
- "github": "https://github.com/samk-dev/vcalendar",
7246
- "website": "https://github.com/samk-dev/vcalendar",
7490
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7491
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7247
7492
  "learn_more": "",
7248
7493
  "category": "Libraries",
7249
7494
  "type": "3rd-party",
@@ -7505,7 +7750,7 @@
7505
7750
  "description": "Plausible analytics for Vue.js and Nuxt",
7506
7751
  "repo": "moritzsternemann/vue-plausible",
7507
7752
  "npm": "vue-plausible",
7508
- "icon": "plausible.png",
7753
+ "icon": "plausible.svg",
7509
7754
  "github": "https://github.com/moritzsternemann/vue-plausible",
7510
7755
  "website": "https://github.com/moritzsternemann/vue-plausible",
7511
7756
  "learn_more": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-0591b5",
3
+ "version": "0.6.0-05f7b5",
4
4
  "license": "MIT",
5
5
  "repository": "nuxt/modules",
6
6
  "homepage": "https://nuxt.com/modules",