@nuxt/modules 0.6.0-27e6dc → 0.6.0-37610a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +103 -4
- package/package.json +3 -3
package/modules.json
CHANGED
|
@@ -762,6 +762,52 @@
|
|
|
762
762
|
"requires": {}
|
|
763
763
|
}
|
|
764
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"name": "cookie-control",
|
|
767
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
768
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
769
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
770
|
+
"icon": "cookie-control.png",
|
|
771
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
772
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
773
|
+
"learn_more": "",
|
|
774
|
+
"category": "Extensions",
|
|
775
|
+
"type": "3rd-party",
|
|
776
|
+
"maintainers": [
|
|
777
|
+
{
|
|
778
|
+
"name": "dargmuesli",
|
|
779
|
+
"github": "dargmuesli",
|
|
780
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"compatibility": {
|
|
784
|
+
"nuxt": "^3.0.0",
|
|
785
|
+
"requires": {}
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "csurf",
|
|
790
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
791
|
+
"repo": "morgbn/nuxt-csurf",
|
|
792
|
+
"npm": "nuxt-csurf",
|
|
793
|
+
"icon": "csurf.svg",
|
|
794
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
795
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
796
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
797
|
+
"category": "Security",
|
|
798
|
+
"type": "3rd-party",
|
|
799
|
+
"maintainers": [
|
|
800
|
+
{
|
|
801
|
+
"name": "morgbn",
|
|
802
|
+
"github": "morgbn",
|
|
803
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"compatibility": {
|
|
807
|
+
"nuxt": "^3.0.0",
|
|
808
|
+
"requires": {}
|
|
809
|
+
}
|
|
810
|
+
},
|
|
765
811
|
{
|
|
766
812
|
"name": "custom-elements",
|
|
767
813
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -1051,11 +1097,11 @@
|
|
|
1051
1097
|
{
|
|
1052
1098
|
"name": "emotion",
|
|
1053
1099
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1100
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1101
|
"npm": "@nuxtjs/emotion",
|
|
1056
1102
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1103
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1104
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1105
|
"learn_more": "https://emotion.sh/",
|
|
1060
1106
|
"category": "Extensions",
|
|
1061
1107
|
"type": "community",
|
|
@@ -1064,10 +1110,15 @@
|
|
|
1064
1110
|
"name": "Pooya Parsa",
|
|
1065
1111
|
"github": "pi0",
|
|
1066
1112
|
"twitter": "_pi0_"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "Jonathan Bakebwa",
|
|
1116
|
+
"github": "codebender828",
|
|
1117
|
+
"twitter": "codebender828"
|
|
1067
1118
|
}
|
|
1068
1119
|
],
|
|
1069
1120
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1121
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1122
|
"requires": {}
|
|
1072
1123
|
}
|
|
1073
1124
|
},
|
|
@@ -5166,6 +5217,32 @@
|
|
|
5166
5217
|
"requires": {}
|
|
5167
5218
|
}
|
|
5168
5219
|
},
|
|
5220
|
+
{
|
|
5221
|
+
"name": "vitest",
|
|
5222
|
+
"description": "Vitest integration with Nuxt",
|
|
5223
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5224
|
+
"npm": "nuxt-vitest",
|
|
5225
|
+
"icon": "vitest.svg",
|
|
5226
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5227
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5228
|
+
"learn_more": "",
|
|
5229
|
+
"category": "Extensions",
|
|
5230
|
+
"type": "3rd-party",
|
|
5231
|
+
"maintainers": [
|
|
5232
|
+
{
|
|
5233
|
+
"name": "Daniel Roe",
|
|
5234
|
+
"github": "danielroe"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "Anthony Fu",
|
|
5238
|
+
"github": "antfu"
|
|
5239
|
+
}
|
|
5240
|
+
],
|
|
5241
|
+
"compatibility": {
|
|
5242
|
+
"nuxt": "^3.0.0",
|
|
5243
|
+
"requires": {}
|
|
5244
|
+
}
|
|
5245
|
+
},
|
|
5169
5246
|
{
|
|
5170
5247
|
"name": "vue-macros",
|
|
5171
5248
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5327,6 +5404,28 @@
|
|
|
5327
5404
|
"requires": {}
|
|
5328
5405
|
}
|
|
5329
5406
|
},
|
|
5407
|
+
{
|
|
5408
|
+
"name": "vuefire",
|
|
5409
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5410
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5411
|
+
"npm": "nuxt-vuefire",
|
|
5412
|
+
"icon": "vuefire.svg",
|
|
5413
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5414
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5415
|
+
"learn_more": "",
|
|
5416
|
+
"category": "Database",
|
|
5417
|
+
"type": "3rd-party",
|
|
5418
|
+
"maintainers": [
|
|
5419
|
+
{
|
|
5420
|
+
"name": "posva",
|
|
5421
|
+
"github": "posva"
|
|
5422
|
+
}
|
|
5423
|
+
],
|
|
5424
|
+
"compatibility": {
|
|
5425
|
+
"nuxt": "^3.0.0",
|
|
5426
|
+
"requires": {}
|
|
5427
|
+
}
|
|
5428
|
+
},
|
|
5330
5429
|
{
|
|
5331
5430
|
"name": "vuestic",
|
|
5332
5431
|
"description": "Vuestic UI module for Nuxt 3",
|
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-37610a",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
22
|
"@types/node": "^18.11.18",
|
|
23
23
|
"defu": "^6.1.1",
|
|
24
|
-
"eslint": "^8.
|
|
24
|
+
"eslint": "^8.32.0",
|
|
25
25
|
"globby": "^13.1.3",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
27
|
"jiti": "^1.16.2",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"ofetch": "^1.0.0",
|
|
30
30
|
"typescript": "^4.9.4"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.25.1"
|
|
33
33
|
}
|