@nuxt/modules 0.6.0-db72f9 → 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 +160 -10
- package/package.json +10 -11
package/modules.json
CHANGED
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"icon": "",
|
|
670
670
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
671
671
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
672
|
-
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
672
|
+
"learn_more": "https://v2.ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
673
673
|
"category": "Performance",
|
|
674
674
|
"type": "community",
|
|
675
675
|
"maintainers": [
|
|
@@ -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
|
},
|
|
@@ -2757,6 +2785,35 @@
|
|
|
2757
2785
|
"requires": {}
|
|
2758
2786
|
}
|
|
2759
2787
|
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "nuxt-graphql-middleware",
|
|
2790
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
2791
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
2792
|
+
"npm": "nuxt-graphql-middleware",
|
|
2793
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
2794
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
2795
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
2796
|
+
"learn_more": "",
|
|
2797
|
+
"category": "Request",
|
|
2798
|
+
"type": "3rd-party",
|
|
2799
|
+
"maintainers": [
|
|
2800
|
+
{
|
|
2801
|
+
"name": "dulnan",
|
|
2802
|
+
"github": "dulnan",
|
|
2803
|
+
"twitter": "dulnan",
|
|
2804
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "ayalon",
|
|
2808
|
+
"github": "ayalon",
|
|
2809
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
2810
|
+
}
|
|
2811
|
+
],
|
|
2812
|
+
"compatibility": {
|
|
2813
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2814
|
+
"requires": {}
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2760
2817
|
{
|
|
2761
2818
|
"name": "nuxt-graphql-playground",
|
|
2762
2819
|
"description": "",
|
|
@@ -2826,6 +2883,29 @@
|
|
|
2826
2883
|
"requires": {}
|
|
2827
2884
|
}
|
|
2828
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
|
+
},
|
|
2829
2909
|
{
|
|
2830
2910
|
"name": "nuxt-monaco-editor",
|
|
2831
2911
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3101,6 +3181,28 @@
|
|
|
3101
3181
|
}
|
|
3102
3182
|
}
|
|
3103
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "nuxt-vue3-google-signin",
|
|
3186
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3187
|
+
"repo": "syetalabs/nuxt-vue3-google-signin",
|
|
3188
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3189
|
+
"icon": "vue3-google-signin.svg",
|
|
3190
|
+
"github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
|
|
3191
|
+
"website": "https://vue3-google-signin.syetalabs.io",
|
|
3192
|
+
"learn_more": "https://vue3-google-signin.syetalabs.io",
|
|
3193
|
+
"category": "Libraries",
|
|
3194
|
+
"type": "3rd-party",
|
|
3195
|
+
"maintainers": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "Kasun Vithanage",
|
|
3198
|
+
"github": "kasvith"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^3.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3104
3206
|
{
|
|
3105
3207
|
"name": "nuxt7",
|
|
3106
3208
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3337,11 +3439,11 @@
|
|
|
3337
3439
|
{
|
|
3338
3440
|
"name": "pinia",
|
|
3339
3441
|
"description": "The Vue Store that you will enjoy using",
|
|
3340
|
-
"repo": "
|
|
3442
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3341
3443
|
"npm": "@pinia/nuxt",
|
|
3342
3444
|
"icon": "pinia.svg",
|
|
3343
|
-
"github": "https://github.com/
|
|
3344
|
-
"website": "https://pinia.
|
|
3445
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3446
|
+
"website": "https://pinia.vuejs.org/",
|
|
3345
3447
|
"learn_more": "",
|
|
3346
3448
|
"category": "Extensions",
|
|
3347
3449
|
"type": "3rd-party",
|
|
@@ -4790,12 +4892,12 @@
|
|
|
4790
4892
|
},
|
|
4791
4893
|
{
|
|
4792
4894
|
"name": "typed-router",
|
|
4793
|
-
"description": "Provide autocompletion for pages route names
|
|
4895
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4794
4896
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4795
4897
|
"npm": "nuxt-typed-router",
|
|
4796
4898
|
"icon": "typed-router.png",
|
|
4797
4899
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4798
|
-
"website": "https://
|
|
4900
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4799
4901
|
"learn_more": "",
|
|
4800
4902
|
"category": "Devtools",
|
|
4801
4903
|
"type": "3rd-party",
|
|
@@ -5092,6 +5194,32 @@
|
|
|
5092
5194
|
"requires": {}
|
|
5093
5195
|
}
|
|
5094
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
|
+
},
|
|
5095
5223
|
{
|
|
5096
5224
|
"name": "vue-macros",
|
|
5097
5225
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5253,6 +5381,28 @@
|
|
|
5253
5381
|
"requires": {}
|
|
5254
5382
|
}
|
|
5255
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
|
+
},
|
|
5256
5406
|
{
|
|
5257
5407
|
"name": "vuestic",
|
|
5258
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": [
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"cli": "jiti ./lib/cli",
|
|
12
12
|
"website:build": "pnpm build && nuxi build website",
|
|
13
13
|
"website:dev": "pnpm build && nuxi dev website",
|
|
14
|
-
"lint": "eslint --ext .
|
|
14
|
+
"lint": "eslint --ext .",
|
|
15
15
|
"release": "pnpm cli version && npm publish",
|
|
16
16
|
"sync": "pnpm cli sync",
|
|
17
17
|
"test": "pnpm lint && pnpm sync"
|
|
@@ -19,16 +19,15 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@nuxt/eslint-config": "^0.1.1",
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
23
|
-
"defu": "^6.1.
|
|
24
|
-
"eslint": "^8.
|
|
25
|
-
"
|
|
26
|
-
"globby": "^13.1.2",
|
|
22
|
+
"@types/node": "^18.11.18",
|
|
23
|
+
"defu": "^6.1.1",
|
|
24
|
+
"eslint": "^8.32.0",
|
|
25
|
+
"globby": "^13.1.3",
|
|
27
26
|
"hasha": "^5.2.2",
|
|
28
|
-
"jiti": "^1.16.
|
|
27
|
+
"jiti": "^1.16.2",
|
|
29
28
|
"js-yaml": "^4.1.0",
|
|
30
|
-
"
|
|
31
|
-
"typescript": "^4.
|
|
29
|
+
"ofetch": "^1.0.0",
|
|
30
|
+
"typescript": "^4.9.4"
|
|
32
31
|
},
|
|
33
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.25.1"
|
|
34
33
|
}
|