@nuxt/modules 0.6.0-2a593a → 0.6.0-3d6041
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 +81 -9
- package/package.json +10 -11
package/modules.json
CHANGED
|
@@ -1051,11 +1051,11 @@
|
|
|
1051
1051
|
{
|
|
1052
1052
|
"name": "emotion",
|
|
1053
1053
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1054
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1055
|
"npm": "@nuxtjs/emotion",
|
|
1056
1056
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1057
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1058
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1059
|
"learn_more": "https://emotion.sh/",
|
|
1060
1060
|
"category": "Extensions",
|
|
1061
1061
|
"type": "community",
|
|
@@ -1064,10 +1064,15 @@
|
|
|
1064
1064
|
"name": "Pooya Parsa",
|
|
1065
1065
|
"github": "pi0",
|
|
1066
1066
|
"twitter": "_pi0_"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "Jonathan Bakebwa",
|
|
1070
|
+
"github": "codebender828",
|
|
1071
|
+
"twitter": "codebender828"
|
|
1067
1072
|
}
|
|
1068
1073
|
],
|
|
1069
1074
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1075
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1076
|
"requires": {}
|
|
1072
1077
|
}
|
|
1073
1078
|
},
|
|
@@ -2855,6 +2860,29 @@
|
|
|
2855
2860
|
"requires": {}
|
|
2856
2861
|
}
|
|
2857
2862
|
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "nuxt-loco",
|
|
2865
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
2866
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
2867
|
+
"npm": "nuxt-loco",
|
|
2868
|
+
"icon": "",
|
|
2869
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
2870
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
2871
|
+
"learn_more": "",
|
|
2872
|
+
"category": "Libraries",
|
|
2873
|
+
"type": "3rd-party",
|
|
2874
|
+
"maintainers": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "Gaetan SENN",
|
|
2877
|
+
"github": "gaetansenn",
|
|
2878
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
2879
|
+
}
|
|
2880
|
+
],
|
|
2881
|
+
"compatibility": {
|
|
2882
|
+
"nuxt": "^3.0.0",
|
|
2883
|
+
"requires": {}
|
|
2884
|
+
}
|
|
2885
|
+
},
|
|
2858
2886
|
{
|
|
2859
2887
|
"name": "nuxt-monaco-editor",
|
|
2860
2888
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3130,6 +3158,28 @@
|
|
|
3130
3158
|
}
|
|
3131
3159
|
}
|
|
3132
3160
|
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "nuxt-vue3-google-signin",
|
|
3163
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3164
|
+
"repo": "syetalabs/nuxt-vue3-google-signin",
|
|
3165
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3166
|
+
"icon": "vue3-google-signin.svg",
|
|
3167
|
+
"github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
|
|
3168
|
+
"website": "https://vue3-google-signin.syetalabs.io",
|
|
3169
|
+
"learn_more": "https://vue3-google-signin.syetalabs.io",
|
|
3170
|
+
"category": "Libraries",
|
|
3171
|
+
"type": "3rd-party",
|
|
3172
|
+
"maintainers": [
|
|
3173
|
+
{
|
|
3174
|
+
"name": "Kasun Vithanage",
|
|
3175
|
+
"github": "kasvith"
|
|
3176
|
+
}
|
|
3177
|
+
],
|
|
3178
|
+
"compatibility": {
|
|
3179
|
+
"nuxt": "^3.0.0",
|
|
3180
|
+
"requires": {}
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3133
3183
|
{
|
|
3134
3184
|
"name": "nuxt7",
|
|
3135
3185
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3366,11 +3416,11 @@
|
|
|
3366
3416
|
{
|
|
3367
3417
|
"name": "pinia",
|
|
3368
3418
|
"description": "The Vue Store that you will enjoy using",
|
|
3369
|
-
"repo": "
|
|
3419
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3370
3420
|
"npm": "@pinia/nuxt",
|
|
3371
3421
|
"icon": "pinia.svg",
|
|
3372
|
-
"github": "https://github.com/
|
|
3373
|
-
"website": "https://pinia.
|
|
3422
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3423
|
+
"website": "https://pinia.vuejs.org/",
|
|
3374
3424
|
"learn_more": "",
|
|
3375
3425
|
"category": "Extensions",
|
|
3376
3426
|
"type": "3rd-party",
|
|
@@ -4819,12 +4869,12 @@
|
|
|
4819
4869
|
},
|
|
4820
4870
|
{
|
|
4821
4871
|
"name": "typed-router",
|
|
4822
|
-
"description": "Provide autocompletion for pages route names
|
|
4872
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4823
4873
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4824
4874
|
"npm": "nuxt-typed-router",
|
|
4825
4875
|
"icon": "typed-router.png",
|
|
4826
4876
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4827
|
-
"website": "https://
|
|
4877
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4828
4878
|
"learn_more": "",
|
|
4829
4879
|
"category": "Devtools",
|
|
4830
4880
|
"type": "3rd-party",
|
|
@@ -5282,6 +5332,28 @@
|
|
|
5282
5332
|
"requires": {}
|
|
5283
5333
|
}
|
|
5284
5334
|
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "vuefire",
|
|
5337
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5338
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5339
|
+
"npm": "nuxt-vuefire",
|
|
5340
|
+
"icon": "vuefire.svg",
|
|
5341
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5342
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5343
|
+
"learn_more": "",
|
|
5344
|
+
"category": "Database",
|
|
5345
|
+
"type": "3rd-party",
|
|
5346
|
+
"maintainers": [
|
|
5347
|
+
{
|
|
5348
|
+
"name": "posva",
|
|
5349
|
+
"github": "posva"
|
|
5350
|
+
}
|
|
5351
|
+
],
|
|
5352
|
+
"compatibility": {
|
|
5353
|
+
"nuxt": "^3.0.0",
|
|
5354
|
+
"requires": {}
|
|
5355
|
+
}
|
|
5356
|
+
},
|
|
5285
5357
|
{
|
|
5286
5358
|
"name": "vuestic",
|
|
5287
5359
|
"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-3d6041",
|
|
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
|
}
|