@nuxt/modules 0.6.0-457f69 → 0.6.0-45c4cd
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/README.md +2 -2
- package/modules.json +125 -36
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -95,8 +95,8 @@ pnpm build
|
|
|
95
95
|
|
|
96
96
|
[MIT](./LICENSE) - Made by Nuxt Team
|
|
97
97
|
|
|
98
|
-
[npm-version-src]: https://
|
|
99
|
-
[npm-version-href]: https://
|
|
98
|
+
[npm-version-src]: https://npmx.dev/api/registry/badge/version/@nuxt/modules
|
|
99
|
+
[npm-version-href]: https://npmx.dev/package/@nuxt/modules
|
|
100
100
|
|
|
101
101
|
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt
|
|
102
102
|
[nuxt-href]: https://nuxt.com/modules
|
package/modules.json
CHANGED
|
@@ -179,6 +179,28 @@
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"name": "antdv-next",
|
|
184
|
+
"description": "Ant Design for Vue",
|
|
185
|
+
"repo": "antdv-next/nuxt",
|
|
186
|
+
"npm": "@antdv-next/nuxt",
|
|
187
|
+
"icon": "antdv-next.svg",
|
|
188
|
+
"github": "https://github.com/antdv-next/nuxt",
|
|
189
|
+
"website": "https://www.antdv-next.com",
|
|
190
|
+
"learn_more": "https://www.antdv-next.com",
|
|
191
|
+
"category": "UI",
|
|
192
|
+
"type": "3rd-party",
|
|
193
|
+
"maintainers": [
|
|
194
|
+
{
|
|
195
|
+
"name": "yanyu",
|
|
196
|
+
"github": "aibayanyu20"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"compatibility": {
|
|
200
|
+
"nuxt": ">=4.0.0",
|
|
201
|
+
"requires": {}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
182
204
|
{
|
|
183
205
|
"name": "aos",
|
|
184
206
|
"description": "A Nuxt module that adds Animate On Scroll",
|
|
@@ -689,7 +711,7 @@
|
|
|
689
711
|
"icon": "bugsnag.png",
|
|
690
712
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
691
713
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
692
|
-
"learn_more": "
|
|
714
|
+
"learn_more": "",
|
|
693
715
|
"category": "Monitoring",
|
|
694
716
|
"type": "3rd-party",
|
|
695
717
|
"maintainers": [
|
|
@@ -1886,7 +1908,7 @@
|
|
|
1886
1908
|
"type": "3rd-party",
|
|
1887
1909
|
"maintainers": [
|
|
1888
1910
|
{
|
|
1889
|
-
"name": "Hugo
|
|
1911
|
+
"name": "Hugo",
|
|
1890
1912
|
"github": "HugoRCD",
|
|
1891
1913
|
"twitter": "hugorcd",
|
|
1892
1914
|
"bluesky": "hrcd.fr"
|
|
@@ -3976,7 +3998,7 @@
|
|
|
3976
3998
|
"npm": "@mojocss/nuxt",
|
|
3977
3999
|
"icon": "mojocss.svg",
|
|
3978
4000
|
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3979
|
-
"website": "https://
|
|
4001
|
+
"website": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3980
4002
|
"learn_more": "",
|
|
3981
4003
|
"category": "UI",
|
|
3982
4004
|
"type": "3rd-party",
|
|
@@ -4226,6 +4248,28 @@
|
|
|
4226
4248
|
"requires": {}
|
|
4227
4249
|
}
|
|
4228
4250
|
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "nuxt-actions",
|
|
4253
|
+
"description": "Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries",
|
|
4254
|
+
"repo": "billymaulana/nuxt-actions",
|
|
4255
|
+
"npm": "nuxt-actions",
|
|
4256
|
+
"icon": "nuxt-actions.svg",
|
|
4257
|
+
"github": "https://github.com/billymaulana/nuxt-actions",
|
|
4258
|
+
"website": "https://billymaulana.github.io/nuxt-actions/",
|
|
4259
|
+
"learn_more": "https://billymaulana.github.io/nuxt-actions/guide/getting-started",
|
|
4260
|
+
"category": "Request",
|
|
4261
|
+
"type": "3rd-party",
|
|
4262
|
+
"maintainers": [
|
|
4263
|
+
{
|
|
4264
|
+
"name": "Billy Maulana",
|
|
4265
|
+
"github": "billymaulana"
|
|
4266
|
+
}
|
|
4267
|
+
],
|
|
4268
|
+
"compatibility": {
|
|
4269
|
+
"nuxt": "^3.7.0 || ^4.0.0",
|
|
4270
|
+
"requires": {}
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4229
4273
|
{
|
|
4230
4274
|
"name": "nuxt-aidbase",
|
|
4231
4275
|
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
@@ -4342,6 +4386,29 @@
|
|
|
4342
4386
|
"requires": {}
|
|
4343
4387
|
}
|
|
4344
4388
|
},
|
|
4389
|
+
{
|
|
4390
|
+
"name": "nuxt-auto-form",
|
|
4391
|
+
"description": "Auto-generate Nuxt UI forms from Zod 4 schemas",
|
|
4392
|
+
"repo": "Norbiros/nuxt-auto-form",
|
|
4393
|
+
"npm": "@norbiros/nuxt-auto-form",
|
|
4394
|
+
"icon": "nuxt-auto-form.svg",
|
|
4395
|
+
"github": "https://github.com/Norbiros/nuxt-auto-form",
|
|
4396
|
+
"website": "https://nuxt-auto-form.norbiros.dev",
|
|
4397
|
+
"learn_more": "https://www.npmjs.com/package/@norbiros/nuxt-auto-form",
|
|
4398
|
+
"category": "Libraries",
|
|
4399
|
+
"type": "3rd-party",
|
|
4400
|
+
"maintainers": [
|
|
4401
|
+
{
|
|
4402
|
+
"name": "Norbiros",
|
|
4403
|
+
"github": "Norbiros",
|
|
4404
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
|
|
4405
|
+
}
|
|
4406
|
+
],
|
|
4407
|
+
"compatibility": {
|
|
4408
|
+
"nuxt": ">=3.0.0",
|
|
4409
|
+
"requires": {}
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4345
4412
|
{
|
|
4346
4413
|
"name": "nuxt-basic-auth",
|
|
4347
4414
|
"description": "Nuxt Module for Basic Authentication",
|
|
@@ -4800,7 +4867,7 @@
|
|
|
4800
4867
|
}
|
|
4801
4868
|
],
|
|
4802
4869
|
"compatibility": {
|
|
4803
|
-
"nuxt": "
|
|
4870
|
+
"nuxt": ">=3.0.0",
|
|
4804
4871
|
"requires": {}
|
|
4805
4872
|
}
|
|
4806
4873
|
},
|
|
@@ -4907,7 +4974,7 @@
|
|
|
4907
4974
|
"type": "3rd-party",
|
|
4908
4975
|
"maintainers": [
|
|
4909
4976
|
{
|
|
4910
|
-
"name": "Abbas Mohamed",
|
|
4977
|
+
"name": "Abbas Mohamed Ahmed",
|
|
4911
4978
|
"github": "Abbasmoe"
|
|
4912
4979
|
}
|
|
4913
4980
|
],
|
|
@@ -5528,7 +5595,7 @@
|
|
|
5528
5595
|
}
|
|
5529
5596
|
],
|
|
5530
5597
|
"compatibility": {
|
|
5531
|
-
"nuxt": ">=3.0.0
|
|
5598
|
+
"nuxt": ">=3.0.0",
|
|
5532
5599
|
"requires": {}
|
|
5533
5600
|
}
|
|
5534
5601
|
},
|
|
@@ -6301,7 +6368,7 @@
|
|
|
6301
6368
|
}
|
|
6302
6369
|
],
|
|
6303
6370
|
"compatibility": {
|
|
6304
|
-
"nuxt": "
|
|
6371
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
6305
6372
|
"requires": {
|
|
6306
6373
|
"bridge": "optional"
|
|
6307
6374
|
}
|
|
@@ -6670,7 +6737,7 @@
|
|
|
6670
6737
|
"icon": "partytown.svg",
|
|
6671
6738
|
"github": "https://github.com/nuxt-modules/partytown",
|
|
6672
6739
|
"website": "https://github.com/nuxt-modules/partytown",
|
|
6673
|
-
"learn_more": "https://partytown.
|
|
6740
|
+
"learn_more": "https://partytown.qwik.dev/",
|
|
6674
6741
|
"category": "Performance",
|
|
6675
6742
|
"type": "community",
|
|
6676
6743
|
"maintainers": [
|
|
@@ -7714,7 +7781,7 @@
|
|
|
7714
7781
|
},
|
|
7715
7782
|
{
|
|
7716
7783
|
"name": "sentry",
|
|
7717
|
-
"description": "
|
|
7784
|
+
"description": "Sentry SDK for Nuxt",
|
|
7718
7785
|
"repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
|
|
7719
7786
|
"npm": "@sentry/nuxt",
|
|
7720
7787
|
"icon": "sentry.svg",
|
|
@@ -7879,10 +7946,10 @@
|
|
|
7879
7946
|
{
|
|
7880
7947
|
"name": "shadcn",
|
|
7881
7948
|
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
7882
|
-
"repo": "
|
|
7949
|
+
"repo": "unovue/shadcn-vue#dev/packages/module",
|
|
7883
7950
|
"npm": "shadcn-nuxt",
|
|
7884
7951
|
"icon": "",
|
|
7885
|
-
"github": "https://github.com/
|
|
7952
|
+
"github": "https://github.com/unovue/shadcn-vue/tree/dev/packages/module",
|
|
7886
7953
|
"website": "https://www.shadcn-vue.com",
|
|
7887
7954
|
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
7888
7955
|
"category": "UI",
|
|
@@ -8533,7 +8600,7 @@
|
|
|
8533
8600
|
}
|
|
8534
8601
|
],
|
|
8535
8602
|
"compatibility": {
|
|
8536
|
-
"nuxt": "
|
|
8603
|
+
"nuxt": "^3.21.0 || ^4.3.0",
|
|
8537
8604
|
"requires": {}
|
|
8538
8605
|
}
|
|
8539
8606
|
},
|
|
@@ -8902,10 +8969,10 @@
|
|
|
8902
8969
|
{
|
|
8903
8970
|
"name": "tresjs",
|
|
8904
8971
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
8905
|
-
"repo": "tresjs/nuxt",
|
|
8972
|
+
"repo": "tresjs/tres#main/packages/nuxt",
|
|
8906
8973
|
"npm": "@tresjs/nuxt",
|
|
8907
8974
|
"icon": "tresjs.svg",
|
|
8908
|
-
"github": "https://github.com/Tresjs/
|
|
8975
|
+
"github": "https://github.com/Tresjs/tres",
|
|
8909
8976
|
"website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
|
|
8910
8977
|
"learn_more": "https://tresjs.org/",
|
|
8911
8978
|
"category": "Libraries",
|
|
@@ -9503,6 +9570,50 @@
|
|
|
9503
9570
|
"requires": {}
|
|
9504
9571
|
}
|
|
9505
9572
|
},
|
|
9573
|
+
{
|
|
9574
|
+
"name": "vercel-analytics",
|
|
9575
|
+
"description": "Privacy-friendly, real-time traffic insights for your Nuxt app",
|
|
9576
|
+
"repo": "vercel/analytics#main/packages/web",
|
|
9577
|
+
"npm": "@vercel/analytics",
|
|
9578
|
+
"icon": "vercel.svg",
|
|
9579
|
+
"github": "https://github.com/vercel/analytics/tree/main/packages/web",
|
|
9580
|
+
"website": "https://vercel.com/docs/analytics",
|
|
9581
|
+
"learn_more": "https://vercel.com/docs/analytics/quickstart?framework=nuxt",
|
|
9582
|
+
"category": "Analytics",
|
|
9583
|
+
"type": "3rd-party",
|
|
9584
|
+
"maintainers": [
|
|
9585
|
+
{
|
|
9586
|
+
"name": "Vercel",
|
|
9587
|
+
"github": "vercel"
|
|
9588
|
+
}
|
|
9589
|
+
],
|
|
9590
|
+
"compatibility": {
|
|
9591
|
+
"nuxt": ">=3.0.0",
|
|
9592
|
+
"requires": {}
|
|
9593
|
+
}
|
|
9594
|
+
},
|
|
9595
|
+
{
|
|
9596
|
+
"name": "vercel-speed-insights",
|
|
9597
|
+
"description": "Real user performance metrics and suggestions for your Nuxt app",
|
|
9598
|
+
"repo": "vercel/speed-insights#main/packages/web",
|
|
9599
|
+
"npm": "@vercel/speed-insights",
|
|
9600
|
+
"icon": "vercel.svg",
|
|
9601
|
+
"github": "https://github.com/vercel/speed-insights/tree/main/packages/web",
|
|
9602
|
+
"website": "https://vercel.com/docs/speed-insights",
|
|
9603
|
+
"learn_more": "https://vercel.com/docs/speed-insights/quickstart?framework=nuxt",
|
|
9604
|
+
"category": "Performance",
|
|
9605
|
+
"type": "3rd-party",
|
|
9606
|
+
"maintainers": [
|
|
9607
|
+
{
|
|
9608
|
+
"name": "Vercel",
|
|
9609
|
+
"github": "vercel"
|
|
9610
|
+
}
|
|
9611
|
+
],
|
|
9612
|
+
"compatibility": {
|
|
9613
|
+
"nuxt": ">=3.0.0",
|
|
9614
|
+
"requires": {}
|
|
9615
|
+
}
|
|
9616
|
+
},
|
|
9506
9617
|
{
|
|
9507
9618
|
"name": "vexip-ui",
|
|
9508
9619
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -10137,28 +10248,6 @@
|
|
|
10137
10248
|
}
|
|
10138
10249
|
}
|
|
10139
10250
|
},
|
|
10140
|
-
{
|
|
10141
|
-
"name": "webfontloader",
|
|
10142
|
-
"description": "Efficient web font loading has never been easier!",
|
|
10143
|
-
"repo": "Developmint/nuxt-webfontloader",
|
|
10144
|
-
"npm": "nuxt-webfontloader",
|
|
10145
|
-
"icon": "",
|
|
10146
|
-
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
10147
|
-
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
10148
|
-
"learn_more": "https://www.npmjs.com/package/webfontloader",
|
|
10149
|
-
"category": "Fonts",
|
|
10150
|
-
"type": "3rd-party",
|
|
10151
|
-
"maintainers": [
|
|
10152
|
-
{
|
|
10153
|
-
"name": "Developmint",
|
|
10154
|
-
"github": "Developmint"
|
|
10155
|
-
}
|
|
10156
|
-
],
|
|
10157
|
-
"compatibility": {
|
|
10158
|
-
"nuxt": "^2.0.0",
|
|
10159
|
-
"requires": {}
|
|
10160
|
-
}
|
|
10161
|
-
},
|
|
10162
10251
|
{
|
|
10163
10252
|
"name": "webhook-validators",
|
|
10164
10253
|
"description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-45c4cd",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,25 +22,25 @@
|
|
|
22
22
|
"test": "pnpm lint && pnpm sync"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@clack/prompts": "1.0.
|
|
25
|
+
"@clack/prompts": "1.0.1",
|
|
26
26
|
"@npm/types": "^2.1.0",
|
|
27
|
-
"@nuxt/eslint-config": "^1.
|
|
27
|
+
"@nuxt/eslint-config": "^1.15.1",
|
|
28
28
|
"@octokit/rest": "^22.0.1",
|
|
29
29
|
"@types/js-yaml": "^4.0.9",
|
|
30
|
-
"@types/node": "^24.10.
|
|
30
|
+
"@types/node": "^24.10.13",
|
|
31
31
|
"@types/semver": "^7.7.1",
|
|
32
32
|
"defu": "^6.1.4",
|
|
33
|
-
"dotenv": "^17.
|
|
34
|
-
"eslint": "^
|
|
35
|
-
"globby": "^16.1.
|
|
33
|
+
"dotenv": "^17.3.1",
|
|
34
|
+
"eslint": "^10.0.1",
|
|
35
|
+
"globby": "^16.1.1",
|
|
36
36
|
"hasha": "^7.0.0",
|
|
37
37
|
"js-yaml": "^4.1.1",
|
|
38
38
|
"ofetch": "^1.5.1",
|
|
39
|
-
"p-limit": "^7.
|
|
39
|
+
"p-limit": "^7.3.0",
|
|
40
40
|
"picocolors": "^1.1.1",
|
|
41
|
-
"semver": "^7.7.
|
|
41
|
+
"semver": "^7.7.4",
|
|
42
42
|
"std-env": "^3.10.0",
|
|
43
43
|
"typescript": "^5.9.3"
|
|
44
44
|
},
|
|
45
|
-
"packageManager": "pnpm@10.
|
|
45
|
+
"packageManager": "pnpm@10.30.1"
|
|
46
46
|
}
|