@nuxt/modules 0.6.0-db6532 → 0.6.0-e5823c
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 +108 -9
- package/package.json +3 -3
package/modules.json
CHANGED
|
@@ -762,6 +762,29 @@
|
|
|
762
762
|
"requires": {}
|
|
763
763
|
}
|
|
764
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"name": "csurf",
|
|
767
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
768
|
+
"repo": "morgbn/nuxt-csurf",
|
|
769
|
+
"npm": "nuxt-csurf",
|
|
770
|
+
"icon": "csurf.svg",
|
|
771
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
772
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
773
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
774
|
+
"category": "Security",
|
|
775
|
+
"type": "3rd-party",
|
|
776
|
+
"maintainers": [
|
|
777
|
+
{
|
|
778
|
+
"name": "morgbn",
|
|
779
|
+
"github": "morgbn",
|
|
780
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"compatibility": {
|
|
784
|
+
"nuxt": "^3.0.0",
|
|
785
|
+
"requires": {}
|
|
786
|
+
}
|
|
787
|
+
},
|
|
765
788
|
{
|
|
766
789
|
"name": "custom-elements",
|
|
767
790
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -1051,11 +1074,11 @@
|
|
|
1051
1074
|
{
|
|
1052
1075
|
"name": "emotion",
|
|
1053
1076
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1077
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1078
|
"npm": "@nuxtjs/emotion",
|
|
1056
1079
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1080
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1081
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1082
|
"learn_more": "https://emotion.sh/",
|
|
1060
1083
|
"category": "Extensions",
|
|
1061
1084
|
"type": "community",
|
|
@@ -1064,10 +1087,15 @@
|
|
|
1064
1087
|
"name": "Pooya Parsa",
|
|
1065
1088
|
"github": "pi0",
|
|
1066
1089
|
"twitter": "_pi0_"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "Jonathan Bakebwa",
|
|
1093
|
+
"github": "codebender828",
|
|
1094
|
+
"twitter": "codebender828"
|
|
1067
1095
|
}
|
|
1068
1096
|
],
|
|
1069
1097
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1098
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1099
|
"requires": {}
|
|
1072
1100
|
}
|
|
1073
1101
|
},
|
|
@@ -2855,6 +2883,29 @@
|
|
|
2855
2883
|
"requires": {}
|
|
2856
2884
|
}
|
|
2857
2885
|
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "nuxt-loco",
|
|
2888
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
2889
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
2890
|
+
"npm": "nuxt-loco",
|
|
2891
|
+
"icon": "",
|
|
2892
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
2893
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
2894
|
+
"learn_more": "",
|
|
2895
|
+
"category": "Libraries",
|
|
2896
|
+
"type": "3rd-party",
|
|
2897
|
+
"maintainers": [
|
|
2898
|
+
{
|
|
2899
|
+
"name": "Gaetan SENN",
|
|
2900
|
+
"github": "gaetansenn",
|
|
2901
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
2902
|
+
}
|
|
2903
|
+
],
|
|
2904
|
+
"compatibility": {
|
|
2905
|
+
"nuxt": "^3.0.0",
|
|
2906
|
+
"requires": {}
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2858
2909
|
{
|
|
2859
2910
|
"name": "nuxt-monaco-editor",
|
|
2860
2911
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3388,11 +3439,11 @@
|
|
|
3388
3439
|
{
|
|
3389
3440
|
"name": "pinia",
|
|
3390
3441
|
"description": "The Vue Store that you will enjoy using",
|
|
3391
|
-
"repo": "
|
|
3442
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3392
3443
|
"npm": "@pinia/nuxt",
|
|
3393
3444
|
"icon": "pinia.svg",
|
|
3394
|
-
"github": "https://github.com/
|
|
3395
|
-
"website": "https://pinia.
|
|
3445
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3446
|
+
"website": "https://pinia.vuejs.org/",
|
|
3396
3447
|
"learn_more": "",
|
|
3397
3448
|
"category": "Extensions",
|
|
3398
3449
|
"type": "3rd-party",
|
|
@@ -4841,12 +4892,12 @@
|
|
|
4841
4892
|
},
|
|
4842
4893
|
{
|
|
4843
4894
|
"name": "typed-router",
|
|
4844
|
-
"description": "Provide autocompletion for pages route names
|
|
4895
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4845
4896
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4846
4897
|
"npm": "nuxt-typed-router",
|
|
4847
4898
|
"icon": "typed-router.png",
|
|
4848
4899
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4849
|
-
"website": "https://
|
|
4900
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4850
4901
|
"learn_more": "",
|
|
4851
4902
|
"category": "Devtools",
|
|
4852
4903
|
"type": "3rd-party",
|
|
@@ -5143,6 +5194,32 @@
|
|
|
5143
5194
|
"requires": {}
|
|
5144
5195
|
}
|
|
5145
5196
|
},
|
|
5197
|
+
{
|
|
5198
|
+
"name": "vitest",
|
|
5199
|
+
"description": "Vitest integration with Nuxt",
|
|
5200
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5201
|
+
"npm": "nuxt-vitest",
|
|
5202
|
+
"icon": "vitest.svg",
|
|
5203
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5204
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5205
|
+
"learn_more": "",
|
|
5206
|
+
"category": "Extensions",
|
|
5207
|
+
"type": "3rd-party",
|
|
5208
|
+
"maintainers": [
|
|
5209
|
+
{
|
|
5210
|
+
"name": "Daniel Roe",
|
|
5211
|
+
"github": "danielroe"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "Anthony Fu",
|
|
5215
|
+
"github": "antfu"
|
|
5216
|
+
}
|
|
5217
|
+
],
|
|
5218
|
+
"compatibility": {
|
|
5219
|
+
"nuxt": "^3.0.0",
|
|
5220
|
+
"requires": {}
|
|
5221
|
+
}
|
|
5222
|
+
},
|
|
5146
5223
|
{
|
|
5147
5224
|
"name": "vue-macros",
|
|
5148
5225
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5304,6 +5381,28 @@
|
|
|
5304
5381
|
"requires": {}
|
|
5305
5382
|
}
|
|
5306
5383
|
},
|
|
5384
|
+
{
|
|
5385
|
+
"name": "vuefire",
|
|
5386
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5387
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5388
|
+
"npm": "nuxt-vuefire",
|
|
5389
|
+
"icon": "vuefire.svg",
|
|
5390
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5391
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5392
|
+
"learn_more": "",
|
|
5393
|
+
"category": "Database",
|
|
5394
|
+
"type": "3rd-party",
|
|
5395
|
+
"maintainers": [
|
|
5396
|
+
{
|
|
5397
|
+
"name": "posva",
|
|
5398
|
+
"github": "posva"
|
|
5399
|
+
}
|
|
5400
|
+
],
|
|
5401
|
+
"compatibility": {
|
|
5402
|
+
"nuxt": "^3.0.0",
|
|
5403
|
+
"requires": {}
|
|
5404
|
+
}
|
|
5405
|
+
},
|
|
5307
5406
|
{
|
|
5308
5407
|
"name": "vuestic",
|
|
5309
5408
|
"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-e5823c",
|
|
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
|
}
|