@nuxt/modules 0.5.0-36871f → 0.5.0-3fc853
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/{dist/modules.json → modules.json} +1969 -720
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "ackee",
|
|
4
4
|
"description": "Nuxt.js module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
-
"npm": "
|
|
6
|
+
"npm": "",
|
|
7
7
|
"icon": "ackee.png",
|
|
8
8
|
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
9
|
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
@@ -13,22 +13,47 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
24
45
|
}
|
|
25
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
26
51
|
},
|
|
27
52
|
{
|
|
28
53
|
"name": "alias",
|
|
29
54
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
30
55
|
"repo": "kdydesign/nuxt-alias-module",
|
|
31
|
-
"npm": "
|
|
56
|
+
"npm": "",
|
|
32
57
|
"icon": "",
|
|
33
58
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
59
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -38,16 +63,19 @@
|
|
|
38
63
|
"maintainers": [
|
|
39
64
|
{
|
|
40
65
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
66
|
+
"github": "kdydesign"
|
|
43
67
|
}
|
|
44
|
-
]
|
|
68
|
+
],
|
|
69
|
+
"compatibility": {
|
|
70
|
+
"nuxt": "^2.0.0",
|
|
71
|
+
"requires": {}
|
|
72
|
+
}
|
|
45
73
|
},
|
|
46
74
|
{
|
|
47
75
|
"name": "amp",
|
|
48
76
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
49
77
|
"repo": "nuxt-community/amp-module",
|
|
50
|
-
"npm": "
|
|
78
|
+
"npm": "",
|
|
51
79
|
"icon": "amp.png",
|
|
52
80
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
53
81
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -58,16 +86,65 @@
|
|
|
58
86
|
{
|
|
59
87
|
"name": "Ahad Birang",
|
|
60
88
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
89
|
+
"twitter": "a_birang"
|
|
63
90
|
}
|
|
64
|
-
]
|
|
91
|
+
],
|
|
92
|
+
"compatibility": {
|
|
93
|
+
"nuxt": "^2.0.0",
|
|
94
|
+
"requires": {}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "animejs",
|
|
99
|
+
"description": "Anime.js module for Nuxt.js",
|
|
100
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
101
|
+
"npm": "",
|
|
102
|
+
"icon": "",
|
|
103
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
104
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
105
|
+
"learn_more": "",
|
|
106
|
+
"category": "Libraries",
|
|
107
|
+
"type": "3rd-party",
|
|
108
|
+
"maintainers": [
|
|
109
|
+
{
|
|
110
|
+
"name": "ivodolenc",
|
|
111
|
+
"github": "ivodolenc"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"compatibility": {
|
|
115
|
+
"nuxt": "^2.0.0",
|
|
116
|
+
"requires": {}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "apis-to-file",
|
|
121
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
122
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
123
|
+
"npm": "",
|
|
124
|
+
"icon": "",
|
|
125
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
126
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
127
|
+
"learn_more": "",
|
|
128
|
+
"category": "Performance",
|
|
129
|
+
"type": "3rd-party",
|
|
130
|
+
"maintainers": [
|
|
131
|
+
{
|
|
132
|
+
"name": "Luca Iaconelli",
|
|
133
|
+
"github": "LuXDAmore",
|
|
134
|
+
"twitter": "luxdamore",
|
|
135
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"compatibility": {
|
|
139
|
+
"nuxt": "^2.0.0",
|
|
140
|
+
"requires": {}
|
|
141
|
+
}
|
|
65
142
|
},
|
|
66
143
|
{
|
|
67
144
|
"name": "apollo",
|
|
68
145
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
69
146
|
"repo": "nuxt-community/apollo-module",
|
|
70
|
-
"npm": "
|
|
147
|
+
"npm": "",
|
|
71
148
|
"icon": "apollo.png",
|
|
72
149
|
"github": "https://github.com/nuxt-community/apollo-module",
|
|
73
150
|
"website": "https://github.com/nuxt-community/apollo-module",
|
|
@@ -77,21 +154,23 @@
|
|
|
77
154
|
"maintainers": [
|
|
78
155
|
{
|
|
79
156
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
157
|
+
"github": "kieusonlam"
|
|
82
158
|
},
|
|
83
159
|
{
|
|
84
160
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
161
|
+
"github": "dohomi"
|
|
87
162
|
}
|
|
88
|
-
]
|
|
163
|
+
],
|
|
164
|
+
"compatibility": {
|
|
165
|
+
"nuxt": "^2.0.0",
|
|
166
|
+
"requires": {}
|
|
167
|
+
}
|
|
89
168
|
},
|
|
90
169
|
{
|
|
91
170
|
"name": "applicationinsights",
|
|
92
171
|
"description": "AppInsights module for Nuxt.js",
|
|
93
172
|
"repo": "nuxt-community/applicationinsights-module",
|
|
94
|
-
"npm": "
|
|
173
|
+
"npm": "",
|
|
95
174
|
"icon": "application-insights.png",
|
|
96
175
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
97
176
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -101,16 +180,41 @@
|
|
|
101
180
|
"maintainers": [
|
|
102
181
|
{
|
|
103
182
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
183
|
+
"github": "aldarund"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"compatibility": {
|
|
187
|
+
"nuxt": "^2.0.0",
|
|
188
|
+
"requires": {}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "appwrite",
|
|
193
|
+
"description": "Appwrite module for Nuxt",
|
|
194
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
195
|
+
"npm": "",
|
|
196
|
+
"icon": "appwrite.png",
|
|
197
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
198
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
199
|
+
"learn_more": "",
|
|
200
|
+
"category": "Request",
|
|
201
|
+
"type": "3rd-party",
|
|
202
|
+
"maintainers": [
|
|
203
|
+
{
|
|
204
|
+
"name": "Hrdtr",
|
|
205
|
+
"github": "Hrdtr"
|
|
106
206
|
}
|
|
107
|
-
]
|
|
207
|
+
],
|
|
208
|
+
"compatibility": {
|
|
209
|
+
"nuxt": "^2.0.0",
|
|
210
|
+
"requires": {}
|
|
211
|
+
}
|
|
108
212
|
},
|
|
109
213
|
{
|
|
110
214
|
"name": "auth",
|
|
111
215
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
112
216
|
"repo": "nuxt-community/auth-module",
|
|
113
|
-
"npm": "
|
|
217
|
+
"npm": "",
|
|
114
218
|
"icon": "auth.png",
|
|
115
219
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
116
220
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -121,21 +225,23 @@
|
|
|
121
225
|
{
|
|
122
226
|
"name": "Pooya Parsa",
|
|
123
227
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
228
|
+
"twitter": "_pi0_"
|
|
126
229
|
},
|
|
127
230
|
{
|
|
128
231
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
232
|
+
"github": "JoaoPedroAS51"
|
|
131
233
|
}
|
|
132
|
-
]
|
|
234
|
+
],
|
|
235
|
+
"compatibility": {
|
|
236
|
+
"nuxt": "^2.0.0",
|
|
237
|
+
"requires": {}
|
|
238
|
+
}
|
|
133
239
|
},
|
|
134
240
|
{
|
|
135
241
|
"name": "axios",
|
|
136
242
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
137
243
|
"repo": "nuxt-community/axios-module",
|
|
138
|
-
"npm": "
|
|
244
|
+
"npm": "",
|
|
139
245
|
"icon": "axios.svg",
|
|
140
246
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
141
247
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -146,16 +252,19 @@
|
|
|
146
252
|
{
|
|
147
253
|
"name": "Pooya Parsa",
|
|
148
254
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
255
|
+
"twitter": "_pi0_"
|
|
151
256
|
}
|
|
152
|
-
]
|
|
257
|
+
],
|
|
258
|
+
"compatibility": {
|
|
259
|
+
"nuxt": "^2.0.0",
|
|
260
|
+
"requires": {}
|
|
261
|
+
}
|
|
153
262
|
},
|
|
154
263
|
{
|
|
155
264
|
"name": "basic-auth",
|
|
156
265
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
157
266
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
158
|
-
"npm": "
|
|
267
|
+
"npm": "",
|
|
159
268
|
"icon": "",
|
|
160
269
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
161
270
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -165,16 +274,19 @@
|
|
|
165
274
|
"maintainers": [
|
|
166
275
|
{
|
|
167
276
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
277
|
+
"github": "potato4d"
|
|
170
278
|
}
|
|
171
|
-
]
|
|
279
|
+
],
|
|
280
|
+
"compatibility": {
|
|
281
|
+
"nuxt": "^2.0.0",
|
|
282
|
+
"requires": {}
|
|
283
|
+
}
|
|
172
284
|
},
|
|
173
285
|
{
|
|
174
286
|
"name": "bootstrap",
|
|
175
287
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
176
288
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
177
|
-
"npm": "
|
|
289
|
+
"npm": "",
|
|
178
290
|
"icon": "bootstrap.png",
|
|
179
291
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
180
292
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -184,28 +296,29 @@
|
|
|
184
296
|
"maintainers": [
|
|
185
297
|
{
|
|
186
298
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
299
|
+
"github": "tmorehouse"
|
|
189
300
|
},
|
|
190
301
|
{
|
|
191
302
|
"name": "Pooya Parsa",
|
|
192
303
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
304
|
+
"twitter": "_pi0_"
|
|
195
305
|
},
|
|
196
306
|
{
|
|
197
307
|
"name": "Jacob Müller",
|
|
198
308
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
309
|
+
"twitter": "jackmu95"
|
|
201
310
|
}
|
|
202
|
-
]
|
|
311
|
+
],
|
|
312
|
+
"compatibility": {
|
|
313
|
+
"nuxt": "^2.0.0",
|
|
314
|
+
"requires": {}
|
|
315
|
+
}
|
|
203
316
|
},
|
|
204
317
|
{
|
|
205
318
|
"name": "browserconfig",
|
|
206
319
|
"description": "Adds XML browser configuration support",
|
|
207
320
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
208
|
-
"npm": "
|
|
321
|
+
"npm": "",
|
|
209
322
|
"icon": "",
|
|
210
323
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
324
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -216,16 +329,19 @@
|
|
|
216
329
|
{
|
|
217
330
|
"name": "Pooya Parsa",
|
|
218
331
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
332
|
+
"twitter": "_pi0_"
|
|
221
333
|
}
|
|
222
|
-
]
|
|
334
|
+
],
|
|
335
|
+
"compatibility": {
|
|
336
|
+
"nuxt": "^2.0.0",
|
|
337
|
+
"requires": {}
|
|
338
|
+
}
|
|
223
339
|
},
|
|
224
340
|
{
|
|
225
341
|
"name": "buefy",
|
|
226
342
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
227
343
|
"repo": "buefy/nuxt-buefy",
|
|
228
|
-
"npm": "
|
|
344
|
+
"npm": "",
|
|
229
345
|
"icon": "buefy.png",
|
|
230
346
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
231
347
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -235,16 +351,19 @@
|
|
|
235
351
|
"maintainers": [
|
|
236
352
|
{
|
|
237
353
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
354
|
+
"github": "jtommy"
|
|
240
355
|
}
|
|
241
|
-
]
|
|
356
|
+
],
|
|
357
|
+
"compatibility": {
|
|
358
|
+
"nuxt": "^2.0.0",
|
|
359
|
+
"requires": {}
|
|
360
|
+
}
|
|
242
361
|
},
|
|
243
362
|
{
|
|
244
363
|
"name": "bugsnag",
|
|
245
364
|
"description": "Bugsnag module for nuxt.js",
|
|
246
365
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
247
|
-
"npm": "
|
|
366
|
+
"npm": "",
|
|
248
367
|
"icon": "bugsnag.png",
|
|
249
368
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
250
369
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -254,16 +373,19 @@
|
|
|
254
373
|
"maintainers": [
|
|
255
374
|
{
|
|
256
375
|
"name": "JulianMar",
|
|
257
|
-
"github": "JulianMar"
|
|
258
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
376
|
+
"github": "JulianMar"
|
|
259
377
|
}
|
|
260
|
-
]
|
|
378
|
+
],
|
|
379
|
+
"compatibility": {
|
|
380
|
+
"nuxt": "^2.0.0",
|
|
381
|
+
"requires": {}
|
|
382
|
+
}
|
|
261
383
|
},
|
|
262
384
|
{
|
|
263
385
|
"name": "bulma-slim",
|
|
264
386
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
265
387
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
266
|
-
"npm": "
|
|
388
|
+
"npm": "",
|
|
267
389
|
"icon": "bulma.png",
|
|
268
390
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
269
391
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -273,16 +395,19 @@
|
|
|
273
395
|
"maintainers": [
|
|
274
396
|
{
|
|
275
397
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
398
|
+
"github": "mustardamus"
|
|
278
399
|
}
|
|
279
|
-
]
|
|
400
|
+
],
|
|
401
|
+
"compatibility": {
|
|
402
|
+
"nuxt": "^2.0.0",
|
|
403
|
+
"requires": {}
|
|
404
|
+
}
|
|
280
405
|
},
|
|
281
406
|
{
|
|
282
407
|
"name": "bundle-buddy",
|
|
283
408
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
284
409
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
285
|
-
"npm": "
|
|
410
|
+
"npm": "",
|
|
286
411
|
"icon": "",
|
|
287
412
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
288
413
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -292,16 +417,19 @@
|
|
|
292
417
|
"maintainers": [
|
|
293
418
|
{
|
|
294
419
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
420
|
+
"github": "Developmint"
|
|
297
421
|
}
|
|
298
|
-
]
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^2.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
299
427
|
},
|
|
300
428
|
{
|
|
301
429
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
430
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
303
431
|
"repo": "LuXDAmore/generative-art",
|
|
304
|
-
"npm": "
|
|
432
|
+
"npm": "",
|
|
305
433
|
"icon": "",
|
|
306
434
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
307
435
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -310,17 +438,65 @@
|
|
|
310
438
|
"type": "3rd-party",
|
|
311
439
|
"maintainers": [
|
|
312
440
|
{
|
|
313
|
-
"name": "
|
|
441
|
+
"name": "Luca Iaconelli",
|
|
314
442
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
443
|
+
"twitter": "luxdamore"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^2.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "chakra-ui",
|
|
453
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
454
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
455
|
+
"npm": "",
|
|
456
|
+
"icon": "chakra-ui.png",
|
|
457
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
458
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
459
|
+
"learn_more": "",
|
|
460
|
+
"category": "UI",
|
|
461
|
+
"type": "3rd-party",
|
|
462
|
+
"maintainers": [
|
|
463
|
+
{
|
|
464
|
+
"name": "Jonathan Bakebwa",
|
|
465
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^2.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "chiffre",
|
|
475
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
476
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
477
|
+
"npm": "",
|
|
478
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
479
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
480
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
481
|
+
"learn_more": "https://chiffre.io",
|
|
482
|
+
"category": "Analytics",
|
|
483
|
+
"type": "3rd-party",
|
|
484
|
+
"maintainers": [
|
|
485
|
+
{
|
|
486
|
+
"name": "Romain Clement",
|
|
487
|
+
"github": "rclement"
|
|
316
488
|
}
|
|
317
|
-
]
|
|
489
|
+
],
|
|
490
|
+
"compatibility": {
|
|
491
|
+
"nuxt": "^2.0.0",
|
|
492
|
+
"requires": {}
|
|
493
|
+
}
|
|
318
494
|
},
|
|
319
495
|
{
|
|
320
496
|
"name": "client-init",
|
|
321
497
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
322
498
|
"repo": "potato4d/nuxt-client-init-module",
|
|
323
|
-
"npm": "
|
|
499
|
+
"npm": "",
|
|
324
500
|
"icon": "",
|
|
325
501
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
502
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -330,16 +506,19 @@
|
|
|
330
506
|
"maintainers": [
|
|
331
507
|
{
|
|
332
508
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
509
|
+
"github": "potato4d"
|
|
335
510
|
}
|
|
336
|
-
]
|
|
511
|
+
],
|
|
512
|
+
"compatibility": {
|
|
513
|
+
"nuxt": "^2.0.0",
|
|
514
|
+
"requires": {}
|
|
515
|
+
}
|
|
337
516
|
},
|
|
338
517
|
{
|
|
339
518
|
"name": "cloudcms",
|
|
340
519
|
"description": "CloudCMS Nuxt.js Module",
|
|
341
520
|
"repo": "gitana/cloudcms-nuxt",
|
|
342
|
-
"npm": "
|
|
521
|
+
"npm": "",
|
|
343
522
|
"icon": "",
|
|
344
523
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
345
524
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -349,16 +528,19 @@
|
|
|
349
528
|
"maintainers": [
|
|
350
529
|
{
|
|
351
530
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
531
|
+
"github": "gitana"
|
|
354
532
|
}
|
|
355
|
-
]
|
|
533
|
+
],
|
|
534
|
+
"compatibility": {
|
|
535
|
+
"nuxt": "^2.0.0",
|
|
536
|
+
"requires": {}
|
|
537
|
+
}
|
|
356
538
|
},
|
|
357
539
|
{
|
|
358
540
|
"name": "cloudinary",
|
|
359
541
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
360
542
|
"repo": "nuxt-community/cloudinary-module",
|
|
361
|
-
"npm": "
|
|
543
|
+
"npm": "",
|
|
362
544
|
"icon": "cloudinary.png",
|
|
363
545
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
364
546
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -369,16 +551,19 @@
|
|
|
369
551
|
{
|
|
370
552
|
"name": "Maya Shavin",
|
|
371
553
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
554
|
+
"twitter": "MayaShavin"
|
|
374
555
|
}
|
|
375
|
-
]
|
|
556
|
+
],
|
|
557
|
+
"compatibility": {
|
|
558
|
+
"nuxt": "^2.0.0",
|
|
559
|
+
"requires": {}
|
|
560
|
+
}
|
|
376
561
|
},
|
|
377
562
|
{
|
|
378
563
|
"name": "color-mode",
|
|
379
564
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
380
565
|
"repo": "nuxt-community/color-mode-module",
|
|
381
|
-
"npm": "
|
|
566
|
+
"npm": "",
|
|
382
567
|
"icon": "color-mode.png",
|
|
383
568
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
384
569
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -389,19 +574,24 @@
|
|
|
389
574
|
{
|
|
390
575
|
"name": "Sébastien Chopin",
|
|
391
576
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
577
|
+
"twitter": "Atinux"
|
|
394
578
|
}
|
|
395
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"compatibility": {
|
|
581
|
+
"nuxt": "^2.0.0",
|
|
582
|
+
"requires": {
|
|
583
|
+
"bridge": "optional"
|
|
584
|
+
}
|
|
585
|
+
}
|
|
396
586
|
},
|
|
397
587
|
{
|
|
398
588
|
"name": "component-cache",
|
|
399
589
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
401
|
-
"npm": "
|
|
590
|
+
"repo": "nuxt-community/component-cache-module",
|
|
591
|
+
"npm": "",
|
|
402
592
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
593
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
594
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
595
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
596
|
"category": "Performance",
|
|
407
597
|
"type": "community",
|
|
@@ -409,41 +599,19 @@
|
|
|
409
599
|
{
|
|
410
600
|
"name": "Pooya Parsa",
|
|
411
601
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
602
|
+
"twitter": "_pi0_"
|
|
414
603
|
}
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
604
|
+
],
|
|
605
|
+
"compatibility": {
|
|
606
|
+
"nuxt": "^2.0.0",
|
|
607
|
+
"requires": {}
|
|
608
|
+
}
|
|
441
609
|
},
|
|
442
610
|
{
|
|
443
611
|
"name": "composition-api",
|
|
444
612
|
"description": "Composition API hooks for Nuxt",
|
|
445
613
|
"repo": "nuxt-community/composition-api#main",
|
|
446
|
-
"npm": "
|
|
614
|
+
"npm": "",
|
|
447
615
|
"icon": "composition-api.svg",
|
|
448
616
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
617
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -454,16 +622,19 @@
|
|
|
454
622
|
{
|
|
455
623
|
"name": "Daniel Roe",
|
|
456
624
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
625
|
+
"twitter": "danielcroe"
|
|
459
626
|
}
|
|
460
|
-
]
|
|
627
|
+
],
|
|
628
|
+
"compatibility": {
|
|
629
|
+
"nuxt": "^2.0.0",
|
|
630
|
+
"requires": {}
|
|
631
|
+
}
|
|
461
632
|
},
|
|
462
633
|
{
|
|
463
634
|
"name": "content",
|
|
464
635
|
"description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
|
|
465
636
|
"repo": "nuxt/content#master/packages/content",
|
|
466
|
-
"npm": "
|
|
637
|
+
"npm": "",
|
|
467
638
|
"icon": "content.png",
|
|
468
639
|
"github": "https://github.com/nuxt/content",
|
|
469
640
|
"website": "https://content.nuxtjs.org",
|
|
@@ -474,22 +645,24 @@
|
|
|
474
645
|
{
|
|
475
646
|
"name": "Benjamin Canac",
|
|
476
647
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
648
|
+
"twitter": "benjamincanac"
|
|
479
649
|
},
|
|
480
650
|
{
|
|
481
651
|
"name": "Sebastien Chopin",
|
|
482
652
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
653
|
+
"twitter": "Atinux"
|
|
485
654
|
}
|
|
486
|
-
]
|
|
655
|
+
],
|
|
656
|
+
"compatibility": {
|
|
657
|
+
"nuxt": "^2.0.0",
|
|
658
|
+
"requires": {}
|
|
659
|
+
}
|
|
487
660
|
},
|
|
488
661
|
{
|
|
489
662
|
"name": "contentful",
|
|
490
663
|
"description": "nuxt contentful module",
|
|
491
664
|
"repo": "scaccogatto/contentful-module",
|
|
492
|
-
"npm": "
|
|
665
|
+
"npm": "",
|
|
493
666
|
"icon": "contentful.png",
|
|
494
667
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
495
668
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -499,40 +672,45 @@
|
|
|
499
672
|
"maintainers": [
|
|
500
673
|
{
|
|
501
674
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
675
|
+
"github": "scaccogatto"
|
|
504
676
|
}
|
|
505
|
-
]
|
|
677
|
+
],
|
|
678
|
+
"compatibility": {
|
|
679
|
+
"nuxt": "^2.0.0",
|
|
680
|
+
"requires": {}
|
|
681
|
+
}
|
|
506
682
|
},
|
|
507
683
|
{
|
|
508
684
|
"name": "custom-elements",
|
|
509
685
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
686
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
|
-
"npm": "
|
|
512
|
-
"icon": "",
|
|
687
|
+
"npm": "",
|
|
688
|
+
"icon": "custom-elements.png",
|
|
513
689
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
690
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
691
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
692
|
"category": "Extensions",
|
|
517
693
|
"type": "3rd-party",
|
|
518
694
|
"maintainers": [
|
|
519
695
|
{
|
|
520
696
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
697
|
+
"github": "ThornWalli"
|
|
523
698
|
},
|
|
524
699
|
{
|
|
525
700
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
701
|
+
"github": "GrabarzUndPartner"
|
|
528
702
|
}
|
|
529
|
-
]
|
|
703
|
+
],
|
|
704
|
+
"compatibility": {
|
|
705
|
+
"nuxt": "^2.0.0",
|
|
706
|
+
"requires": {}
|
|
707
|
+
}
|
|
530
708
|
},
|
|
531
709
|
{
|
|
532
710
|
"name": "darkmode.js",
|
|
533
711
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
534
712
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
535
|
-
"npm": "
|
|
713
|
+
"npm": "",
|
|
536
714
|
"icon": "darkmode.png",
|
|
537
715
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
538
716
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -542,16 +720,19 @@
|
|
|
542
720
|
"maintainers": [
|
|
543
721
|
{
|
|
544
722
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
723
|
+
"github": "sandoche"
|
|
547
724
|
}
|
|
548
|
-
]
|
|
725
|
+
],
|
|
726
|
+
"compatibility": {
|
|
727
|
+
"nuxt": "^2.0.0",
|
|
728
|
+
"requires": {}
|
|
729
|
+
}
|
|
549
730
|
},
|
|
550
731
|
{
|
|
551
732
|
"name": "date-fns",
|
|
552
733
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
553
734
|
"repo": "nuxt-community/date-fns-module",
|
|
554
|
-
"npm": "
|
|
735
|
+
"npm": "",
|
|
555
736
|
"icon": "date-fns.png",
|
|
556
737
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
557
738
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -561,16 +742,41 @@
|
|
|
561
742
|
"maintainers": [
|
|
562
743
|
{
|
|
563
744
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
745
|
+
"github": "ricardogobbosouza"
|
|
746
|
+
}
|
|
747
|
+
],
|
|
748
|
+
"compatibility": {
|
|
749
|
+
"nuxt": "^2.0.0",
|
|
750
|
+
"requires": {}
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "datocms",
|
|
755
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
756
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
757
|
+
"npm": "",
|
|
758
|
+
"icon": "datocms.png",
|
|
759
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
760
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
761
|
+
"learn_more": "https://www.datocms.com/",
|
|
762
|
+
"category": "CMS",
|
|
763
|
+
"type": "3rd-party",
|
|
764
|
+
"maintainers": [
|
|
765
|
+
{
|
|
766
|
+
"name": "Frankwarnaar",
|
|
767
|
+
"github": "Frankwarnaar"
|
|
566
768
|
}
|
|
567
|
-
]
|
|
769
|
+
],
|
|
770
|
+
"compatibility": {
|
|
771
|
+
"nuxt": "^2.0.0",
|
|
772
|
+
"requires": {}
|
|
773
|
+
}
|
|
568
774
|
},
|
|
569
775
|
{
|
|
570
776
|
"name": "dayjs",
|
|
571
777
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
572
778
|
"repo": "nuxt-community/dayjs-module",
|
|
573
|
-
"npm": "
|
|
779
|
+
"npm": "",
|
|
574
780
|
"icon": "day-js.png",
|
|
575
781
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
576
782
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -581,16 +787,19 @@
|
|
|
581
787
|
{
|
|
582
788
|
"name": "Takuma HANATANI",
|
|
583
789
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
790
|
+
"twitter": "potato4d"
|
|
586
791
|
}
|
|
587
|
-
]
|
|
792
|
+
],
|
|
793
|
+
"compatibility": {
|
|
794
|
+
"nuxt": "^2.0.0",
|
|
795
|
+
"requires": {}
|
|
796
|
+
}
|
|
588
797
|
},
|
|
589
798
|
{
|
|
590
799
|
"name": "device",
|
|
591
800
|
"description": "Device detection module for Nuxt.js",
|
|
592
801
|
"repo": "nuxt-community/device-module",
|
|
593
|
-
"npm": "
|
|
802
|
+
"npm": "",
|
|
594
803
|
"icon": "",
|
|
595
804
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
805
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -600,16 +809,19 @@
|
|
|
600
809
|
"maintainers": [
|
|
601
810
|
{
|
|
602
811
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
812
|
+
"github": "dotneet"
|
|
605
813
|
}
|
|
606
|
-
]
|
|
814
|
+
],
|
|
815
|
+
"compatibility": {
|
|
816
|
+
"nuxt": "^2.0.0",
|
|
817
|
+
"requires": {}
|
|
818
|
+
}
|
|
607
819
|
},
|
|
608
820
|
{
|
|
609
821
|
"name": "dotenv",
|
|
610
822
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
611
823
|
"repo": "nuxt-community/dotenv-module",
|
|
612
|
-
"npm": "
|
|
824
|
+
"npm": "",
|
|
613
825
|
"icon": "dotenv.png",
|
|
614
826
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
827
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -619,16 +831,74 @@
|
|
|
619
831
|
"maintainers": [
|
|
620
832
|
{
|
|
621
833
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
834
|
+
"github": "JulienTant"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"compatibility": {
|
|
838
|
+
"nuxt": "^2.0.0",
|
|
839
|
+
"requires": {}
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "drupal-ce",
|
|
844
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
845
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
846
|
+
"npm": "",
|
|
847
|
+
"icon": "drupal-ce.png",
|
|
848
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
849
|
+
"website": "https://stack.lupus.digital",
|
|
850
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
851
|
+
"category": "CMS",
|
|
852
|
+
"type": "3rd-party",
|
|
853
|
+
"maintainers": [
|
|
854
|
+
{
|
|
855
|
+
"name": "Wolfgang Ziegler // fago",
|
|
856
|
+
"github": "fago",
|
|
857
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "Maximilian Götz-Mikus",
|
|
861
|
+
"github": "maximilianmikus",
|
|
862
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "David Licen",
|
|
866
|
+
"github": "davision",
|
|
867
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"compatibility": {
|
|
871
|
+
"nuxt": "^2.0.0",
|
|
872
|
+
"requires": {}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "druxt",
|
|
877
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
878
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
879
|
+
"npm": "",
|
|
880
|
+
"icon": "druxt.svg",
|
|
881
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
882
|
+
"website": "https://druxtjs.org",
|
|
883
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
884
|
+
"category": "CMS",
|
|
885
|
+
"type": "3rd-party",
|
|
886
|
+
"maintainers": [
|
|
887
|
+
{
|
|
888
|
+
"name": "Decipher",
|
|
889
|
+
"github": "decipher"
|
|
624
890
|
}
|
|
625
|
-
]
|
|
891
|
+
],
|
|
892
|
+
"compatibility": {
|
|
893
|
+
"nuxt": "^2.0.0",
|
|
894
|
+
"requires": {}
|
|
895
|
+
}
|
|
626
896
|
},
|
|
627
897
|
{
|
|
628
898
|
"name": "emotion",
|
|
629
899
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
630
900
|
"repo": "nuxt-community/emotion-module",
|
|
631
|
-
"npm": "
|
|
901
|
+
"npm": "",
|
|
632
902
|
"icon": "emotion.png",
|
|
633
903
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
904
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -639,16 +909,19 @@
|
|
|
639
909
|
{
|
|
640
910
|
"name": "Pooya Parsa",
|
|
641
911
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
912
|
+
"twitter": "_pi0_"
|
|
644
913
|
}
|
|
645
|
-
]
|
|
914
|
+
],
|
|
915
|
+
"compatibility": {
|
|
916
|
+
"nuxt": "^2.0.0",
|
|
917
|
+
"requires": {}
|
|
918
|
+
}
|
|
646
919
|
},
|
|
647
920
|
{
|
|
648
921
|
"name": "eslint",
|
|
649
922
|
"description": "ESLint module for Nuxt.js",
|
|
650
923
|
"repo": "nuxt-community/eslint-module",
|
|
651
|
-
"npm": "
|
|
924
|
+
"npm": "",
|
|
652
925
|
"icon": "eslint.png",
|
|
653
926
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
654
927
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -658,16 +931,19 @@
|
|
|
658
931
|
"maintainers": [
|
|
659
932
|
{
|
|
660
933
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
934
|
+
"github": "ricardogobbosouza"
|
|
663
935
|
}
|
|
664
|
-
]
|
|
936
|
+
],
|
|
937
|
+
"compatibility": {
|
|
938
|
+
"nuxt": "^2.0.0",
|
|
939
|
+
"requires": {}
|
|
940
|
+
}
|
|
665
941
|
},
|
|
666
942
|
{
|
|
667
943
|
"name": "event-trace",
|
|
668
944
|
"description": "Module for event trace in Nuxt.js",
|
|
669
945
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
670
|
-
"npm": "
|
|
946
|
+
"npm": "",
|
|
671
947
|
"icon": "",
|
|
672
948
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
673
949
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -677,16 +953,41 @@
|
|
|
677
953
|
"maintainers": [
|
|
678
954
|
{
|
|
679
955
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
956
|
+
"github": "clarkdo"
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"compatibility": {
|
|
960
|
+
"nuxt": "^2.0.0",
|
|
961
|
+
"requires": {}
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "fathom",
|
|
966
|
+
"description": "Fathom analytics for Nuxt",
|
|
967
|
+
"repo": "yabhq/nuxt-fathom",
|
|
968
|
+
"npm": "",
|
|
969
|
+
"icon": "fathom.png",
|
|
970
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
971
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
972
|
+
"learn_more": "https://usefathom.com/",
|
|
973
|
+
"category": "Analytics",
|
|
974
|
+
"type": "3rd-party",
|
|
975
|
+
"maintainers": [
|
|
976
|
+
{
|
|
977
|
+
"name": "yabhq",
|
|
978
|
+
"github": "yabhq"
|
|
682
979
|
}
|
|
683
|
-
]
|
|
980
|
+
],
|
|
981
|
+
"compatibility": {
|
|
982
|
+
"nuxt": "^2.0.0",
|
|
983
|
+
"requires": {}
|
|
984
|
+
}
|
|
684
985
|
},
|
|
685
986
|
{
|
|
686
987
|
"name": "feature-toggle",
|
|
687
988
|
"description": "Feature toggle module for Nuxt.js",
|
|
688
989
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
689
|
-
"npm": "
|
|
990
|
+
"npm": "",
|
|
690
991
|
"icon": "",
|
|
691
992
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
993
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -696,16 +997,19 @@
|
|
|
696
997
|
"maintainers": [
|
|
697
998
|
{
|
|
698
999
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1000
|
+
"github": "stephenkr"
|
|
701
1001
|
}
|
|
702
|
-
]
|
|
1002
|
+
],
|
|
1003
|
+
"compatibility": {
|
|
1004
|
+
"nuxt": "^2.0.0",
|
|
1005
|
+
"requires": {}
|
|
1006
|
+
}
|
|
703
1007
|
},
|
|
704
1008
|
{
|
|
705
1009
|
"name": "feed",
|
|
706
1010
|
"description": "Feed module enables everyone to have RSS, Atom and Json.",
|
|
707
1011
|
"repo": "nuxt-community/feed-module",
|
|
708
|
-
"npm": "
|
|
1012
|
+
"npm": "",
|
|
709
1013
|
"icon": "",
|
|
710
1014
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
711
1015
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -716,16 +1020,19 @@
|
|
|
716
1020
|
{
|
|
717
1021
|
"name": "Alexander Lichter",
|
|
718
1022
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1023
|
+
"twitter": "TheAlexLichter"
|
|
721
1024
|
}
|
|
722
|
-
]
|
|
1025
|
+
],
|
|
1026
|
+
"compatibility": {
|
|
1027
|
+
"nuxt": "^2.0.0",
|
|
1028
|
+
"requires": {}
|
|
1029
|
+
}
|
|
723
1030
|
},
|
|
724
1031
|
{
|
|
725
1032
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
1033
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
727
1034
|
"repo": "nuxt-community/firebase-module",
|
|
728
|
-
"npm": "
|
|
1035
|
+
"npm": "",
|
|
729
1036
|
"icon": "firebase.png",
|
|
730
1037
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
731
1038
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -735,16 +1042,19 @@
|
|
|
735
1042
|
"maintainers": [
|
|
736
1043
|
{
|
|
737
1044
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1045
|
+
"github": "lupas"
|
|
740
1046
|
}
|
|
741
|
-
]
|
|
1047
|
+
],
|
|
1048
|
+
"compatibility": {
|
|
1049
|
+
"nuxt": "^2.0.0",
|
|
1050
|
+
"requires": {}
|
|
1051
|
+
}
|
|
742
1052
|
},
|
|
743
1053
|
{
|
|
744
1054
|
"name": "floating-prompt-module",
|
|
745
1055
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
746
1056
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
747
|
-
"npm": "
|
|
1057
|
+
"npm": "",
|
|
748
1058
|
"icon": "",
|
|
749
1059
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
750
1060
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -754,16 +1064,19 @@
|
|
|
754
1064
|
"maintainers": [
|
|
755
1065
|
{
|
|
756
1066
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1067
|
+
"github": "sandoche"
|
|
759
1068
|
}
|
|
760
|
-
]
|
|
1069
|
+
],
|
|
1070
|
+
"compatibility": {
|
|
1071
|
+
"nuxt": "^2.0.0",
|
|
1072
|
+
"requires": {}
|
|
1073
|
+
}
|
|
761
1074
|
},
|
|
762
1075
|
{
|
|
763
1076
|
"name": "font-loader-strategy",
|
|
764
1077
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
765
1078
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
766
|
-
"npm": "
|
|
1079
|
+
"npm": "",
|
|
767
1080
|
"icon": "",
|
|
768
1081
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
769
1082
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -773,16 +1086,41 @@
|
|
|
773
1086
|
"maintainers": [
|
|
774
1087
|
{
|
|
775
1088
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
1089
|
+
"github": "GrabarzUndPartner"
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"compatibility": {
|
|
1093
|
+
"nuxt": "^2.0.0",
|
|
1094
|
+
"requires": {}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "fontagon",
|
|
1099
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1100
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1101
|
+
"npm": "",
|
|
1102
|
+
"icon": "fontagon.png",
|
|
1103
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1104
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1105
|
+
"learn_more": "",
|
|
1106
|
+
"category": "Libraries",
|
|
1107
|
+
"type": "3rd-party",
|
|
1108
|
+
"maintainers": [
|
|
1109
|
+
{
|
|
1110
|
+
"name": "kdydesign",
|
|
1111
|
+
"github": "kdydesign"
|
|
778
1112
|
}
|
|
779
|
-
]
|
|
1113
|
+
],
|
|
1114
|
+
"compatibility": {
|
|
1115
|
+
"nuxt": "^2.0.0",
|
|
1116
|
+
"requires": {}
|
|
1117
|
+
}
|
|
780
1118
|
},
|
|
781
1119
|
{
|
|
782
1120
|
"name": "fontawesome",
|
|
783
1121
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
784
1122
|
"repo": "nuxt-community/fontawesome-module",
|
|
785
|
-
"npm": "
|
|
1123
|
+
"npm": "",
|
|
786
1124
|
"icon": "font-awesome.png",
|
|
787
1125
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
788
1126
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -792,16 +1130,19 @@
|
|
|
792
1130
|
"maintainers": [
|
|
793
1131
|
{
|
|
794
1132
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1133
|
+
"github": "pimlie"
|
|
797
1134
|
}
|
|
798
|
-
]
|
|
1135
|
+
],
|
|
1136
|
+
"compatibility": {
|
|
1137
|
+
"nuxt": "^2.0.0",
|
|
1138
|
+
"requires": {}
|
|
1139
|
+
}
|
|
799
1140
|
},
|
|
800
1141
|
{
|
|
801
1142
|
"name": "fullpage",
|
|
802
1143
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
803
1144
|
"repo": "vaso2/fullpage-nuxt",
|
|
804
|
-
"npm": "
|
|
1145
|
+
"npm": "",
|
|
805
1146
|
"icon": "",
|
|
806
1147
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
807
1148
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -811,16 +1152,19 @@
|
|
|
811
1152
|
"maintainers": [
|
|
812
1153
|
{
|
|
813
1154
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1155
|
+
"github": "vaso2"
|
|
816
1156
|
}
|
|
817
|
-
]
|
|
1157
|
+
],
|
|
1158
|
+
"compatibility": {
|
|
1159
|
+
"nuxt": "^2.0.0",
|
|
1160
|
+
"requires": {}
|
|
1161
|
+
}
|
|
818
1162
|
},
|
|
819
1163
|
{
|
|
820
1164
|
"name": "github-api",
|
|
821
1165
|
"description": "Nuxt module for GitHub v4 API",
|
|
822
1166
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
823
|
-
"npm": "
|
|
1167
|
+
"npm": "",
|
|
824
1168
|
"icon": "github.svg",
|
|
825
1169
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
826
1170
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -830,16 +1174,19 @@
|
|
|
830
1174
|
"maintainers": [
|
|
831
1175
|
{
|
|
832
1176
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1177
|
+
"github": "lindsaykwardell"
|
|
835
1178
|
}
|
|
836
|
-
]
|
|
1179
|
+
],
|
|
1180
|
+
"compatibility": {
|
|
1181
|
+
"nuxt": "^2.0.0",
|
|
1182
|
+
"requires": {}
|
|
1183
|
+
}
|
|
837
1184
|
},
|
|
838
1185
|
{
|
|
839
1186
|
"name": "google-adsense",
|
|
840
1187
|
"description": "Google Adsense Module for Nuxt.js",
|
|
841
1188
|
"repo": "nuxt-community/google-adsense-module",
|
|
842
|
-
"npm": "
|
|
1189
|
+
"npm": "",
|
|
843
1190
|
"icon": "google-adsense.png",
|
|
844
1191
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
845
1192
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -849,16 +1196,19 @@
|
|
|
849
1196
|
"maintainers": [
|
|
850
1197
|
{
|
|
851
1198
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1199
|
+
"github": "tmorehouse"
|
|
854
1200
|
}
|
|
855
|
-
]
|
|
1201
|
+
],
|
|
1202
|
+
"compatibility": {
|
|
1203
|
+
"nuxt": "^2.0.0",
|
|
1204
|
+
"requires": {}
|
|
1205
|
+
}
|
|
856
1206
|
},
|
|
857
1207
|
{
|
|
858
1208
|
"name": "google-analytics",
|
|
859
1209
|
"description": "Google analytics Module for Nuxt.js",
|
|
860
1210
|
"repo": "nuxt-community/analytics-module",
|
|
861
|
-
"npm": "
|
|
1211
|
+
"npm": "",
|
|
862
1212
|
"icon": "google-analytics.png",
|
|
863
1213
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
864
1214
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -869,27 +1219,28 @@
|
|
|
869
1219
|
{
|
|
870
1220
|
"name": "Pooya Parsa",
|
|
871
1221
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1222
|
+
"twitter": "_pi0_"
|
|
874
1223
|
},
|
|
875
1224
|
{
|
|
876
1225
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1226
|
+
"github": "ricardogobbosouza"
|
|
879
1227
|
},
|
|
880
1228
|
{
|
|
881
1229
|
"name": "Matteo Gabriele",
|
|
882
1230
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1231
|
+
"twitter": "matteo_gabriele"
|
|
885
1232
|
}
|
|
886
|
-
]
|
|
1233
|
+
],
|
|
1234
|
+
"compatibility": {
|
|
1235
|
+
"nuxt": "^2.0.0",
|
|
1236
|
+
"requires": {}
|
|
1237
|
+
}
|
|
887
1238
|
},
|
|
888
1239
|
{
|
|
889
1240
|
"name": "google-fonts",
|
|
890
1241
|
"description": "Google Fonts module for NuxtJS",
|
|
891
1242
|
"repo": "nuxt-community/google-fonts-module",
|
|
892
|
-
"npm": "
|
|
1243
|
+
"npm": "",
|
|
893
1244
|
"icon": "google-fonts.png",
|
|
894
1245
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
895
1246
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -899,16 +1250,19 @@
|
|
|
899
1250
|
"maintainers": [
|
|
900
1251
|
{
|
|
901
1252
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1253
|
+
"github": "ricardogobbosouza"
|
|
904
1254
|
}
|
|
905
|
-
]
|
|
1255
|
+
],
|
|
1256
|
+
"compatibility": {
|
|
1257
|
+
"nuxt": "^2.0.0",
|
|
1258
|
+
"requires": {}
|
|
1259
|
+
}
|
|
906
1260
|
},
|
|
907
1261
|
{
|
|
908
1262
|
"name": "google-gtag",
|
|
909
1263
|
"description": "Google GTag for Nuxt.js",
|
|
910
1264
|
"repo": "nuxt-community/google-gtag",
|
|
911
|
-
"npm": "
|
|
1265
|
+
"npm": "",
|
|
912
1266
|
"icon": "gtm.png",
|
|
913
1267
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
914
1268
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -918,21 +1272,23 @@
|
|
|
918
1272
|
"maintainers": [
|
|
919
1273
|
{
|
|
920
1274
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1275
|
+
"github": "dohomi"
|
|
923
1276
|
},
|
|
924
1277
|
{
|
|
925
1278
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1279
|
+
"github": "ricardogobbosouza"
|
|
928
1280
|
}
|
|
929
|
-
]
|
|
1281
|
+
],
|
|
1282
|
+
"compatibility": {
|
|
1283
|
+
"nuxt": "^2.0.0",
|
|
1284
|
+
"requires": {}
|
|
1285
|
+
}
|
|
930
1286
|
},
|
|
931
1287
|
{
|
|
932
1288
|
"name": "google-optimize",
|
|
933
1289
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
934
1290
|
"repo": "nuxt-community/google-optimize-module",
|
|
935
|
-
"npm": "
|
|
1291
|
+
"npm": "",
|
|
936
1292
|
"icon": "google-optimize.png",
|
|
937
1293
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
938
1294
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -943,28 +1299,29 @@
|
|
|
943
1299
|
{
|
|
944
1300
|
"name": "Pooya Parsa",
|
|
945
1301
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1302
|
+
"twitter": "_pi0_"
|
|
948
1303
|
},
|
|
949
1304
|
{
|
|
950
1305
|
"name": "Farzad Soltani",
|
|
951
1306
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1307
|
+
"twitter": "farzadso"
|
|
954
1308
|
},
|
|
955
1309
|
{
|
|
956
1310
|
"name": "Josh Deltener",
|
|
957
1311
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1312
|
+
"twitter": "JoshDeltener"
|
|
960
1313
|
}
|
|
961
|
-
]
|
|
1314
|
+
],
|
|
1315
|
+
"compatibility": {
|
|
1316
|
+
"nuxt": "^2.0.0",
|
|
1317
|
+
"requires": {}
|
|
1318
|
+
}
|
|
962
1319
|
},
|
|
963
1320
|
{
|
|
964
1321
|
"name": "graphql-request",
|
|
965
1322
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
966
1323
|
"repo": "gomah/nuxt-graphql-request",
|
|
967
|
-
"npm": "
|
|
1324
|
+
"npm": "",
|
|
968
1325
|
"icon": "graphql-request.png",
|
|
969
1326
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
970
1327
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -974,16 +1331,19 @@
|
|
|
974
1331
|
"maintainers": [
|
|
975
1332
|
{
|
|
976
1333
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1334
|
+
"github": "gomah"
|
|
979
1335
|
}
|
|
980
|
-
]
|
|
1336
|
+
],
|
|
1337
|
+
"compatibility": {
|
|
1338
|
+
"nuxt": "^2.0.0",
|
|
1339
|
+
"requires": {}
|
|
1340
|
+
}
|
|
981
1341
|
},
|
|
982
1342
|
{
|
|
983
1343
|
"name": "gtm",
|
|
984
1344
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
985
1345
|
"repo": "nuxt-community/gtm-module",
|
|
986
|
-
"npm": "
|
|
1346
|
+
"npm": "",
|
|
987
1347
|
"icon": "gtm.png",
|
|
988
1348
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
989
1349
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -994,16 +1354,19 @@
|
|
|
994
1354
|
{
|
|
995
1355
|
"name": "Pooya Parsa",
|
|
996
1356
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1357
|
+
"twitter": "_pi0_"
|
|
999
1358
|
}
|
|
1000
|
-
]
|
|
1359
|
+
],
|
|
1360
|
+
"compatibility": {
|
|
1361
|
+
"nuxt": "^2.0.0",
|
|
1362
|
+
"requires": {}
|
|
1363
|
+
}
|
|
1001
1364
|
},
|
|
1002
1365
|
{
|
|
1003
1366
|
"name": "guess",
|
|
1004
1367
|
"description": "Guess.js module for Nuxt.js",
|
|
1005
1368
|
"repo": "nuxt-community/guess-module",
|
|
1006
|
-
"npm": "
|
|
1369
|
+
"npm": "",
|
|
1007
1370
|
"icon": "guessjs.png",
|
|
1008
1371
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1009
1372
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1013,16 +1376,42 @@
|
|
|
1013
1376
|
"maintainers": [
|
|
1014
1377
|
{
|
|
1015
1378
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1379
|
+
"github": "clarkdo"
|
|
1380
|
+
}
|
|
1381
|
+
],
|
|
1382
|
+
"compatibility": {
|
|
1383
|
+
"nuxt": "^2.0.0",
|
|
1384
|
+
"requires": {}
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "headway",
|
|
1389
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1390
|
+
"repo": "l-portet/nuxt-headway",
|
|
1391
|
+
"npm": "",
|
|
1392
|
+
"icon": "headway.png",
|
|
1393
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1394
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1395
|
+
"learn_more": "https://headwayapp.co/",
|
|
1396
|
+
"category": "UI",
|
|
1397
|
+
"type": "3rd-party",
|
|
1398
|
+
"maintainers": [
|
|
1399
|
+
{
|
|
1400
|
+
"name": "l-portet",
|
|
1401
|
+
"github": "l-portet",
|
|
1402
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1018
1403
|
}
|
|
1019
|
-
]
|
|
1404
|
+
],
|
|
1405
|
+
"compatibility": {
|
|
1406
|
+
"nuxt": "^2.0.0",
|
|
1407
|
+
"requires": {}
|
|
1408
|
+
}
|
|
1020
1409
|
},
|
|
1021
1410
|
{
|
|
1022
1411
|
"name": "helmet",
|
|
1023
1412
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1024
1413
|
"repo": "victor-perez/nuxt-helmet",
|
|
1025
|
-
"npm": "
|
|
1414
|
+
"npm": "",
|
|
1026
1415
|
"icon": "",
|
|
1027
1416
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1028
1417
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1032,16 +1421,19 @@
|
|
|
1032
1421
|
"maintainers": [
|
|
1033
1422
|
{
|
|
1034
1423
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1424
|
+
"github": "victor-perez"
|
|
1037
1425
|
}
|
|
1038
|
-
]
|
|
1426
|
+
],
|
|
1427
|
+
"compatibility": {
|
|
1428
|
+
"nuxt": "^2.0.0",
|
|
1429
|
+
"requires": {}
|
|
1430
|
+
}
|
|
1039
1431
|
},
|
|
1040
1432
|
{
|
|
1041
1433
|
"name": "highcharts",
|
|
1042
1434
|
"description": "Highcharts for Nuxt",
|
|
1043
1435
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1044
|
-
"npm": "
|
|
1436
|
+
"npm": "",
|
|
1045
1437
|
"icon": "",
|
|
1046
1438
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1047
1439
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1051,16 +1443,19 @@
|
|
|
1051
1443
|
"maintainers": [
|
|
1052
1444
|
{
|
|
1053
1445
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1446
|
+
"github": "richardeschloss"
|
|
1056
1447
|
}
|
|
1057
|
-
]
|
|
1448
|
+
],
|
|
1449
|
+
"compatibility": {
|
|
1450
|
+
"nuxt": "^2.0.0",
|
|
1451
|
+
"requires": {}
|
|
1452
|
+
}
|
|
1058
1453
|
},
|
|
1059
1454
|
{
|
|
1060
1455
|
"name": "history-state",
|
|
1061
1456
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1062
1457
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1063
|
-
"npm": "
|
|
1458
|
+
"npm": "",
|
|
1064
1459
|
"icon": "",
|
|
1065
1460
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1461
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1070,16 +1465,19 @@
|
|
|
1070
1465
|
"maintainers": [
|
|
1071
1466
|
{
|
|
1072
1467
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1468
|
+
"github": "hidekatsu-izuno"
|
|
1075
1469
|
}
|
|
1076
|
-
]
|
|
1470
|
+
],
|
|
1471
|
+
"compatibility": {
|
|
1472
|
+
"nuxt": "^2.0.0",
|
|
1473
|
+
"requires": {}
|
|
1474
|
+
}
|
|
1077
1475
|
},
|
|
1078
1476
|
{
|
|
1079
1477
|
"name": "html-minifier",
|
|
1080
1478
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1081
1479
|
"repo": "nuxt-community/html-minifier-module",
|
|
1082
|
-
"npm": "
|
|
1480
|
+
"npm": "",
|
|
1083
1481
|
"icon": "",
|
|
1084
1482
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1085
1483
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1089,16 +1487,19 @@
|
|
|
1089
1487
|
"maintainers": [
|
|
1090
1488
|
{
|
|
1091
1489
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1490
|
+
"github": "clarkdo"
|
|
1094
1491
|
}
|
|
1095
|
-
]
|
|
1492
|
+
],
|
|
1493
|
+
"compatibility": {
|
|
1494
|
+
"nuxt": "^2.0.0",
|
|
1495
|
+
"requires": {}
|
|
1496
|
+
}
|
|
1096
1497
|
},
|
|
1097
1498
|
{
|
|
1098
1499
|
"name": "html-validator",
|
|
1099
1500
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1100
1501
|
"repo": "nuxt-community/html-validator-module",
|
|
1101
|
-
"npm": "
|
|
1502
|
+
"npm": "",
|
|
1102
1503
|
"icon": "html-validator.png",
|
|
1103
1504
|
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1104
1505
|
"website": "https://html-validator.nuxtjs.org",
|
|
@@ -1109,16 +1510,19 @@
|
|
|
1109
1510
|
{
|
|
1110
1511
|
"name": "Daniel Roe",
|
|
1111
1512
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1513
|
+
"twitter": "danielcroe"
|
|
1114
1514
|
}
|
|
1115
|
-
]
|
|
1515
|
+
],
|
|
1516
|
+
"compatibility": {
|
|
1517
|
+
"nuxt": "^2.0.0",
|
|
1518
|
+
"requires": {}
|
|
1519
|
+
}
|
|
1116
1520
|
},
|
|
1117
1521
|
{
|
|
1118
1522
|
"name": "http",
|
|
1119
1523
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1120
1524
|
"repo": "nuxt/http",
|
|
1121
|
-
"npm": "
|
|
1525
|
+
"npm": "",
|
|
1122
1526
|
"icon": "http.png",
|
|
1123
1527
|
"github": "https://github.com/nuxt/http",
|
|
1124
1528
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1129,22 +1533,47 @@
|
|
|
1129
1533
|
{
|
|
1130
1534
|
"name": "Pooya Parsa",
|
|
1131
1535
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1536
|
+
"twitter": "_pi0_"
|
|
1134
1537
|
},
|
|
1135
1538
|
{
|
|
1136
1539
|
"name": "Sébastien Chopin",
|
|
1137
1540
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1541
|
+
"twitter": "Atinux"
|
|
1140
1542
|
}
|
|
1141
|
-
]
|
|
1543
|
+
],
|
|
1544
|
+
"compatibility": {
|
|
1545
|
+
"nuxt": "^2.0.0",
|
|
1546
|
+
"requires": {}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "humans-txt",
|
|
1551
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1552
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1553
|
+
"npm": "",
|
|
1554
|
+
"icon": "",
|
|
1555
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1556
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1557
|
+
"learn_more": "https://humanstxt.org/",
|
|
1558
|
+
"category": "SEO",
|
|
1559
|
+
"type": "3rd-party",
|
|
1560
|
+
"maintainers": [
|
|
1561
|
+
{
|
|
1562
|
+
"name": "Luca Iaconelli",
|
|
1563
|
+
"github": "LuXDAmore",
|
|
1564
|
+
"twitter": "luxdamore"
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"compatibility": {
|
|
1568
|
+
"nuxt": "^2.0.0",
|
|
1569
|
+
"requires": {}
|
|
1570
|
+
}
|
|
1142
1571
|
},
|
|
1143
1572
|
{
|
|
1144
1573
|
"name": "i18n",
|
|
1145
1574
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1146
1575
|
"repo": "nuxt-community/i18n-module",
|
|
1147
|
-
"npm": "
|
|
1576
|
+
"npm": "",
|
|
1148
1577
|
"icon": "i18n.png",
|
|
1149
1578
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1579
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1154,21 +1583,23 @@
|
|
|
1154
1583
|
"maintainers": [
|
|
1155
1584
|
{
|
|
1156
1585
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1586
|
+
"github": "rchl"
|
|
1159
1587
|
},
|
|
1160
1588
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1589
|
+
"name": "Kazuya Kawaguchi",
|
|
1590
|
+
"github": "kazupon"
|
|
1164
1591
|
}
|
|
1165
|
-
]
|
|
1592
|
+
],
|
|
1593
|
+
"compatibility": {
|
|
1594
|
+
"nuxt": "^2.0.0",
|
|
1595
|
+
"requires": {}
|
|
1596
|
+
}
|
|
1166
1597
|
},
|
|
1167
1598
|
{
|
|
1168
1599
|
"name": "image-loader",
|
|
1169
1600
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1170
1601
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1171
|
-
"npm": "
|
|
1602
|
+
"npm": "",
|
|
1172
1603
|
"icon": "",
|
|
1173
1604
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1174
1605
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1178,16 +1609,19 @@
|
|
|
1178
1609
|
"maintainers": [
|
|
1179
1610
|
{
|
|
1180
1611
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1612
|
+
"github": "Barry-Fisher"
|
|
1183
1613
|
}
|
|
1184
|
-
]
|
|
1614
|
+
],
|
|
1615
|
+
"compatibility": {
|
|
1616
|
+
"nuxt": "^2.0.0",
|
|
1617
|
+
"requires": {}
|
|
1618
|
+
}
|
|
1185
1619
|
},
|
|
1186
1620
|
{
|
|
1187
1621
|
"name": "image",
|
|
1188
1622
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1189
1623
|
"repo": "nuxt/image",
|
|
1190
|
-
"npm": "
|
|
1624
|
+
"npm": "",
|
|
1191
1625
|
"icon": "image.png",
|
|
1192
1626
|
"github": "https://github.com/nuxt/image",
|
|
1193
1627
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1198,28 +1632,31 @@
|
|
|
1198
1632
|
{
|
|
1199
1633
|
"name": "Ahad Birang",
|
|
1200
1634
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1635
|
+
"twitter": "a_birang"
|
|
1203
1636
|
},
|
|
1204
1637
|
{
|
|
1205
1638
|
"name": "Pooya Parsa",
|
|
1206
1639
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1640
|
+
"twitter": "_pi0_"
|
|
1209
1641
|
},
|
|
1210
1642
|
{
|
|
1211
1643
|
"name": "Sebastien Chopin",
|
|
1212
1644
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
|
|
1645
|
+
"twitter": "Atinux"
|
|
1646
|
+
}
|
|
1647
|
+
],
|
|
1648
|
+
"compatibility": {
|
|
1649
|
+
"nuxt": "^2.0.0",
|
|
1650
|
+
"requires": {
|
|
1651
|
+
"bridge": "optional"
|
|
1215
1652
|
}
|
|
1216
|
-
|
|
1653
|
+
}
|
|
1217
1654
|
},
|
|
1218
1655
|
{
|
|
1219
1656
|
"name": "imagemin",
|
|
1220
1657
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1221
1658
|
"repo": "nuxt-community/imagemin-module",
|
|
1222
|
-
"npm": "
|
|
1659
|
+
"npm": "",
|
|
1223
1660
|
"icon": "imagemin.png",
|
|
1224
1661
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1225
1662
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1229,16 +1666,19 @@
|
|
|
1229
1666
|
"maintainers": [
|
|
1230
1667
|
{
|
|
1231
1668
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1669
|
+
"github": "ricardogobbosouza"
|
|
1234
1670
|
}
|
|
1235
|
-
]
|
|
1671
|
+
],
|
|
1672
|
+
"compatibility": {
|
|
1673
|
+
"nuxt": "^2.0.0",
|
|
1674
|
+
"requires": {}
|
|
1675
|
+
}
|
|
1236
1676
|
},
|
|
1237
1677
|
{
|
|
1238
1678
|
"name": "intercom",
|
|
1239
1679
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1240
1680
|
"repo": "hex-digital/nuxt-intercom",
|
|
1241
|
-
"npm": "
|
|
1681
|
+
"npm": "",
|
|
1242
1682
|
"icon": "intercom.png",
|
|
1243
1683
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1244
1684
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1248,16 +1688,19 @@
|
|
|
1248
1688
|
"maintainers": [
|
|
1249
1689
|
{
|
|
1250
1690
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
"avatar": "https://avatars1.githubusercontent.com/u/17425446?v=4"
|
|
1691
|
+
"github": "hex-digital"
|
|
1253
1692
|
}
|
|
1254
|
-
]
|
|
1693
|
+
],
|
|
1694
|
+
"compatibility": {
|
|
1695
|
+
"nuxt": "^2.0.0",
|
|
1696
|
+
"requires": {}
|
|
1697
|
+
}
|
|
1255
1698
|
},
|
|
1256
1699
|
{
|
|
1257
1700
|
"name": "jsonapi",
|
|
1258
1701
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1259
1702
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1260
|
-
"npm": "
|
|
1703
|
+
"npm": "",
|
|
1261
1704
|
"icon": "jsonapi.svg",
|
|
1262
1705
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1263
1706
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1267,16 +1710,19 @@
|
|
|
1267
1710
|
"maintainers": [
|
|
1268
1711
|
{
|
|
1269
1712
|
"name": "patrickcate",
|
|
1270
|
-
"github": "patrickcate"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1713
|
+
"github": "patrickcate"
|
|
1272
1714
|
}
|
|
1273
|
-
]
|
|
1715
|
+
],
|
|
1716
|
+
"compatibility": {
|
|
1717
|
+
"nuxt": "^2.0.0",
|
|
1718
|
+
"requires": {}
|
|
1719
|
+
}
|
|
1274
1720
|
},
|
|
1275
1721
|
{
|
|
1276
1722
|
"name": "kentico-kontent",
|
|
1277
1723
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1278
1724
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1279
|
-
"npm": "
|
|
1725
|
+
"npm": "",
|
|
1280
1726
|
"icon": "",
|
|
1281
1727
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1282
1728
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1286,16 +1732,19 @@
|
|
|
1286
1732
|
"maintainers": [
|
|
1287
1733
|
{
|
|
1288
1734
|
"name": "Alfred Brockötter",
|
|
1289
|
-
"github": "Domitnator"
|
|
1290
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1735
|
+
"github": "Domitnator"
|
|
1291
1736
|
}
|
|
1292
|
-
]
|
|
1737
|
+
],
|
|
1738
|
+
"compatibility": {
|
|
1739
|
+
"nuxt": "^2.0.0",
|
|
1740
|
+
"requires": {}
|
|
1741
|
+
}
|
|
1293
1742
|
},
|
|
1294
1743
|
{
|
|
1295
1744
|
"name": "laravel-echo",
|
|
1296
1745
|
"description": "Laravel Echo for Nuxt.js",
|
|
1297
1746
|
"repo": "nuxt-community/laravel-echo",
|
|
1298
|
-
"npm": "
|
|
1747
|
+
"npm": "",
|
|
1299
1748
|
"icon": "laravel-echo.png",
|
|
1300
1749
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1301
1750
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1305,16 +1754,19 @@
|
|
|
1305
1754
|
"maintainers": [
|
|
1306
1755
|
{
|
|
1307
1756
|
"name": "Ricardo Gobbo de Souza",
|
|
1308
|
-
"github": "ricardogobbosouza"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1757
|
+
"github": "ricardogobbosouza"
|
|
1310
1758
|
}
|
|
1311
|
-
]
|
|
1759
|
+
],
|
|
1760
|
+
"compatibility": {
|
|
1761
|
+
"nuxt": "^2.0.0",
|
|
1762
|
+
"requires": {}
|
|
1763
|
+
}
|
|
1312
1764
|
},
|
|
1313
1765
|
{
|
|
1314
1766
|
"name": "laravel-nuxt",
|
|
1315
1767
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1316
1768
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1317
|
-
"npm": "
|
|
1769
|
+
"npm": "",
|
|
1318
1770
|
"icon": "",
|
|
1319
1771
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1320
1772
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1324,16 +1776,19 @@
|
|
|
1324
1776
|
"maintainers": [
|
|
1325
1777
|
{
|
|
1326
1778
|
"name": "skyrpex",
|
|
1327
|
-
"github": "skyrpex"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1779
|
+
"github": "skyrpex"
|
|
1329
1780
|
}
|
|
1330
|
-
]
|
|
1781
|
+
],
|
|
1782
|
+
"compatibility": {
|
|
1783
|
+
"nuxt": "^2.0.0",
|
|
1784
|
+
"requires": {}
|
|
1785
|
+
}
|
|
1331
1786
|
},
|
|
1332
1787
|
{
|
|
1333
1788
|
"name": "laravel",
|
|
1334
1789
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1335
1790
|
"repo": "m2sd/nuxt-laravel",
|
|
1336
|
-
"npm": "
|
|
1791
|
+
"npm": "",
|
|
1337
1792
|
"icon": "laravel.png",
|
|
1338
1793
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1339
1794
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1343,16 +1798,19 @@
|
|
|
1343
1798
|
"maintainers": [
|
|
1344
1799
|
{
|
|
1345
1800
|
"name": "m2sd",
|
|
1346
|
-
"github": "m2sd"
|
|
1347
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1801
|
+
"github": "m2sd"
|
|
1348
1802
|
}
|
|
1349
|
-
]
|
|
1803
|
+
],
|
|
1804
|
+
"compatibility": {
|
|
1805
|
+
"nuxt": "^2.0.0",
|
|
1806
|
+
"requires": {}
|
|
1807
|
+
}
|
|
1350
1808
|
},
|
|
1351
1809
|
{
|
|
1352
1810
|
"name": "leaflet",
|
|
1353
1811
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1354
1812
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1355
|
-
"npm": "
|
|
1813
|
+
"npm": "",
|
|
1356
1814
|
"icon": "leaflet.png",
|
|
1357
1815
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1358
1816
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1362,16 +1820,19 @@
|
|
|
1362
1820
|
"maintainers": [
|
|
1363
1821
|
{
|
|
1364
1822
|
"name": "schlunsen",
|
|
1365
|
-
"github": "schlunsen"
|
|
1366
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1823
|
+
"github": "schlunsen"
|
|
1367
1824
|
}
|
|
1368
|
-
]
|
|
1825
|
+
],
|
|
1826
|
+
"compatibility": {
|
|
1827
|
+
"nuxt": "^2.0.0",
|
|
1828
|
+
"requires": {}
|
|
1829
|
+
}
|
|
1369
1830
|
},
|
|
1370
1831
|
{
|
|
1371
1832
|
"name": "localforage",
|
|
1372
1833
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1373
1834
|
"repo": "nuxt-community/localforage-module",
|
|
1374
|
-
"npm": "
|
|
1835
|
+
"npm": "",
|
|
1375
1836
|
"icon": "",
|
|
1376
1837
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1377
1838
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1382,21 +1843,23 @@
|
|
|
1382
1843
|
{
|
|
1383
1844
|
"name": "Alexandre Chopin",
|
|
1384
1845
|
"github": "alexchopin",
|
|
1385
|
-
"twitter": "alexchopin"
|
|
1386
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1846
|
+
"twitter": "alexchopin"
|
|
1387
1847
|
},
|
|
1388
1848
|
{
|
|
1389
1849
|
"name": "Ricardo Gobbo de Souza",
|
|
1390
|
-
"github": "ricardogobbosouza"
|
|
1391
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1850
|
+
"github": "ricardogobbosouza"
|
|
1392
1851
|
}
|
|
1393
|
-
]
|
|
1852
|
+
],
|
|
1853
|
+
"compatibility": {
|
|
1854
|
+
"nuxt": "^2.0.0",
|
|
1855
|
+
"requires": {}
|
|
1856
|
+
}
|
|
1394
1857
|
},
|
|
1395
1858
|
{
|
|
1396
1859
|
"name": "localtunnel",
|
|
1397
1860
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1398
1861
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1399
|
-
"npm": "
|
|
1862
|
+
"npm": "",
|
|
1400
1863
|
"icon": "localtunnel.png",
|
|
1401
1864
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1402
1865
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1407,16 +1870,41 @@
|
|
|
1407
1870
|
{
|
|
1408
1871
|
"name": "Pooya Parsa",
|
|
1409
1872
|
"github": "pi0",
|
|
1410
|
-
"twitter": "_pi0_"
|
|
1411
|
-
|
|
1873
|
+
"twitter": "_pi0_"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"compatibility": {
|
|
1877
|
+
"nuxt": "^2.0.0",
|
|
1878
|
+
"requires": {}
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "lodash",
|
|
1883
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
1884
|
+
"repo": "cipami/nuxt-lodash",
|
|
1885
|
+
"npm": "",
|
|
1886
|
+
"icon": "lodash.svg",
|
|
1887
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
1888
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
1889
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
1890
|
+
"category": "Libraries",
|
|
1891
|
+
"type": "3rd-party",
|
|
1892
|
+
"maintainers": [
|
|
1893
|
+
{
|
|
1894
|
+
"name": "Michal Čípa",
|
|
1895
|
+
"github": "cipami"
|
|
1412
1896
|
}
|
|
1413
|
-
]
|
|
1897
|
+
],
|
|
1898
|
+
"compatibility": {
|
|
1899
|
+
"nuxt": "^3.0.0",
|
|
1900
|
+
"requires": {}
|
|
1901
|
+
}
|
|
1414
1902
|
},
|
|
1415
1903
|
{
|
|
1416
1904
|
"name": "logrocket",
|
|
1417
1905
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
1418
1906
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
1419
|
-
"npm": "
|
|
1907
|
+
"npm": "",
|
|
1420
1908
|
"icon": "logrocket.png",
|
|
1421
1909
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
1422
1910
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -1427,16 +1915,19 @@
|
|
|
1427
1915
|
{
|
|
1428
1916
|
"name": "Farzad Soltani",
|
|
1429
1917
|
"github": "farzadso",
|
|
1430
|
-
"twitter": "farzadso"
|
|
1431
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1918
|
+
"twitter": "farzadso"
|
|
1432
1919
|
}
|
|
1433
|
-
]
|
|
1920
|
+
],
|
|
1921
|
+
"compatibility": {
|
|
1922
|
+
"nuxt": "^2.0.0",
|
|
1923
|
+
"requires": {}
|
|
1924
|
+
}
|
|
1434
1925
|
},
|
|
1435
1926
|
{
|
|
1436
1927
|
"name": "lunr",
|
|
1437
1928
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
1438
1929
|
"repo": "nuxt-community/lunr-module",
|
|
1439
|
-
"npm": "
|
|
1930
|
+
"npm": "",
|
|
1440
1931
|
"icon": "",
|
|
1441
1932
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
1442
1933
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -1446,16 +1937,19 @@
|
|
|
1446
1937
|
"maintainers": [
|
|
1447
1938
|
{
|
|
1448
1939
|
"name": "Pim",
|
|
1449
|
-
"github": "pimlie"
|
|
1450
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1940
|
+
"github": "pimlie"
|
|
1451
1941
|
}
|
|
1452
|
-
]
|
|
1942
|
+
],
|
|
1943
|
+
"compatibility": {
|
|
1944
|
+
"nuxt": "^2.0.0",
|
|
1945
|
+
"requires": {}
|
|
1946
|
+
}
|
|
1453
1947
|
},
|
|
1454
1948
|
{
|
|
1455
1949
|
"name": "markdownit",
|
|
1456
1950
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1457
|
-
"repo": "nuxt-community/
|
|
1458
|
-
"npm": "
|
|
1951
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1952
|
+
"npm": "",
|
|
1459
1953
|
"icon": "",
|
|
1460
1954
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1461
1955
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1466,16 +1960,19 @@
|
|
|
1466
1960
|
{
|
|
1467
1961
|
"name": "Pooya Parsa",
|
|
1468
1962
|
"github": "pi0",
|
|
1469
|
-
"twitter": "_pi0_"
|
|
1470
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1963
|
+
"twitter": "_pi0_"
|
|
1471
1964
|
}
|
|
1472
|
-
]
|
|
1965
|
+
],
|
|
1966
|
+
"compatibility": {
|
|
1967
|
+
"nuxt": "^2.0.0",
|
|
1968
|
+
"requires": {}
|
|
1969
|
+
}
|
|
1473
1970
|
},
|
|
1474
1971
|
{
|
|
1475
1972
|
"name": "matomo",
|
|
1476
1973
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
1477
1974
|
"repo": "pimlie/nuxt-matomo",
|
|
1478
|
-
"npm": "
|
|
1975
|
+
"npm": "",
|
|
1479
1976
|
"icon": "matomo.png",
|
|
1480
1977
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
1481
1978
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -1485,16 +1982,19 @@
|
|
|
1485
1982
|
"maintainers": [
|
|
1486
1983
|
{
|
|
1487
1984
|
"name": "pimlie",
|
|
1488
|
-
"github": "pimlie"
|
|
1489
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1985
|
+
"github": "pimlie"
|
|
1490
1986
|
}
|
|
1491
|
-
]
|
|
1987
|
+
],
|
|
1988
|
+
"compatibility": {
|
|
1989
|
+
"nuxt": "^2.0.0",
|
|
1990
|
+
"requires": {}
|
|
1991
|
+
}
|
|
1492
1992
|
},
|
|
1493
1993
|
{
|
|
1494
1994
|
"name": "mdx",
|
|
1495
1995
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1496
1996
|
"repo": "nuxt-community/mdx-module",
|
|
1497
|
-
"npm": "
|
|
1997
|
+
"npm": "",
|
|
1498
1998
|
"icon": "mdx.png",
|
|
1499
1999
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1500
2000
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -1505,16 +2005,19 @@
|
|
|
1505
2005
|
{
|
|
1506
2006
|
"name": "Jonathan Bakebwa",
|
|
1507
2007
|
"github": "codebender828",
|
|
1508
|
-
"twitter": "codebender828"
|
|
1509
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2008
|
+
"twitter": "codebender828"
|
|
1510
2009
|
}
|
|
1511
|
-
]
|
|
2010
|
+
],
|
|
2011
|
+
"compatibility": {
|
|
2012
|
+
"nuxt": "^2.0.0",
|
|
2013
|
+
"requires": {}
|
|
2014
|
+
}
|
|
1512
2015
|
},
|
|
1513
2016
|
{
|
|
1514
2017
|
"name": "memwatch",
|
|
1515
2018
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
1516
2019
|
"repo": "pimlie/nuxt-memwatch",
|
|
1517
|
-
"npm": "
|
|
2020
|
+
"npm": "",
|
|
1518
2021
|
"icon": "",
|
|
1519
2022
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
1520
2023
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -1524,16 +2027,19 @@
|
|
|
1524
2027
|
"maintainers": [
|
|
1525
2028
|
{
|
|
1526
2029
|
"name": "pimlie",
|
|
1527
|
-
"github": "pimlie"
|
|
1528
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2030
|
+
"github": "pimlie"
|
|
1529
2031
|
}
|
|
1530
|
-
]
|
|
2032
|
+
],
|
|
2033
|
+
"compatibility": {
|
|
2034
|
+
"nuxt": "^2.0.0",
|
|
2035
|
+
"requires": {}
|
|
2036
|
+
}
|
|
1531
2037
|
},
|
|
1532
2038
|
{
|
|
1533
2039
|
"name": "mobile",
|
|
1534
2040
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
1535
2041
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
1536
|
-
"npm": "
|
|
2042
|
+
"npm": "",
|
|
1537
2043
|
"icon": "",
|
|
1538
2044
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1539
2045
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -1543,16 +2049,19 @@
|
|
|
1543
2049
|
"maintainers": [
|
|
1544
2050
|
{
|
|
1545
2051
|
"name": "ChanningDefoe",
|
|
1546
|
-
"github": "ChanningDefoe"
|
|
1547
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2052
|
+
"github": "ChanningDefoe"
|
|
1548
2053
|
}
|
|
1549
|
-
]
|
|
2054
|
+
],
|
|
2055
|
+
"compatibility": {
|
|
2056
|
+
"nuxt": "^2.0.0",
|
|
2057
|
+
"requires": {}
|
|
2058
|
+
}
|
|
1550
2059
|
},
|
|
1551
2060
|
{
|
|
1552
2061
|
"name": "moment",
|
|
1553
2062
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
1554
2063
|
"repo": "nuxt-community/moment-module",
|
|
1555
|
-
"npm": "
|
|
2064
|
+
"npm": "",
|
|
1556
2065
|
"icon": "momentjs.png",
|
|
1557
2066
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
1558
2067
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -1563,21 +2072,23 @@
|
|
|
1563
2072
|
{
|
|
1564
2073
|
"name": "Pooya Parsa",
|
|
1565
2074
|
"github": "pi0",
|
|
1566
|
-
"twitter": "_pi0_"
|
|
1567
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2075
|
+
"twitter": "_pi0_"
|
|
1568
2076
|
},
|
|
1569
2077
|
{
|
|
1570
2078
|
"name": "Ricardo Gobbo de Souza",
|
|
1571
|
-
"github": "ricardogobbosouza"
|
|
1572
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2079
|
+
"github": "ricardogobbosouza"
|
|
1573
2080
|
}
|
|
1574
|
-
]
|
|
2081
|
+
],
|
|
2082
|
+
"compatibility": {
|
|
2083
|
+
"nuxt": "^2.0.0",
|
|
2084
|
+
"requires": {}
|
|
2085
|
+
}
|
|
1575
2086
|
},
|
|
1576
2087
|
{
|
|
1577
2088
|
"name": "mq",
|
|
1578
2089
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
1579
2090
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
1580
|
-
"npm": "
|
|
2091
|
+
"npm": "",
|
|
1581
2092
|
"icon": "",
|
|
1582
2093
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
1583
2094
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -1587,16 +2098,19 @@
|
|
|
1587
2098
|
"maintainers": [
|
|
1588
2099
|
{
|
|
1589
2100
|
"name": "vanhoofmaarten",
|
|
1590
|
-
"github": "vanhoofmaarten"
|
|
1591
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2101
|
+
"github": "vanhoofmaarten"
|
|
1592
2102
|
}
|
|
1593
|
-
]
|
|
2103
|
+
],
|
|
2104
|
+
"compatibility": {
|
|
2105
|
+
"nuxt": "^2.0.0",
|
|
2106
|
+
"requires": {}
|
|
2107
|
+
}
|
|
1594
2108
|
},
|
|
1595
2109
|
{
|
|
1596
2110
|
"name": "neo",
|
|
1597
2111
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
1598
2112
|
"repo": "ezypeeze/nuxt-neo",
|
|
1599
|
-
"npm": "
|
|
2113
|
+
"npm": "",
|
|
1600
2114
|
"icon": "",
|
|
1601
2115
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
1602
2116
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -1606,16 +2120,19 @@
|
|
|
1606
2120
|
"maintainers": [
|
|
1607
2121
|
{
|
|
1608
2122
|
"name": "ezypeeze",
|
|
1609
|
-
"github": "ezypeeze"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2123
|
+
"github": "ezypeeze"
|
|
1611
2124
|
}
|
|
1612
|
-
]
|
|
2125
|
+
],
|
|
2126
|
+
"compatibility": {
|
|
2127
|
+
"nuxt": "^2.0.0",
|
|
2128
|
+
"requires": {}
|
|
2129
|
+
}
|
|
1613
2130
|
},
|
|
1614
2131
|
{
|
|
1615
2132
|
"name": "netlify-cache",
|
|
1616
2133
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
1617
2134
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
1618
|
-
"npm": "
|
|
2135
|
+
"npm": "",
|
|
1619
2136
|
"icon": "netlify.png",
|
|
1620
2137
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
1621
2138
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -1625,16 +2142,19 @@
|
|
|
1625
2142
|
"maintainers": [
|
|
1626
2143
|
{
|
|
1627
2144
|
"name": "DreaMinder",
|
|
1628
|
-
"github": "DreaMinder"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2145
|
+
"github": "DreaMinder"
|
|
1630
2146
|
}
|
|
1631
|
-
]
|
|
2147
|
+
],
|
|
2148
|
+
"compatibility": {
|
|
2149
|
+
"nuxt": "^2.0.0",
|
|
2150
|
+
"requires": {}
|
|
2151
|
+
}
|
|
1632
2152
|
},
|
|
1633
2153
|
{
|
|
1634
2154
|
"name": "netlify-files",
|
|
1635
2155
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
1636
2156
|
"repo": "nuxt-community/netlify-files-module",
|
|
1637
|
-
"npm": "
|
|
2157
|
+
"npm": "",
|
|
1638
2158
|
"icon": "netlify.png",
|
|
1639
2159
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
1640
2160
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -1645,16 +2165,19 @@
|
|
|
1645
2165
|
{
|
|
1646
2166
|
"name": "Alexander Lichter",
|
|
1647
2167
|
"github": "manniL",
|
|
1648
|
-
"twitter": "TheAlexLichter"
|
|
1649
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2168
|
+
"twitter": "TheAlexLichter"
|
|
1650
2169
|
}
|
|
1651
|
-
]
|
|
2170
|
+
],
|
|
2171
|
+
"compatibility": {
|
|
2172
|
+
"nuxt": "^2.0.0",
|
|
2173
|
+
"requires": {}
|
|
2174
|
+
}
|
|
1652
2175
|
},
|
|
1653
2176
|
{
|
|
1654
2177
|
"name": "netlify",
|
|
1655
2178
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
1656
2179
|
"repo": "bazzite/nuxt-netlify",
|
|
1657
|
-
"npm": "
|
|
2180
|
+
"npm": "",
|
|
1658
2181
|
"icon": "netlify.png",
|
|
1659
2182
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
1660
2183
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -1664,16 +2187,19 @@
|
|
|
1664
2187
|
"maintainers": [
|
|
1665
2188
|
{
|
|
1666
2189
|
"name": "bazzite",
|
|
1667
|
-
"github": "bazzite"
|
|
1668
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2190
|
+
"github": "bazzite"
|
|
1669
2191
|
}
|
|
1670
|
-
]
|
|
2192
|
+
],
|
|
2193
|
+
"compatibility": {
|
|
2194
|
+
"nuxt": "^2.0.0",
|
|
2195
|
+
"requires": {}
|
|
2196
|
+
}
|
|
1671
2197
|
},
|
|
1672
2198
|
{
|
|
1673
2199
|
"name": "ngrok",
|
|
1674
2200
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1675
2201
|
"repo": "nuxt-community/ngrok",
|
|
1676
|
-
"npm": "
|
|
2202
|
+
"npm": "",
|
|
1677
2203
|
"icon": "ngrok.png",
|
|
1678
2204
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
1679
2205
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -1684,22 +2210,24 @@
|
|
|
1684
2210
|
{
|
|
1685
2211
|
"name": "Debbie O'Brien",
|
|
1686
2212
|
"github": "debs-obrien",
|
|
1687
|
-
"twitter": "debs_obrien"
|
|
1688
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2213
|
+
"twitter": "debs_obrien"
|
|
1689
2214
|
},
|
|
1690
2215
|
{
|
|
1691
2216
|
"name": "Pooya Parsa",
|
|
1692
2217
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2218
|
+
"twitter": "_pi0_"
|
|
1695
2219
|
}
|
|
1696
|
-
]
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^2.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
1697
2225
|
},
|
|
1698
2226
|
{
|
|
1699
|
-
"name": "
|
|
2227
|
+
"name": "notion",
|
|
1700
2228
|
"description": "Vue renderer for Notion pages",
|
|
1701
2229
|
"repo": "janniks/vue-notion",
|
|
1702
|
-
"npm": "
|
|
2230
|
+
"npm": "",
|
|
1703
2231
|
"icon": "notion.svg",
|
|
1704
2232
|
"github": "https://github.com/janniks/vue-notion",
|
|
1705
2233
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -1709,35 +2237,178 @@
|
|
|
1709
2237
|
"maintainers": [
|
|
1710
2238
|
{
|
|
1711
2239
|
"name": "janniks",
|
|
1712
|
-
"github": "janniks"
|
|
1713
|
-
|
|
2240
|
+
"github": "janniks"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"compatibility": {
|
|
2244
|
+
"nuxt": "^2.0.0",
|
|
2245
|
+
"requires": {}
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "nuxt-hue",
|
|
2250
|
+
"description": "Enlighten your Nuxt experience",
|
|
2251
|
+
"repo": "lihbr/nuxt-hue",
|
|
2252
|
+
"npm": "",
|
|
2253
|
+
"icon": "nuxt-hue.svg",
|
|
2254
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2255
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2256
|
+
"learn_more": "",
|
|
2257
|
+
"category": "Devtools",
|
|
2258
|
+
"type": "3rd-party",
|
|
2259
|
+
"maintainers": [
|
|
2260
|
+
{
|
|
2261
|
+
"name": "lihbr",
|
|
2262
|
+
"github": "lihbr"
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"compatibility": {
|
|
2266
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2267
|
+
"requires": {
|
|
2268
|
+
"bridge": "optional"
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "nuxt-pino-log",
|
|
2274
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2275
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2276
|
+
"npm": "",
|
|
2277
|
+
"icon": "",
|
|
2278
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2279
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2280
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2281
|
+
"category": "Monitoring",
|
|
2282
|
+
"type": "3rd-party",
|
|
2283
|
+
"maintainers": [
|
|
2284
|
+
{
|
|
2285
|
+
"name": "kpn",
|
|
2286
|
+
"github": "kpn"
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"compatibility": {
|
|
2290
|
+
"nuxt": "^2.0.0",
|
|
2291
|
+
"requires": {}
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "nuxt-png-to-ico",
|
|
2296
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2297
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2298
|
+
"npm": "",
|
|
2299
|
+
"icon": "",
|
|
2300
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2301
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2302
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2303
|
+
"category": "Devtools",
|
|
2304
|
+
"type": "3rd-party",
|
|
2305
|
+
"maintainers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "b5710546232",
|
|
2308
|
+
"github": "b5710546232",
|
|
2309
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"compatibility": {
|
|
2313
|
+
"nuxt": "^2.0.0",
|
|
2314
|
+
"requires": {}
|
|
2315
|
+
}
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"name": "nuxt-smartlook",
|
|
2319
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2320
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2321
|
+
"npm": "",
|
|
2322
|
+
"icon": "nuxt-smartlook.png",
|
|
2323
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2324
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2325
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2326
|
+
"category": "Analytics",
|
|
2327
|
+
"type": "3rd-party",
|
|
2328
|
+
"maintainers": [
|
|
2329
|
+
{
|
|
2330
|
+
"name": "Milan Sulc",
|
|
2331
|
+
"github": "f3l1x",
|
|
2332
|
+
"twitter": "xf3l1x",
|
|
2333
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
1714
2334
|
}
|
|
1715
|
-
]
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^2.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"name": "nuxt-use-motion",
|
|
2343
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2344
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2345
|
+
"npm": "",
|
|
2346
|
+
"icon": "nuxt-use-motion.svg",
|
|
2347
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2348
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2349
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2350
|
+
"category": "Libraries",
|
|
2351
|
+
"type": "3rd-party",
|
|
2352
|
+
"maintainers": [
|
|
2353
|
+
{
|
|
2354
|
+
"name": "Tahul",
|
|
2355
|
+
"github": "Tahul"
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^2.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
1716
2362
|
},
|
|
1717
2363
|
{
|
|
1718
2364
|
"name": "nuxt-use-sound",
|
|
1719
2365
|
"description": "A Nuxt module for playing sound effects.",
|
|
1720
2366
|
"repo": "Tahul/nuxt-use-sound",
|
|
1721
|
-
"npm": "
|
|
2367
|
+
"npm": "",
|
|
1722
2368
|
"icon": "nuxt-use-sound.svg",
|
|
1723
2369
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
1724
2370
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
1725
|
-
"learn_more": "https://github.com/
|
|
2371
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
1726
2372
|
"category": "Libraries",
|
|
1727
2373
|
"type": "3rd-party",
|
|
1728
2374
|
"maintainers": [
|
|
1729
2375
|
{
|
|
1730
2376
|
"name": "Tahul",
|
|
1731
|
-
"github": "Tahul"
|
|
1732
|
-
|
|
2377
|
+
"github": "Tahul"
|
|
2378
|
+
}
|
|
2379
|
+
],
|
|
2380
|
+
"compatibility": {
|
|
2381
|
+
"nuxt": "^2.0.0",
|
|
2382
|
+
"requires": {}
|
|
2383
|
+
}
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "nuxt-viewport",
|
|
2387
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2388
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2389
|
+
"npm": "",
|
|
2390
|
+
"icon": "nuxt-viewport.svg",
|
|
2391
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2392
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2393
|
+
"learn_more": "",
|
|
2394
|
+
"category": "Extensions",
|
|
2395
|
+
"type": "3rd-party",
|
|
2396
|
+
"maintainers": [
|
|
2397
|
+
{
|
|
2398
|
+
"name": "mvrlin",
|
|
2399
|
+
"github": "mvrlin"
|
|
1733
2400
|
}
|
|
1734
|
-
]
|
|
2401
|
+
],
|
|
2402
|
+
"compatibility": {
|
|
2403
|
+
"nuxt": "^2.0.0",
|
|
2404
|
+
"requires": {}
|
|
2405
|
+
}
|
|
1735
2406
|
},
|
|
1736
2407
|
{
|
|
1737
2408
|
"name": "nuxt7",
|
|
1738
2409
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
1739
2410
|
"repo": "nuxt-community/nuxt7",
|
|
1740
|
-
"npm": "
|
|
2411
|
+
"npm": "",
|
|
1741
2412
|
"icon": "",
|
|
1742
2413
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
1743
2414
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -1748,16 +2419,19 @@
|
|
|
1748
2419
|
{
|
|
1749
2420
|
"name": "Pooya Parsa",
|
|
1750
2421
|
"github": "pi0",
|
|
1751
|
-
"twitter": "_pi0_"
|
|
1752
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2422
|
+
"twitter": "_pi0_"
|
|
1753
2423
|
}
|
|
1754
|
-
]
|
|
2424
|
+
],
|
|
2425
|
+
"compatibility": {
|
|
2426
|
+
"nuxt": "^2.0.0",
|
|
2427
|
+
"requires": {}
|
|
2428
|
+
}
|
|
1755
2429
|
},
|
|
1756
2430
|
{
|
|
1757
2431
|
"name": "onesignal",
|
|
1758
2432
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
1759
2433
|
"repo": "nuxt-community/onesignal-module",
|
|
1760
|
-
"npm": "
|
|
2434
|
+
"npm": "",
|
|
1761
2435
|
"icon": "one-signal.png",
|
|
1762
2436
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1763
2437
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -1768,16 +2442,19 @@
|
|
|
1768
2442
|
{
|
|
1769
2443
|
"name": "Pooya Parsa",
|
|
1770
2444
|
"github": "pi0",
|
|
1771
|
-
"twitter": "_pi0_"
|
|
1772
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2445
|
+
"twitter": "_pi0_"
|
|
1773
2446
|
}
|
|
1774
|
-
]
|
|
2447
|
+
],
|
|
2448
|
+
"compatibility": {
|
|
2449
|
+
"nuxt": "^2.0.0",
|
|
2450
|
+
"requires": {}
|
|
2451
|
+
}
|
|
1775
2452
|
},
|
|
1776
2453
|
{
|
|
1777
2454
|
"name": "optimized-images",
|
|
1778
2455
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
1779
2456
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
1780
|
-
"npm": "
|
|
2457
|
+
"npm": "",
|
|
1781
2458
|
"icon": "",
|
|
1782
2459
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
1783
2460
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -1788,16 +2465,19 @@
|
|
|
1788
2465
|
{
|
|
1789
2466
|
"name": "Julio Marquez",
|
|
1790
2467
|
"github": "juliomrqz",
|
|
1791
|
-
"twitter": "juliomrqz"
|
|
1792
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2468
|
+
"twitter": "juliomrqz"
|
|
1793
2469
|
}
|
|
1794
|
-
]
|
|
2470
|
+
],
|
|
2471
|
+
"compatibility": {
|
|
2472
|
+
"nuxt": "^2.0.0",
|
|
2473
|
+
"requires": {}
|
|
2474
|
+
}
|
|
1795
2475
|
},
|
|
1796
2476
|
{
|
|
1797
2477
|
"name": "page-generator-helper",
|
|
1798
2478
|
"description": "Generate your pages statically without using payload extractors.",
|
|
1799
2479
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1800
|
-
"npm": "
|
|
2480
|
+
"npm": "",
|
|
1801
2481
|
"icon": "",
|
|
1802
2482
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1803
2483
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -1807,16 +2487,19 @@
|
|
|
1807
2487
|
"maintainers": [
|
|
1808
2488
|
{
|
|
1809
2489
|
"name": "GrabarzUndPartner",
|
|
1810
|
-
"github": "GrabarzUndPartner"
|
|
1811
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2490
|
+
"github": "GrabarzUndPartner"
|
|
1812
2491
|
}
|
|
1813
|
-
]
|
|
2492
|
+
],
|
|
2493
|
+
"compatibility": {
|
|
2494
|
+
"nuxt": "^2.0.0",
|
|
2495
|
+
"requires": {}
|
|
2496
|
+
}
|
|
1814
2497
|
},
|
|
1815
2498
|
{
|
|
1816
2499
|
"name": "parse",
|
|
1817
2500
|
"description": "Parse package for Nuxt.js",
|
|
1818
2501
|
"repo": "cierrateam/nuxt-parse",
|
|
1819
|
-
"npm": "
|
|
2502
|
+
"npm": "",
|
|
1820
2503
|
"icon": "",
|
|
1821
2504
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
1822
2505
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -1826,16 +2509,91 @@
|
|
|
1826
2509
|
"maintainers": [
|
|
1827
2510
|
{
|
|
1828
2511
|
"name": "cierrateam",
|
|
1829
|
-
"github": "cierrateam"
|
|
1830
|
-
|
|
2512
|
+
"github": "cierrateam"
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"compatibility": {
|
|
2516
|
+
"nuxt": "^2.0.0",
|
|
2517
|
+
"requires": {}
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"name": "partytown",
|
|
2522
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2523
|
+
"repo": "nuxt-community/partytown-module",
|
|
2524
|
+
"npm": "",
|
|
2525
|
+
"icon": "partytown.svg",
|
|
2526
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2527
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2528
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2529
|
+
"category": "Performance",
|
|
2530
|
+
"type": "community",
|
|
2531
|
+
"maintainers": [
|
|
2532
|
+
{
|
|
2533
|
+
"name": "Daniel Roe",
|
|
2534
|
+
"github": "danielroe",
|
|
2535
|
+
"twitter": "danielcroe"
|
|
2536
|
+
}
|
|
2537
|
+
],
|
|
2538
|
+
"compatibility": {
|
|
2539
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2540
|
+
"requires": {
|
|
2541
|
+
"bridge": true
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"name": "persian-datepicker",
|
|
2547
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2548
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2549
|
+
"npm": "",
|
|
2550
|
+
"icon": "persian-datepicker.svg",
|
|
2551
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2552
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2553
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2554
|
+
"category": "Date",
|
|
2555
|
+
"type": "3rd-party",
|
|
2556
|
+
"maintainers": [
|
|
2557
|
+
{
|
|
2558
|
+
"name": "Alireza Alibeiki",
|
|
2559
|
+
"github": "alireza-ab",
|
|
2560
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
1831
2561
|
}
|
|
1832
|
-
]
|
|
2562
|
+
],
|
|
2563
|
+
"compatibility": {
|
|
2564
|
+
"nuxt": "^2.0.0",
|
|
2565
|
+
"requires": {}
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "pinia",
|
|
2570
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2571
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2572
|
+
"npm": "",
|
|
2573
|
+
"icon": "pinia.svg",
|
|
2574
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2575
|
+
"website": "https://pinia.esm.dev/",
|
|
2576
|
+
"learn_more": "",
|
|
2577
|
+
"category": "Extensions",
|
|
2578
|
+
"type": "3rd-party",
|
|
2579
|
+
"maintainers": [
|
|
2580
|
+
{
|
|
2581
|
+
"name": "posva",
|
|
2582
|
+
"github": "posva"
|
|
2583
|
+
}
|
|
2584
|
+
],
|
|
2585
|
+
"compatibility": {
|
|
2586
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2587
|
+
"requires": {
|
|
2588
|
+
"bridge": "optional"
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
1833
2591
|
},
|
|
1834
2592
|
{
|
|
1835
2593
|
"name": "plausible",
|
|
1836
2594
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
1837
2595
|
"repo": "moritzsternemann/vue-plausible",
|
|
1838
|
-
"npm": "
|
|
2596
|
+
"npm": "",
|
|
1839
2597
|
"icon": "plausible.png",
|
|
1840
2598
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
1841
2599
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
@@ -1845,16 +2603,19 @@
|
|
|
1845
2603
|
"maintainers": [
|
|
1846
2604
|
{
|
|
1847
2605
|
"name": "moritzsternemann",
|
|
1848
|
-
"github": "moritzsternemann"
|
|
1849
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2606
|
+
"github": "moritzsternemann"
|
|
1850
2607
|
}
|
|
1851
|
-
]
|
|
2608
|
+
],
|
|
2609
|
+
"compatibility": {
|
|
2610
|
+
"nuxt": "^2.0.0",
|
|
2611
|
+
"requires": {}
|
|
2612
|
+
}
|
|
1852
2613
|
},
|
|
1853
2614
|
{
|
|
1854
2615
|
"name": "precompress",
|
|
1855
2616
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
1856
2617
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
1857
|
-
"npm": "
|
|
2618
|
+
"npm": "",
|
|
1858
2619
|
"icon": "",
|
|
1859
2620
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
1860
2621
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -1864,16 +2625,19 @@
|
|
|
1864
2625
|
"maintainers": [
|
|
1865
2626
|
{
|
|
1866
2627
|
"name": "frenchrabbit",
|
|
1867
|
-
"github": "frenchrabbit"
|
|
1868
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2628
|
+
"github": "frenchrabbit"
|
|
1869
2629
|
}
|
|
1870
|
-
]
|
|
2630
|
+
],
|
|
2631
|
+
"compatibility": {
|
|
2632
|
+
"nuxt": "^2.0.0",
|
|
2633
|
+
"requires": {}
|
|
2634
|
+
}
|
|
1871
2635
|
},
|
|
1872
2636
|
{
|
|
1873
2637
|
"name": "prismic",
|
|
1874
2638
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
1875
2639
|
"repo": "nuxt-community/prismic-module",
|
|
1876
|
-
"npm": "
|
|
2640
|
+
"npm": "",
|
|
1877
2641
|
"icon": "prismic.png",
|
|
1878
2642
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
1879
2643
|
"website": "https://prismic.nuxtjs.org",
|
|
@@ -1884,27 +2648,28 @@
|
|
|
1884
2648
|
{
|
|
1885
2649
|
"name": "Sébastien Chopin",
|
|
1886
2650
|
"github": "Atinux",
|
|
1887
|
-
"twitter": "Atinux"
|
|
1888
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2651
|
+
"twitter": "Atinux"
|
|
1889
2652
|
},
|
|
1890
2653
|
{
|
|
1891
2654
|
"name": "lihbr",
|
|
1892
2655
|
"github": "lihbr",
|
|
1893
|
-
"twitter": "li_hbr"
|
|
1894
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2656
|
+
"twitter": "li_hbr"
|
|
1895
2657
|
},
|
|
1896
2658
|
{
|
|
1897
2659
|
"name": "James Pegg",
|
|
1898
|
-
"github": "jamespegg"
|
|
1899
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2660
|
+
"github": "jamespegg"
|
|
1900
2661
|
}
|
|
1901
|
-
]
|
|
2662
|
+
],
|
|
2663
|
+
"compatibility": {
|
|
2664
|
+
"nuxt": "^2.0.0",
|
|
2665
|
+
"requires": {}
|
|
2666
|
+
}
|
|
1902
2667
|
},
|
|
1903
2668
|
{
|
|
1904
2669
|
"name": "protected-mailto",
|
|
1905
2670
|
"description": "Nuxt component to generate encoded mailto links",
|
|
1906
2671
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
1907
|
-
"npm": "
|
|
2672
|
+
"npm": "",
|
|
1908
2673
|
"icon": "",
|
|
1909
2674
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
1910
2675
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -1914,16 +2679,19 @@
|
|
|
1914
2679
|
"maintainers": [
|
|
1915
2680
|
{
|
|
1916
2681
|
"name": "mmoollllee",
|
|
1917
|
-
"github": "mmoollllee"
|
|
1918
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2682
|
+
"github": "mmoollllee"
|
|
1919
2683
|
}
|
|
1920
|
-
]
|
|
2684
|
+
],
|
|
2685
|
+
"compatibility": {
|
|
2686
|
+
"nuxt": "^2.0.0",
|
|
2687
|
+
"requires": {}
|
|
2688
|
+
}
|
|
1921
2689
|
},
|
|
1922
2690
|
{
|
|
1923
2691
|
"name": "proxy",
|
|
1924
2692
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
1925
2693
|
"repo": "nuxt-community/proxy-module",
|
|
1926
|
-
"npm": "
|
|
2694
|
+
"npm": "",
|
|
1927
2695
|
"icon": "",
|
|
1928
2696
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
1929
2697
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -1934,16 +2702,19 @@
|
|
|
1934
2702
|
{
|
|
1935
2703
|
"name": "Pooya Parsa",
|
|
1936
2704
|
"github": "pi0",
|
|
1937
|
-
"twitter": "_pi0_"
|
|
1938
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2705
|
+
"twitter": "_pi0_"
|
|
1939
2706
|
}
|
|
1940
|
-
]
|
|
2707
|
+
],
|
|
2708
|
+
"compatibility": {
|
|
2709
|
+
"nuxt": "^2.0.0",
|
|
2710
|
+
"requires": {}
|
|
2711
|
+
}
|
|
1941
2712
|
},
|
|
1942
2713
|
{
|
|
1943
2714
|
"name": "prune-html",
|
|
1944
2715
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
1945
2716
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
1946
|
-
"npm": "
|
|
2717
|
+
"npm": "",
|
|
1947
2718
|
"icon": "",
|
|
1948
2719
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
1949
2720
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -1952,17 +2723,21 @@
|
|
|
1952
2723
|
"type": "3rd-party",
|
|
1953
2724
|
"maintainers": [
|
|
1954
2725
|
{
|
|
1955
|
-
"name": "
|
|
2726
|
+
"name": "Luca Iaconelli",
|
|
1956
2727
|
"github": "LuXDAmore",
|
|
1957
|
-
"
|
|
2728
|
+
"twitter": "luxdamore"
|
|
1958
2729
|
}
|
|
1959
|
-
]
|
|
2730
|
+
],
|
|
2731
|
+
"compatibility": {
|
|
2732
|
+
"nuxt": "^2.0.0",
|
|
2733
|
+
"requires": {}
|
|
2734
|
+
}
|
|
1960
2735
|
},
|
|
1961
2736
|
{
|
|
1962
2737
|
"name": "purgecss",
|
|
1963
2738
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
1964
2739
|
"repo": "Developmint/nuxt-purgecss",
|
|
1965
|
-
"npm": "
|
|
2740
|
+
"npm": "",
|
|
1966
2741
|
"icon": "purgecss.png",
|
|
1967
2742
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
1968
2743
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -1972,16 +2747,19 @@
|
|
|
1972
2747
|
"maintainers": [
|
|
1973
2748
|
{
|
|
1974
2749
|
"name": "Developmint",
|
|
1975
|
-
"github": "Developmint"
|
|
1976
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2750
|
+
"github": "Developmint"
|
|
1977
2751
|
}
|
|
1978
|
-
]
|
|
2752
|
+
],
|
|
2753
|
+
"compatibility": {
|
|
2754
|
+
"nuxt": "^2.0.0",
|
|
2755
|
+
"requires": {}
|
|
2756
|
+
}
|
|
1979
2757
|
},
|
|
1980
2758
|
{
|
|
1981
2759
|
"name": "pwa",
|
|
1982
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2760
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1983
2761
|
"repo": "nuxt-community/pwa-module",
|
|
1984
|
-
"npm": "
|
|
2762
|
+
"npm": "",
|
|
1985
2763
|
"icon": "pwa.png",
|
|
1986
2764
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
1987
2765
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -1992,16 +2770,21 @@
|
|
|
1992
2770
|
{
|
|
1993
2771
|
"name": "Pooya Parsa",
|
|
1994
2772
|
"github": "pi0",
|
|
1995
|
-
"twitter": "_pi0_"
|
|
1996
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2773
|
+
"twitter": "_pi0_"
|
|
1997
2774
|
}
|
|
1998
|
-
]
|
|
2775
|
+
],
|
|
2776
|
+
"compatibility": {
|
|
2777
|
+
"nuxt": "^2.0.0",
|
|
2778
|
+
"requires": {
|
|
2779
|
+
"bridge": "optional"
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
1999
2782
|
},
|
|
2000
2783
|
{
|
|
2001
2784
|
"name": "python",
|
|
2002
2785
|
"description": "Write Nuxt.js applications using Python",
|
|
2003
2786
|
"repo": "nuxt-community/python-module",
|
|
2004
|
-
"npm": "
|
|
2787
|
+
"npm": "",
|
|
2005
2788
|
"icon": "python.png",
|
|
2006
2789
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2007
2790
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2011,16 +2794,19 @@
|
|
|
2011
2794
|
"maintainers": [
|
|
2012
2795
|
{
|
|
2013
2796
|
"name": "Sebastian Silva",
|
|
2014
|
-
"github": "icarito"
|
|
2015
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2797
|
+
"github": "icarito"
|
|
2016
2798
|
}
|
|
2017
|
-
]
|
|
2799
|
+
],
|
|
2800
|
+
"compatibility": {
|
|
2801
|
+
"nuxt": "^2.0.0",
|
|
2802
|
+
"requires": {}
|
|
2803
|
+
}
|
|
2018
2804
|
},
|
|
2019
2805
|
{
|
|
2020
2806
|
"name": "recaptcha",
|
|
2021
2807
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2022
2808
|
"repo": "nuxt-community/recaptcha-module",
|
|
2023
|
-
"npm": "
|
|
2809
|
+
"npm": "",
|
|
2024
2810
|
"icon": "recaptcha.png",
|
|
2025
2811
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2026
2812
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2030,16 +2816,19 @@
|
|
|
2030
2816
|
"maintainers": [
|
|
2031
2817
|
{
|
|
2032
2818
|
"name": "mvrlin",
|
|
2033
|
-
"github": "mvrlin"
|
|
2034
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2819
|
+
"github": "mvrlin"
|
|
2035
2820
|
}
|
|
2036
|
-
]
|
|
2821
|
+
],
|
|
2822
|
+
"compatibility": {
|
|
2823
|
+
"nuxt": "^2.0.0",
|
|
2824
|
+
"requires": {}
|
|
2825
|
+
}
|
|
2037
2826
|
},
|
|
2038
2827
|
{
|
|
2039
2828
|
"name": "redirect",
|
|
2040
2829
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2041
2830
|
"repo": "nuxt-community/redirect-module",
|
|
2042
|
-
"npm": "
|
|
2831
|
+
"npm": "",
|
|
2043
2832
|
"icon": "",
|
|
2044
2833
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2045
2834
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2050,16 +2839,19 @@
|
|
|
2050
2839
|
{
|
|
2051
2840
|
"name": "Alexander Lichter",
|
|
2052
2841
|
"github": "manniL",
|
|
2053
|
-
"twitter": "TheAlexLichter"
|
|
2054
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2842
|
+
"twitter": "TheAlexLichter"
|
|
2055
2843
|
}
|
|
2056
|
-
]
|
|
2844
|
+
],
|
|
2845
|
+
"compatibility": {
|
|
2846
|
+
"nuxt": "^2.0.0",
|
|
2847
|
+
"requires": {}
|
|
2848
|
+
}
|
|
2057
2849
|
},
|
|
2058
2850
|
{
|
|
2059
2851
|
"name": "rfg-icon",
|
|
2060
2852
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
2061
2853
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
2062
|
-
"npm": "
|
|
2854
|
+
"npm": "",
|
|
2063
2855
|
"icon": "real-favicon-generator.png",
|
|
2064
2856
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2065
2857
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -2069,16 +2861,19 @@
|
|
|
2069
2861
|
"maintainers": [
|
|
2070
2862
|
{
|
|
2071
2863
|
"name": "pimlie",
|
|
2072
|
-
"github": "pimlie"
|
|
2073
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2864
|
+
"github": "pimlie"
|
|
2074
2865
|
}
|
|
2075
|
-
]
|
|
2866
|
+
],
|
|
2867
|
+
"compatibility": {
|
|
2868
|
+
"nuxt": "^2.0.0",
|
|
2869
|
+
"requires": {}
|
|
2870
|
+
}
|
|
2076
2871
|
},
|
|
2077
2872
|
{
|
|
2078
2873
|
"name": "robots",
|
|
2079
2874
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2080
2875
|
"repo": "nuxt-community/robots-module",
|
|
2081
|
-
"npm": "
|
|
2876
|
+
"npm": "",
|
|
2082
2877
|
"icon": "",
|
|
2083
2878
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2084
2879
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
@@ -2088,16 +2883,19 @@
|
|
|
2088
2883
|
"maintainers": [
|
|
2089
2884
|
{
|
|
2090
2885
|
"name": "Ricardo Gobbo de Souza",
|
|
2091
|
-
"github": "ricardogobbosouza"
|
|
2092
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2886
|
+
"github": "ricardogobbosouza"
|
|
2093
2887
|
}
|
|
2094
|
-
]
|
|
2888
|
+
],
|
|
2889
|
+
"compatibility": {
|
|
2890
|
+
"nuxt": "^2.0.0",
|
|
2891
|
+
"requires": {}
|
|
2892
|
+
}
|
|
2095
2893
|
},
|
|
2096
2894
|
{
|
|
2097
2895
|
"name": "rollbar",
|
|
2098
2896
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
2099
2897
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
2100
|
-
"npm": "
|
|
2898
|
+
"npm": "",
|
|
2101
2899
|
"icon": "rollbar.png",
|
|
2102
2900
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
2103
2901
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -2107,16 +2905,19 @@
|
|
|
2107
2905
|
"maintainers": [
|
|
2108
2906
|
{
|
|
2109
2907
|
"name": "Gaël Reyrol",
|
|
2110
|
-
"github": "gaelreyrol"
|
|
2111
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2908
|
+
"github": "gaelreyrol"
|
|
2112
2909
|
}
|
|
2113
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^2.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
2114
2915
|
},
|
|
2115
2916
|
{
|
|
2116
2917
|
"name": "router-extras",
|
|
2117
2918
|
"description": "Extra Add-ons for nuxt router",
|
|
2118
2919
|
"repo": "nuxt-community/router-extras-module",
|
|
2119
|
-
"npm": "
|
|
2920
|
+
"npm": "",
|
|
2120
2921
|
"icon": "vue.png",
|
|
2121
2922
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2122
2923
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -2127,16 +2928,19 @@
|
|
|
2127
2928
|
{
|
|
2128
2929
|
"name": "Ahad Birang",
|
|
2129
2930
|
"github": "farnabaz",
|
|
2130
|
-
"twitter": "a_birang"
|
|
2131
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2931
|
+
"twitter": "a_birang"
|
|
2132
2932
|
}
|
|
2133
|
-
]
|
|
2933
|
+
],
|
|
2934
|
+
"compatibility": {
|
|
2935
|
+
"nuxt": "^2.0.0",
|
|
2936
|
+
"requires": {}
|
|
2937
|
+
}
|
|
2134
2938
|
},
|
|
2135
2939
|
{
|
|
2136
2940
|
"name": "router",
|
|
2137
2941
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
2138
2942
|
"repo": "nuxt-community/router-module",
|
|
2139
|
-
"npm": "
|
|
2943
|
+
"npm": "",
|
|
2140
2944
|
"icon": "vue.png",
|
|
2141
2945
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2142
2946
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -2147,16 +2951,19 @@
|
|
|
2147
2951
|
{
|
|
2148
2952
|
"name": "Sébastien Chopin",
|
|
2149
2953
|
"github": "Atinux",
|
|
2150
|
-
"twitter": "Atinux"
|
|
2151
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2954
|
+
"twitter": "Atinux"
|
|
2152
2955
|
}
|
|
2153
|
-
]
|
|
2956
|
+
],
|
|
2957
|
+
"compatibility": {
|
|
2958
|
+
"nuxt": "^2.0.0",
|
|
2959
|
+
"requires": {}
|
|
2960
|
+
}
|
|
2154
2961
|
},
|
|
2155
2962
|
{
|
|
2156
2963
|
"name": "sanity",
|
|
2157
2964
|
"description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
|
|
2158
2965
|
"repo": "nuxt-community/sanity-module#main",
|
|
2159
|
-
"npm": "
|
|
2966
|
+
"npm": "",
|
|
2160
2967
|
"icon": "sanity.png",
|
|
2161
2968
|
"github": "https://github.com/nuxt-community/sanity-module#main",
|
|
2162
2969
|
"website": "https://sanity.nuxtjs.org",
|
|
@@ -2167,16 +2974,19 @@
|
|
|
2167
2974
|
{
|
|
2168
2975
|
"name": "Daniel Roe",
|
|
2169
2976
|
"github": "danielroe",
|
|
2170
|
-
"twitter": "danielcroe"
|
|
2171
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
2977
|
+
"twitter": "danielcroe"
|
|
2172
2978
|
}
|
|
2173
|
-
]
|
|
2979
|
+
],
|
|
2980
|
+
"compatibility": {
|
|
2981
|
+
"nuxt": "^2.0.0",
|
|
2982
|
+
"requires": {}
|
|
2983
|
+
}
|
|
2174
2984
|
},
|
|
2175
2985
|
{
|
|
2176
2986
|
"name": "scss-to-js",
|
|
2177
2987
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
2178
2988
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
2179
|
-
"npm": "
|
|
2989
|
+
"npm": "",
|
|
2180
2990
|
"icon": "",
|
|
2181
2991
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
2182
2992
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -2186,16 +2996,19 @@
|
|
|
2186
2996
|
"maintainers": [
|
|
2187
2997
|
{
|
|
2188
2998
|
"name": "sugoidesune",
|
|
2189
|
-
"github": "sugoidesune"
|
|
2190
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
2999
|
+
"github": "sugoidesune"
|
|
2191
3000
|
}
|
|
2192
|
-
]
|
|
3001
|
+
],
|
|
3002
|
+
"compatibility": {
|
|
3003
|
+
"nuxt": "^2.0.0",
|
|
3004
|
+
"requires": {}
|
|
3005
|
+
}
|
|
2193
3006
|
},
|
|
2194
3007
|
{
|
|
2195
3008
|
"name": "segment",
|
|
2196
3009
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
2197
3010
|
"repo": "dansmaculotte/nuxt-segment",
|
|
2198
|
-
"npm": "
|
|
3011
|
+
"npm": "",
|
|
2199
3012
|
"icon": "segment.png",
|
|
2200
3013
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
2201
3014
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -2205,16 +3018,19 @@
|
|
|
2205
3018
|
"maintainers": [
|
|
2206
3019
|
{
|
|
2207
3020
|
"name": "dansmaculotte",
|
|
2208
|
-
"github": "dansmaculotte"
|
|
2209
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3021
|
+
"github": "dansmaculotte"
|
|
2210
3022
|
}
|
|
2211
|
-
]
|
|
3023
|
+
],
|
|
3024
|
+
"compatibility": {
|
|
3025
|
+
"nuxt": "^2.0.0",
|
|
3026
|
+
"requires": {}
|
|
3027
|
+
}
|
|
2212
3028
|
},
|
|
2213
3029
|
{
|
|
2214
3030
|
"name": "sentry",
|
|
2215
3031
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
2216
3032
|
"repo": "nuxt-community/sentry-module",
|
|
2217
|
-
"npm": "
|
|
3033
|
+
"npm": "",
|
|
2218
3034
|
"icon": "sentry.png",
|
|
2219
3035
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2220
3036
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -2224,16 +3040,42 @@
|
|
|
2224
3040
|
"maintainers": [
|
|
2225
3041
|
{
|
|
2226
3042
|
"name": "Rafał Chłodnicki",
|
|
2227
|
-
"github": "rchl"
|
|
2228
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3043
|
+
"github": "rchl"
|
|
2229
3044
|
}
|
|
2230
|
-
]
|
|
3045
|
+
],
|
|
3046
|
+
"compatibility": {
|
|
3047
|
+
"nuxt": "^2.0.0",
|
|
3048
|
+
"requires": {}
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "seo-meta",
|
|
3053
|
+
"description": "Simple generate seo metadata",
|
|
3054
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3055
|
+
"npm": "",
|
|
3056
|
+
"icon": "",
|
|
3057
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3058
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3059
|
+
"learn_more": "",
|
|
3060
|
+
"category": "SEO",
|
|
3061
|
+
"type": "3rd-party",
|
|
3062
|
+
"maintainers": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "ihavecoke",
|
|
3065
|
+
"github": "ihavecoke",
|
|
3066
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"compatibility": {
|
|
3070
|
+
"nuxt": "^2.0.0",
|
|
3071
|
+
"requires": {}
|
|
3072
|
+
}
|
|
2231
3073
|
},
|
|
2232
3074
|
{
|
|
2233
3075
|
"name": "seomatic-meta",
|
|
2234
3076
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
2235
3077
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
2236
|
-
"npm": "
|
|
3078
|
+
"npm": "",
|
|
2237
3079
|
"icon": "seomatic.png",
|
|
2238
3080
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
2239
3081
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -2243,16 +3085,19 @@
|
|
|
2243
3085
|
"maintainers": [
|
|
2244
3086
|
{
|
|
2245
3087
|
"name": "ben-rogerson",
|
|
2246
|
-
"github": "ben-rogerson"
|
|
2247
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3088
|
+
"github": "ben-rogerson"
|
|
2248
3089
|
}
|
|
2249
|
-
]
|
|
3090
|
+
],
|
|
3091
|
+
"compatibility": {
|
|
3092
|
+
"nuxt": "^2.0.0",
|
|
3093
|
+
"requires": {}
|
|
3094
|
+
}
|
|
2250
3095
|
},
|
|
2251
3096
|
{
|
|
2252
3097
|
"name": "separate-env",
|
|
2253
3098
|
"description": "Separated environment variables for server and client builds",
|
|
2254
3099
|
"repo": "nuxt-community/separate-env-module",
|
|
2255
|
-
"npm": "
|
|
3100
|
+
"npm": "",
|
|
2256
3101
|
"icon": "",
|
|
2257
3102
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2258
3103
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -2263,16 +3108,19 @@
|
|
|
2263
3108
|
{
|
|
2264
3109
|
"name": "Alexander Lichter",
|
|
2265
3110
|
"github": "manniL",
|
|
2266
|
-
"twitter": "TheAlexLichter"
|
|
2267
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3111
|
+
"twitter": "TheAlexLichter"
|
|
2268
3112
|
}
|
|
2269
|
-
]
|
|
3113
|
+
],
|
|
3114
|
+
"compatibility": {
|
|
3115
|
+
"nuxt": "^2.0.0",
|
|
3116
|
+
"requires": {}
|
|
3117
|
+
}
|
|
2270
3118
|
},
|
|
2271
3119
|
{
|
|
2272
3120
|
"name": "shopify",
|
|
2273
3121
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
2274
3122
|
"repo": "Gomah/nuxt-shopify",
|
|
2275
|
-
"npm": "
|
|
3123
|
+
"npm": "",
|
|
2276
3124
|
"icon": "shopify.png",
|
|
2277
3125
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
2278
3126
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -2282,16 +3130,19 @@
|
|
|
2282
3130
|
"maintainers": [
|
|
2283
3131
|
{
|
|
2284
3132
|
"name": "Gomah",
|
|
2285
|
-
"github": "Gomah"
|
|
2286
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3133
|
+
"github": "Gomah"
|
|
2287
3134
|
}
|
|
2288
|
-
]
|
|
3135
|
+
],
|
|
3136
|
+
"compatibility": {
|
|
3137
|
+
"nuxt": "^2.0.0",
|
|
3138
|
+
"requires": {}
|
|
3139
|
+
}
|
|
2289
3140
|
},
|
|
2290
3141
|
{
|
|
2291
3142
|
"name": "simple-line-icons",
|
|
2292
3143
|
"description": "Nuxt module to add simple-line-icons ",
|
|
2293
3144
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
2294
|
-
"npm": "
|
|
3145
|
+
"npm": "",
|
|
2295
3146
|
"icon": "",
|
|
2296
3147
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
2297
3148
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -2301,16 +3152,19 @@
|
|
|
2301
3152
|
"maintainers": [
|
|
2302
3153
|
{
|
|
2303
3154
|
"name": "vaso2",
|
|
2304
|
-
"github": "vaso2"
|
|
2305
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3155
|
+
"github": "vaso2"
|
|
2306
3156
|
}
|
|
2307
|
-
]
|
|
3157
|
+
],
|
|
3158
|
+
"compatibility": {
|
|
3159
|
+
"nuxt": "^2.0.0",
|
|
3160
|
+
"requires": {}
|
|
3161
|
+
}
|
|
2308
3162
|
},
|
|
2309
3163
|
{
|
|
2310
3164
|
"name": "sitemap",
|
|
2311
3165
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
2312
3166
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
2313
|
-
"npm": "
|
|
3167
|
+
"npm": "",
|
|
2314
3168
|
"icon": "",
|
|
2315
3169
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2316
3170
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -2321,16 +3175,42 @@
|
|
|
2321
3175
|
{
|
|
2322
3176
|
"name": "Nicolas PENNEC",
|
|
2323
3177
|
"github": "NicoPennec",
|
|
2324
|
-
"twitter": "NicoPennec"
|
|
2325
|
-
|
|
3178
|
+
"twitter": "NicoPennec"
|
|
3179
|
+
}
|
|
3180
|
+
],
|
|
3181
|
+
"compatibility": {
|
|
3182
|
+
"nuxt": "^2.0.0",
|
|
3183
|
+
"requires": {}
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "snipcart",
|
|
3188
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3189
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3190
|
+
"npm": "",
|
|
3191
|
+
"icon": "snipcart.png",
|
|
3192
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3193
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3194
|
+
"learn_more": "",
|
|
3195
|
+
"category": "Payment",
|
|
3196
|
+
"type": "community",
|
|
3197
|
+
"maintainers": [
|
|
3198
|
+
{
|
|
3199
|
+
"name": "Florent GIRAUD",
|
|
3200
|
+
"github": "f3ltron",
|
|
3201
|
+
"twitter": "giraud_florent"
|
|
2326
3202
|
}
|
|
2327
|
-
]
|
|
3203
|
+
],
|
|
3204
|
+
"compatibility": {
|
|
3205
|
+
"nuxt": "^2.0.0",
|
|
3206
|
+
"requires": {}
|
|
3207
|
+
}
|
|
2328
3208
|
},
|
|
2329
3209
|
{
|
|
2330
3210
|
"name": "social-meta",
|
|
2331
3211
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
2332
3212
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
2333
|
-
"npm": "
|
|
3213
|
+
"npm": "",
|
|
2334
3214
|
"icon": "",
|
|
2335
3215
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
2336
3216
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -2340,16 +3220,19 @@
|
|
|
2340
3220
|
"maintainers": [
|
|
2341
3221
|
{
|
|
2342
3222
|
"name": "AlekseyPleshkov",
|
|
2343
|
-
"github": "AlekseyPleshkov"
|
|
2344
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3223
|
+
"github": "AlekseyPleshkov"
|
|
2345
3224
|
}
|
|
2346
|
-
]
|
|
3225
|
+
],
|
|
3226
|
+
"compatibility": {
|
|
3227
|
+
"nuxt": "^2.0.0",
|
|
3228
|
+
"requires": {}
|
|
3229
|
+
}
|
|
2347
3230
|
},
|
|
2348
3231
|
{
|
|
2349
3232
|
"name": "socket-io",
|
|
2350
3233
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
2351
3234
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
2352
|
-
"npm": "
|
|
3235
|
+
"npm": "",
|
|
2353
3236
|
"icon": "socket-io.png",
|
|
2354
3237
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
2355
3238
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -2359,16 +3242,19 @@
|
|
|
2359
3242
|
"maintainers": [
|
|
2360
3243
|
{
|
|
2361
3244
|
"name": "richardeschloss",
|
|
2362
|
-
"github": "richardeschloss"
|
|
2363
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3245
|
+
"github": "richardeschloss"
|
|
2364
3246
|
}
|
|
2365
|
-
]
|
|
3247
|
+
],
|
|
3248
|
+
"compatibility": {
|
|
3249
|
+
"nuxt": "^2.0.0",
|
|
3250
|
+
"requires": {}
|
|
3251
|
+
}
|
|
2366
3252
|
},
|
|
2367
3253
|
{
|
|
2368
3254
|
"name": "speedcurve",
|
|
2369
3255
|
"description": "Speedcurve LUX module for Nuxt",
|
|
2370
3256
|
"repo": "nuxt-community/speedcurve-module",
|
|
2371
|
-
"npm": "
|
|
3257
|
+
"npm": "",
|
|
2372
3258
|
"icon": "speedcurve.png",
|
|
2373
3259
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
2374
3260
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -2379,16 +3265,52 @@
|
|
|
2379
3265
|
{
|
|
2380
3266
|
"name": "Josh Deltener",
|
|
2381
3267
|
"github": "hecktarzuli",
|
|
2382
|
-
"twitter": "JoshDeltener"
|
|
2383
|
-
|
|
3268
|
+
"twitter": "JoshDeltener"
|
|
3269
|
+
}
|
|
3270
|
+
],
|
|
3271
|
+
"compatibility": {
|
|
3272
|
+
"nuxt": "^2.0.0",
|
|
3273
|
+
"requires": {}
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"name": "speedkit",
|
|
3278
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3279
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3280
|
+
"npm": "",
|
|
3281
|
+
"icon": "speedkit.png",
|
|
3282
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3283
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3284
|
+
"learn_more": "",
|
|
3285
|
+
"category": "Performance",
|
|
3286
|
+
"type": "3rd-party",
|
|
3287
|
+
"maintainers": [
|
|
3288
|
+
{
|
|
3289
|
+
"name": "Stephan Gerbeth",
|
|
3290
|
+
"github": "StephanGerbeth",
|
|
3291
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"name": "Thorn Walli",
|
|
3295
|
+
"github": "ThornWalli",
|
|
3296
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"name": "Grabarz & Partner",
|
|
3300
|
+
"github": "GrabarzUndPartner",
|
|
3301
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2384
3302
|
}
|
|
2385
|
-
]
|
|
3303
|
+
],
|
|
3304
|
+
"compatibility": {
|
|
3305
|
+
"nuxt": "^2.0.0",
|
|
3306
|
+
"requires": {}
|
|
3307
|
+
}
|
|
2386
3308
|
},
|
|
2387
3309
|
{
|
|
2388
3310
|
"name": "storage",
|
|
2389
3311
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
2390
3312
|
"repo": "mazipan/nuxt-storage",
|
|
2391
|
-
"npm": "
|
|
3313
|
+
"npm": "",
|
|
2392
3314
|
"icon": "",
|
|
2393
3315
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2394
3316
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -2398,16 +3320,41 @@
|
|
|
2398
3320
|
"maintainers": [
|
|
2399
3321
|
{
|
|
2400
3322
|
"name": "mazipan",
|
|
2401
|
-
"github": "mazipan"
|
|
2402
|
-
|
|
3323
|
+
"github": "mazipan"
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"compatibility": {
|
|
3327
|
+
"nuxt": "^2.0.0",
|
|
3328
|
+
"requires": {}
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "storefront-ui",
|
|
3333
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3334
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3335
|
+
"npm": "",
|
|
3336
|
+
"icon": "storefront-ui.svg",
|
|
3337
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3338
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3339
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3340
|
+
"category": "UI",
|
|
3341
|
+
"type": "3rd-party",
|
|
3342
|
+
"maintainers": [
|
|
3343
|
+
{
|
|
3344
|
+
"name": "Jakub Andrzejewski",
|
|
3345
|
+
"github": "Baroshem"
|
|
2403
3346
|
}
|
|
2404
|
-
]
|
|
3347
|
+
],
|
|
3348
|
+
"compatibility": {
|
|
3349
|
+
"nuxt": "^2.0.0",
|
|
3350
|
+
"requires": {}
|
|
3351
|
+
}
|
|
2405
3352
|
},
|
|
2406
3353
|
{
|
|
2407
3354
|
"name": "stories",
|
|
2408
3355
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
2409
3356
|
"repo": "richardeschloss/nuxt-stories",
|
|
2410
|
-
"npm": "
|
|
3357
|
+
"npm": "",
|
|
2411
3358
|
"icon": "",
|
|
2412
3359
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
2413
3360
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -2417,16 +3364,19 @@
|
|
|
2417
3364
|
"maintainers": [
|
|
2418
3365
|
{
|
|
2419
3366
|
"name": "richardeschloss",
|
|
2420
|
-
"github": "richardeschloss"
|
|
2421
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3367
|
+
"github": "richardeschloss"
|
|
2422
3368
|
}
|
|
2423
|
-
]
|
|
3369
|
+
],
|
|
3370
|
+
"compatibility": {
|
|
3371
|
+
"nuxt": "^2.0.0",
|
|
3372
|
+
"requires": {}
|
|
3373
|
+
}
|
|
2424
3374
|
},
|
|
2425
3375
|
{
|
|
2426
3376
|
"name": "storyblok",
|
|
2427
3377
|
"description": "Storyblok Nuxt.js module",
|
|
2428
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2429
|
-
"npm": "
|
|
3378
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3379
|
+
"npm": "",
|
|
2430
3380
|
"icon": "storyblok.png",
|
|
2431
3381
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2432
3382
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2436,16 +3386,19 @@
|
|
|
2436
3386
|
"maintainers": [
|
|
2437
3387
|
{
|
|
2438
3388
|
"name": "storyblok",
|
|
2439
|
-
"github": "storyblok"
|
|
2440
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3389
|
+
"github": "storyblok"
|
|
2441
3390
|
}
|
|
2442
|
-
]
|
|
3391
|
+
],
|
|
3392
|
+
"compatibility": {
|
|
3393
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3394
|
+
"requires": {}
|
|
3395
|
+
}
|
|
2443
3396
|
},
|
|
2444
3397
|
{
|
|
2445
3398
|
"name": "storybook",
|
|
2446
3399
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
2447
3400
|
"repo": "nuxt-community/storybook",
|
|
2448
|
-
"npm": "
|
|
3401
|
+
"npm": "",
|
|
2449
3402
|
"icon": "storybook.png",
|
|
2450
3403
|
"github": "https://github.com/nuxt-community/storybook",
|
|
2451
3404
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -2456,22 +3409,26 @@
|
|
|
2456
3409
|
{
|
|
2457
3410
|
"name": "Ahad Birang",
|
|
2458
3411
|
"github": "farnabaz",
|
|
2459
|
-
"twitter": "a_birang"
|
|
2460
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3412
|
+
"twitter": "a_birang"
|
|
2461
3413
|
},
|
|
2462
3414
|
{
|
|
2463
3415
|
"name": "Pooya Parsa",
|
|
2464
3416
|
"github": "pi0",
|
|
2465
|
-
"twitter": "_pi0_"
|
|
2466
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3417
|
+
"twitter": "_pi0_"
|
|
2467
3418
|
}
|
|
2468
|
-
]
|
|
3419
|
+
],
|
|
3420
|
+
"compatibility": {
|
|
3421
|
+
"nuxt": "^2.0.0",
|
|
3422
|
+
"requires": {
|
|
3423
|
+
"bridge": "optional"
|
|
3424
|
+
}
|
|
3425
|
+
}
|
|
2469
3426
|
},
|
|
2470
3427
|
{
|
|
2471
3428
|
"name": "strapi",
|
|
2472
3429
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
2473
3430
|
"repo": "nuxt-community/strapi-module",
|
|
2474
|
-
"npm": "
|
|
3431
|
+
"npm": "",
|
|
2475
3432
|
"icon": "strapi.png",
|
|
2476
3433
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
2477
3434
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -2482,22 +3439,24 @@
|
|
|
2482
3439
|
{
|
|
2483
3440
|
"name": "Benjamin Canac",
|
|
2484
3441
|
"github": "benjamincanac",
|
|
2485
|
-
"twitter": "benjamincanac"
|
|
2486
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3442
|
+
"twitter": "benjamincanac"
|
|
2487
3443
|
},
|
|
2488
3444
|
{
|
|
2489
3445
|
"name": "Sébastien Chopin",
|
|
2490
3446
|
"github": "Atinux",
|
|
2491
|
-
"twitter": "Atinux"
|
|
2492
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3447
|
+
"twitter": "Atinux"
|
|
2493
3448
|
}
|
|
2494
|
-
]
|
|
3449
|
+
],
|
|
3450
|
+
"compatibility": {
|
|
3451
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3452
|
+
"requires": {}
|
|
3453
|
+
}
|
|
2495
3454
|
},
|
|
2496
3455
|
{
|
|
2497
3456
|
"name": "stripe",
|
|
2498
3457
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
2499
3458
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
2500
|
-
"npm": "
|
|
3459
|
+
"npm": "",
|
|
2501
3460
|
"icon": "stripe.png",
|
|
2502
3461
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
2503
3462
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -2507,16 +3466,19 @@
|
|
|
2507
3466
|
"maintainers": [
|
|
2508
3467
|
{
|
|
2509
3468
|
"name": "WilliamDASILVA",
|
|
2510
|
-
"github": "WilliamDASILVA"
|
|
2511
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3469
|
+
"github": "WilliamDASILVA"
|
|
2512
3470
|
}
|
|
2513
|
-
]
|
|
3471
|
+
],
|
|
3472
|
+
"compatibility": {
|
|
3473
|
+
"nuxt": "^2.0.0",
|
|
3474
|
+
"requires": {}
|
|
3475
|
+
}
|
|
2514
3476
|
},
|
|
2515
3477
|
{
|
|
2516
3478
|
"name": "style-resources",
|
|
2517
3479
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
2518
3480
|
"repo": "nuxt-community/style-resources-module",
|
|
2519
|
-
"npm": "
|
|
3481
|
+
"npm": "",
|
|
2520
3482
|
"icon": "",
|
|
2521
3483
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
2522
3484
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -2527,16 +3489,19 @@
|
|
|
2527
3489
|
{
|
|
2528
3490
|
"name": "Alexander Lichter",
|
|
2529
3491
|
"github": "manniL",
|
|
2530
|
-
"twitter": "TheAlexLichter"
|
|
2531
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3492
|
+
"twitter": "TheAlexLichter"
|
|
2532
3493
|
}
|
|
2533
|
-
]
|
|
3494
|
+
],
|
|
3495
|
+
"compatibility": {
|
|
3496
|
+
"nuxt": "^2.0.0",
|
|
3497
|
+
"requires": {}
|
|
3498
|
+
}
|
|
2534
3499
|
},
|
|
2535
3500
|
{
|
|
2536
3501
|
"name": "stylelint",
|
|
2537
3502
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
2538
3503
|
"repo": "nuxt-community/stylelint-module",
|
|
2539
|
-
"npm": "
|
|
3504
|
+
"npm": "",
|
|
2540
3505
|
"icon": "stylelint.png",
|
|
2541
3506
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
2542
3507
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -2546,16 +3511,42 @@
|
|
|
2546
3511
|
"maintainers": [
|
|
2547
3512
|
{
|
|
2548
3513
|
"name": "Ricardo Gobbo de Souza",
|
|
2549
|
-
"github": "ricardogobbosouza"
|
|
2550
|
-
|
|
3514
|
+
"github": "ricardogobbosouza"
|
|
3515
|
+
}
|
|
3516
|
+
],
|
|
3517
|
+
"compatibility": {
|
|
3518
|
+
"nuxt": "^2.0.0",
|
|
3519
|
+
"requires": {}
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"name": "supabase",
|
|
3524
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3525
|
+
"repo": "supabase/nuxt-supabase",
|
|
3526
|
+
"npm": "",
|
|
3527
|
+
"icon": "supabase.png",
|
|
3528
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3529
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3530
|
+
"learn_more": "https://supabase.io",
|
|
3531
|
+
"category": "Database",
|
|
3532
|
+
"type": "3rd-party",
|
|
3533
|
+
"maintainers": [
|
|
3534
|
+
{
|
|
3535
|
+
"name": "Scott Robertson",
|
|
3536
|
+
"github": "scottrobertson",
|
|
3537
|
+
"twitter": "scottymeuk"
|
|
2551
3538
|
}
|
|
2552
|
-
]
|
|
3539
|
+
],
|
|
3540
|
+
"compatibility": {
|
|
3541
|
+
"nuxt": "^2.0.0",
|
|
3542
|
+
"requires": {}
|
|
3543
|
+
}
|
|
2553
3544
|
},
|
|
2554
3545
|
{
|
|
2555
3546
|
"name": "svg-loader",
|
|
2556
3547
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
2557
3548
|
"repo": "Developmint/nuxt-svg-loader",
|
|
2558
|
-
"npm": "
|
|
3549
|
+
"npm": "",
|
|
2559
3550
|
"icon": "",
|
|
2560
3551
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2561
3552
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -2565,16 +3556,19 @@
|
|
|
2565
3556
|
"maintainers": [
|
|
2566
3557
|
{
|
|
2567
3558
|
"name": "Developmint",
|
|
2568
|
-
"github": "Developmint"
|
|
2569
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3559
|
+
"github": "Developmint"
|
|
2570
3560
|
}
|
|
2571
|
-
]
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^2.0.0",
|
|
3564
|
+
"requires": {}
|
|
3565
|
+
}
|
|
2572
3566
|
},
|
|
2573
3567
|
{
|
|
2574
3568
|
"name": "svg-sprite",
|
|
2575
3569
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
2576
3570
|
"repo": "nuxt-community/svg-sprite-module",
|
|
2577
|
-
"npm": "
|
|
3571
|
+
"npm": "",
|
|
2578
3572
|
"icon": "",
|
|
2579
3573
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2580
3574
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -2585,16 +3579,19 @@
|
|
|
2585
3579
|
{
|
|
2586
3580
|
"name": "Ahad Birang",
|
|
2587
3581
|
"github": "farnabaz",
|
|
2588
|
-
"twitter": "a_birang"
|
|
2589
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3582
|
+
"twitter": "a_birang"
|
|
2590
3583
|
}
|
|
2591
|
-
]
|
|
3584
|
+
],
|
|
3585
|
+
"compatibility": {
|
|
3586
|
+
"nuxt": "^2.0.0",
|
|
3587
|
+
"requires": {}
|
|
3588
|
+
}
|
|
2592
3589
|
},
|
|
2593
3590
|
{
|
|
2594
3591
|
"name": "svg",
|
|
2595
3592
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
2596
3593
|
"repo": "nuxt-community/svg-module",
|
|
2597
|
-
"npm": "
|
|
3594
|
+
"npm": "",
|
|
2598
3595
|
"icon": "",
|
|
2599
3596
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2600
3597
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -2604,16 +3601,19 @@
|
|
|
2604
3601
|
"maintainers": [
|
|
2605
3602
|
{
|
|
2606
3603
|
"name": "Sam Holmes",
|
|
2607
|
-
"github": "sam3d"
|
|
2608
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3604
|
+
"github": "sam3d"
|
|
2609
3605
|
}
|
|
2610
|
-
]
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^2.0.0",
|
|
3609
|
+
"requires": {}
|
|
3610
|
+
}
|
|
2611
3611
|
},
|
|
2612
3612
|
{
|
|
2613
3613
|
"name": "sweetalert2",
|
|
2614
3614
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
2615
3615
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
2616
|
-
"npm": "
|
|
3616
|
+
"npm": "",
|
|
2617
3617
|
"icon": "",
|
|
2618
3618
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
2619
3619
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -2623,16 +3623,19 @@
|
|
|
2623
3623
|
"maintainers": [
|
|
2624
3624
|
{
|
|
2625
3625
|
"name": "ImreC",
|
|
2626
|
-
"github": "ImreC"
|
|
2627
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3626
|
+
"github": "ImreC"
|
|
2628
3627
|
}
|
|
2629
|
-
]
|
|
3628
|
+
],
|
|
3629
|
+
"compatibility": {
|
|
3630
|
+
"nuxt": "^2.0.0",
|
|
3631
|
+
"requires": {}
|
|
3632
|
+
}
|
|
2630
3633
|
},
|
|
2631
3634
|
{
|
|
2632
3635
|
"name": "tailwindcss",
|
|
2633
3636
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
2634
3637
|
"repo": "nuxt-community/tailwindcss-module",
|
|
2635
|
-
"npm": "
|
|
3638
|
+
"npm": "",
|
|
2636
3639
|
"icon": "tailwindcss.png",
|
|
2637
3640
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
2638
3641
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -2643,19 +3646,45 @@
|
|
|
2643
3646
|
{
|
|
2644
3647
|
"name": "Sébastien Chopin",
|
|
2645
3648
|
"github": "Atinux",
|
|
2646
|
-
"twitter": "Atinux"
|
|
2647
|
-
|
|
3649
|
+
"twitter": "Atinux"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"compatibility": {
|
|
3653
|
+
"nuxt": "^2.0.0",
|
|
3654
|
+
"requires": {}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "tiktok-analytics",
|
|
3659
|
+
"description": "",
|
|
3660
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3661
|
+
"npm": "",
|
|
3662
|
+
"icon": "",
|
|
3663
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3664
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3665
|
+
"learn_more": "",
|
|
3666
|
+
"category": "Analytics",
|
|
3667
|
+
"type": "3rd-party",
|
|
3668
|
+
"maintainers": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "stickpro",
|
|
3671
|
+
"github": "stickpro",
|
|
3672
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2648
3673
|
}
|
|
2649
|
-
]
|
|
3674
|
+
],
|
|
3675
|
+
"compatibility": {
|
|
3676
|
+
"nuxt": "^2.0.0",
|
|
3677
|
+
"requires": {}
|
|
3678
|
+
}
|
|
2650
3679
|
},
|
|
2651
3680
|
{
|
|
2652
3681
|
"name": "toast",
|
|
2653
3682
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
2654
3683
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2655
|
-
"npm": "
|
|
3684
|
+
"npm": "",
|
|
2656
3685
|
"icon": "",
|
|
2657
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2658
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3686
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3687
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2659
3688
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2660
3689
|
"category": "Libraries",
|
|
2661
3690
|
"type": "community",
|
|
@@ -2663,16 +3692,43 @@
|
|
|
2663
3692
|
{
|
|
2664
3693
|
"name": "Pooya Parsa",
|
|
2665
3694
|
"github": "pi0",
|
|
2666
|
-
"twitter": "_pi0_"
|
|
2667
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3695
|
+
"twitter": "_pi0_"
|
|
2668
3696
|
}
|
|
2669
|
-
]
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^2.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "twa",
|
|
3705
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3706
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3707
|
+
"npm": "",
|
|
3708
|
+
"icon": "",
|
|
3709
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3710
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3711
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3712
|
+
"category": "Performance",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "Nicolas Perraut",
|
|
3717
|
+
"github": "tuarrep"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^2.0.0",
|
|
3722
|
+
"requires": {
|
|
3723
|
+
"bridge": "optional"
|
|
3724
|
+
}
|
|
3725
|
+
}
|
|
2670
3726
|
},
|
|
2671
3727
|
{
|
|
2672
3728
|
"name": "typed-router",
|
|
2673
3729
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
2674
3730
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
2675
|
-
"npm": "
|
|
3731
|
+
"npm": "",
|
|
2676
3732
|
"icon": "vue.png",
|
|
2677
3733
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
2678
3734
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -2682,16 +3738,19 @@
|
|
|
2682
3738
|
"maintainers": [
|
|
2683
3739
|
{
|
|
2684
3740
|
"name": "victorgarciaesgi",
|
|
2685
|
-
"github": "victorgarciaesgi"
|
|
2686
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3741
|
+
"github": "victorgarciaesgi"
|
|
2687
3742
|
}
|
|
2688
|
-
]
|
|
3743
|
+
],
|
|
3744
|
+
"compatibility": {
|
|
3745
|
+
"nuxt": "^2.0.0",
|
|
3746
|
+
"requires": {}
|
|
3747
|
+
}
|
|
2689
3748
|
},
|
|
2690
3749
|
{
|
|
2691
3750
|
"name": "typescript-runtime",
|
|
2692
3751
|
"description": "TypeScript Runtime support for Nuxt",
|
|
2693
3752
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
2694
|
-
"npm": "
|
|
3753
|
+
"npm": "",
|
|
2695
3754
|
"icon": "typescript.svg",
|
|
2696
3755
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
2697
3756
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -2701,28 +3760,29 @@
|
|
|
2701
3760
|
"maintainers": [
|
|
2702
3761
|
{
|
|
2703
3762
|
"name": "Kevin Marrec",
|
|
2704
|
-
"github": "kevinmarrec"
|
|
2705
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3763
|
+
"github": "kevinmarrec"
|
|
2706
3764
|
},
|
|
2707
3765
|
{
|
|
2708
3766
|
"name": "Pooya Parsa",
|
|
2709
3767
|
"github": "pi0",
|
|
2710
|
-
"twitter": "_pi0_"
|
|
2711
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3768
|
+
"twitter": "_pi0_"
|
|
2712
3769
|
},
|
|
2713
3770
|
{
|
|
2714
3771
|
"name": "Daniel Roe",
|
|
2715
3772
|
"github": "danielroe",
|
|
2716
|
-
"twitter": "danielcroe"
|
|
2717
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3773
|
+
"twitter": "danielcroe"
|
|
2718
3774
|
}
|
|
2719
|
-
]
|
|
3775
|
+
],
|
|
3776
|
+
"compatibility": {
|
|
3777
|
+
"nuxt": "^2.0.0",
|
|
3778
|
+
"requires": {}
|
|
3779
|
+
}
|
|
2720
3780
|
},
|
|
2721
3781
|
{
|
|
2722
3782
|
"name": "typescript",
|
|
2723
3783
|
"description": "TypeScript Support for Nuxt",
|
|
2724
3784
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
2725
|
-
"npm": "
|
|
3785
|
+
"npm": "",
|
|
2726
3786
|
"icon": "typescript.svg",
|
|
2727
3787
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
2728
3788
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -2732,28 +3792,29 @@
|
|
|
2732
3792
|
"maintainers": [
|
|
2733
3793
|
{
|
|
2734
3794
|
"name": "Kevin Marrec",
|
|
2735
|
-
"github": "kevinmarrec"
|
|
2736
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3795
|
+
"github": "kevinmarrec"
|
|
2737
3796
|
},
|
|
2738
3797
|
{
|
|
2739
3798
|
"name": "Pooya Parsa",
|
|
2740
3799
|
"github": "pi0",
|
|
2741
|
-
"twitter": "_pi0_"
|
|
2742
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3800
|
+
"twitter": "_pi0_"
|
|
2743
3801
|
},
|
|
2744
3802
|
{
|
|
2745
3803
|
"name": "Daniel Roe",
|
|
2746
3804
|
"github": "danielroe",
|
|
2747
|
-
"twitter": "danielcroe"
|
|
2748
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3805
|
+
"twitter": "danielcroe"
|
|
2749
3806
|
}
|
|
2750
|
-
]
|
|
3807
|
+
],
|
|
3808
|
+
"compatibility": {
|
|
3809
|
+
"nuxt": "^2.0.0",
|
|
3810
|
+
"requires": {}
|
|
3811
|
+
}
|
|
2751
3812
|
},
|
|
2752
3813
|
{
|
|
2753
3814
|
"name": "universal-storage",
|
|
2754
3815
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
2755
3816
|
"repo": "nuxt-community/universal-storage-module",
|
|
2756
|
-
"npm": "
|
|
3817
|
+
"npm": "",
|
|
2757
3818
|
"icon": "",
|
|
2758
3819
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2759
3820
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -2764,22 +3825,50 @@
|
|
|
2764
3825
|
{
|
|
2765
3826
|
"name": "Pooya Parsa",
|
|
2766
3827
|
"github": "pi0",
|
|
2767
|
-
"twitter": "_pi0_"
|
|
2768
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3828
|
+
"twitter": "_pi0_"
|
|
2769
3829
|
},
|
|
2770
3830
|
{
|
|
2771
3831
|
"name": "Farzad Soltani",
|
|
2772
3832
|
"github": "farzadso",
|
|
2773
|
-
"twitter": "farzadso"
|
|
2774
|
-
|
|
3833
|
+
"twitter": "farzadso"
|
|
3834
|
+
}
|
|
3835
|
+
],
|
|
3836
|
+
"compatibility": {
|
|
3837
|
+
"nuxt": "^2.0.0",
|
|
3838
|
+
"requires": {}
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"name": "unocss",
|
|
3843
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3844
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3845
|
+
"npm": "",
|
|
3846
|
+
"icon": "unocss.svg",
|
|
3847
|
+
"github": "https://github.com/antfu/unocss",
|
|
3848
|
+
"website": "https://github.com/antfu/unocss",
|
|
3849
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3850
|
+
"category": "UI",
|
|
3851
|
+
"type": "3rd-party",
|
|
3852
|
+
"maintainers": [
|
|
3853
|
+
{
|
|
3854
|
+
"name": "Anthony Fu",
|
|
3855
|
+
"github": "antfu",
|
|
3856
|
+
"twitter": "antfu7",
|
|
3857
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3860
|
+
"compatibility": {
|
|
3861
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3862
|
+
"requires": {
|
|
3863
|
+
"bridge": "optional"
|
|
2775
3864
|
}
|
|
2776
|
-
|
|
3865
|
+
}
|
|
2777
3866
|
},
|
|
2778
3867
|
{
|
|
2779
3868
|
"name": "user-agent",
|
|
2780
3869
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
2781
3870
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
2782
|
-
"npm": "
|
|
3871
|
+
"npm": "",
|
|
2783
3872
|
"icon": "",
|
|
2784
3873
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2785
3874
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -2789,16 +3878,19 @@
|
|
|
2789
3878
|
"maintainers": [
|
|
2790
3879
|
{
|
|
2791
3880
|
"name": "fukuiretu",
|
|
2792
|
-
"github": "fukuiretu"
|
|
2793
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3881
|
+
"github": "fukuiretu"
|
|
2794
3882
|
}
|
|
2795
|
-
]
|
|
3883
|
+
],
|
|
3884
|
+
"compatibility": {
|
|
3885
|
+
"nuxt": "^2.0.0",
|
|
3886
|
+
"requires": {}
|
|
3887
|
+
}
|
|
2796
3888
|
},
|
|
2797
3889
|
{
|
|
2798
3890
|
"name": "validate",
|
|
2799
3891
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
2800
3892
|
"repo": "lewyuburi/nuxt-validate",
|
|
2801
|
-
"npm": "
|
|
3893
|
+
"npm": "",
|
|
2802
3894
|
"icon": "vee-validate.png",
|
|
2803
3895
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
2804
3896
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -2808,16 +3900,19 @@
|
|
|
2808
3900
|
"maintainers": [
|
|
2809
3901
|
{
|
|
2810
3902
|
"name": "lewyuburi",
|
|
2811
|
-
"github": "lewyuburi"
|
|
2812
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3903
|
+
"github": "lewyuburi"
|
|
2813
3904
|
}
|
|
2814
|
-
]
|
|
3905
|
+
],
|
|
3906
|
+
"compatibility": {
|
|
3907
|
+
"nuxt": "^2.0.0",
|
|
3908
|
+
"requires": {}
|
|
3909
|
+
}
|
|
2815
3910
|
},
|
|
2816
3911
|
{
|
|
2817
3912
|
"name": "vendor",
|
|
2818
3913
|
"description": "directly serve node_modules",
|
|
2819
3914
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
2820
|
-
"npm": "
|
|
3915
|
+
"npm": "",
|
|
2821
3916
|
"icon": "",
|
|
2822
3917
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2823
3918
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -2828,16 +3923,19 @@
|
|
|
2828
3923
|
{
|
|
2829
3924
|
"name": "Pooya Parsa",
|
|
2830
3925
|
"github": "pi0",
|
|
2831
|
-
"twitter": "_pi0_"
|
|
2832
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3926
|
+
"twitter": "_pi0_"
|
|
2833
3927
|
}
|
|
2834
|
-
]
|
|
3928
|
+
],
|
|
3929
|
+
"compatibility": {
|
|
3930
|
+
"nuxt": "^2.0.0",
|
|
3931
|
+
"requires": {}
|
|
3932
|
+
}
|
|
2835
3933
|
},
|
|
2836
3934
|
{
|
|
2837
3935
|
"name": "vue-material",
|
|
2838
3936
|
"description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
|
|
2839
3937
|
"repo": "vaso2/nuxt-vue-material",
|
|
2840
|
-
"npm": "
|
|
3938
|
+
"npm": "",
|
|
2841
3939
|
"icon": "vue-material.png",
|
|
2842
3940
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
2843
3941
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -2847,16 +3945,19 @@
|
|
|
2847
3945
|
"maintainers": [
|
|
2848
3946
|
{
|
|
2849
3947
|
"name": "vaso2",
|
|
2850
|
-
"github": "vaso2"
|
|
2851
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3948
|
+
"github": "vaso2"
|
|
2852
3949
|
}
|
|
2853
|
-
]
|
|
3950
|
+
],
|
|
3951
|
+
"compatibility": {
|
|
3952
|
+
"nuxt": "^2.0.0",
|
|
3953
|
+
"requires": {}
|
|
3954
|
+
}
|
|
2854
3955
|
},
|
|
2855
3956
|
{
|
|
2856
3957
|
"name": "vue-multiselect",
|
|
2857
3958
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
2858
3959
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
2859
|
-
"npm": "
|
|
3960
|
+
"npm": "",
|
|
2860
3961
|
"icon": "",
|
|
2861
3962
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
2862
3963
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -2866,16 +3967,19 @@
|
|
|
2866
3967
|
"maintainers": [
|
|
2867
3968
|
{
|
|
2868
3969
|
"name": "spektrummedia",
|
|
2869
|
-
"github": "spektrummedia"
|
|
2870
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
3970
|
+
"github": "spektrummedia"
|
|
2871
3971
|
}
|
|
2872
|
-
]
|
|
3972
|
+
],
|
|
3973
|
+
"compatibility": {
|
|
3974
|
+
"nuxt": "^2.0.0",
|
|
3975
|
+
"requires": {}
|
|
3976
|
+
}
|
|
2873
3977
|
},
|
|
2874
3978
|
{
|
|
2875
3979
|
"name": "vue-select",
|
|
2876
3980
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
2877
3981
|
"repo": "madmod/nuxt-vue-select",
|
|
2878
|
-
"npm": "
|
|
3982
|
+
"npm": "",
|
|
2879
3983
|
"icon": "",
|
|
2880
3984
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
2881
3985
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -2885,16 +3989,19 @@
|
|
|
2885
3989
|
"maintainers": [
|
|
2886
3990
|
{
|
|
2887
3991
|
"name": "madmod",
|
|
2888
|
-
"github": "madmod"
|
|
2889
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
3992
|
+
"github": "madmod"
|
|
2890
3993
|
}
|
|
2891
|
-
]
|
|
3994
|
+
],
|
|
3995
|
+
"compatibility": {
|
|
3996
|
+
"nuxt": "^2.0.0",
|
|
3997
|
+
"requires": {}
|
|
3998
|
+
}
|
|
2892
3999
|
},
|
|
2893
4000
|
{
|
|
2894
4001
|
"name": "vue-warehouse",
|
|
2895
4002
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
2896
4003
|
"repo": "juliomrqz/vue-warehouse",
|
|
2897
|
-
"npm": "
|
|
4004
|
+
"npm": "",
|
|
2898
4005
|
"icon": "",
|
|
2899
4006
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
2900
4007
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -2905,16 +4012,19 @@
|
|
|
2905
4012
|
{
|
|
2906
4013
|
"name": "Julio Marquez",
|
|
2907
4014
|
"github": "juliomrqz",
|
|
2908
|
-
"twitter": "juliomrqz"
|
|
2909
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4015
|
+
"twitter": "juliomrqz"
|
|
2910
4016
|
}
|
|
2911
|
-
]
|
|
4017
|
+
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^2.0.0",
|
|
4020
|
+
"requires": {}
|
|
4021
|
+
}
|
|
2912
4022
|
},
|
|
2913
4023
|
{
|
|
2914
4024
|
"name": "vuetify",
|
|
2915
4025
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
2916
4026
|
"repo": "nuxt-community/vuetify-module",
|
|
2917
|
-
"npm": "
|
|
4027
|
+
"npm": "",
|
|
2918
4028
|
"icon": "vuetify.png",
|
|
2919
4029
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
2920
4030
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -2924,22 +4034,49 @@
|
|
|
2924
4034
|
"maintainers": [
|
|
2925
4035
|
{
|
|
2926
4036
|
"name": "Kevin Marrec",
|
|
2927
|
-
"github": "kevinmarrec"
|
|
2928
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4037
|
+
"github": "kevinmarrec"
|
|
2929
4038
|
},
|
|
2930
4039
|
{
|
|
2931
4040
|
"name": "Pooya Parsa",
|
|
2932
4041
|
"github": "pi0",
|
|
2933
|
-
"twitter": "_pi0_"
|
|
2934
|
-
|
|
4042
|
+
"twitter": "_pi0_"
|
|
4043
|
+
}
|
|
4044
|
+
],
|
|
4045
|
+
"compatibility": {
|
|
4046
|
+
"nuxt": "^2.0.0",
|
|
4047
|
+
"requires": {}
|
|
4048
|
+
}
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"name": "vueuse",
|
|
4052
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4053
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4054
|
+
"npm": "",
|
|
4055
|
+
"icon": "vueuse.svg",
|
|
4056
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4057
|
+
"website": "https://vueuse.org",
|
|
4058
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4059
|
+
"category": "Libraries",
|
|
4060
|
+
"type": "3rd-party",
|
|
4061
|
+
"maintainers": [
|
|
4062
|
+
{
|
|
4063
|
+
"name": "Anthony Fu",
|
|
4064
|
+
"github": "antfu",
|
|
4065
|
+
"twitter": "antfu7"
|
|
2935
4066
|
}
|
|
2936
|
-
]
|
|
4067
|
+
],
|
|
4068
|
+
"compatibility": {
|
|
4069
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4070
|
+
"requires": {
|
|
4071
|
+
"bridge": "optional"
|
|
4072
|
+
}
|
|
4073
|
+
}
|
|
2937
4074
|
},
|
|
2938
4075
|
{
|
|
2939
4076
|
"name": "vuex-router-sync",
|
|
2940
4077
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
2941
4078
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
2942
|
-
"npm": "
|
|
4079
|
+
"npm": "",
|
|
2943
4080
|
"icon": "",
|
|
2944
4081
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
2945
4082
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -2949,47 +4086,74 @@
|
|
|
2949
4086
|
"maintainers": [
|
|
2950
4087
|
{
|
|
2951
4088
|
"name": "paulgv",
|
|
2952
|
-
"github": "paulgv"
|
|
2953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4089
|
+
"github": "paulgv"
|
|
2954
4090
|
}
|
|
2955
|
-
]
|
|
4091
|
+
],
|
|
4092
|
+
"compatibility": {
|
|
4093
|
+
"nuxt": "^2.0.0",
|
|
4094
|
+
"requires": {}
|
|
4095
|
+
}
|
|
2956
4096
|
},
|
|
2957
4097
|
{
|
|
2958
4098
|
"name": "web-vitals",
|
|
2959
4099
|
"description": "Web Vitals for Nuxt",
|
|
2960
4100
|
"repo": "nuxt-community/web-vitals-module",
|
|
2961
|
-
"npm": "
|
|
4101
|
+
"npm": "",
|
|
2962
4102
|
"icon": "",
|
|
2963
4103
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2964
4104
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2965
4105
|
"learn_more": "",
|
|
2966
4106
|
"category": "Performance",
|
|
2967
|
-
"type": "
|
|
4107
|
+
"type": "community",
|
|
2968
4108
|
"maintainers": [
|
|
2969
4109
|
{
|
|
2970
4110
|
"name": "daliborgogic",
|
|
2971
|
-
"github": "daliborgogic"
|
|
2972
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4111
|
+
"github": "daliborgogic"
|
|
2973
4112
|
},
|
|
2974
4113
|
{
|
|
2975
4114
|
"name": "Pooya Parsa",
|
|
2976
4115
|
"github": "pi0",
|
|
2977
|
-
"twitter": "_pi0_"
|
|
2978
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4116
|
+
"twitter": "_pi0_"
|
|
2979
4117
|
},
|
|
2980
4118
|
{
|
|
2981
4119
|
"name": "Sebastien Chopin",
|
|
2982
4120
|
"github": "Atinux",
|
|
2983
|
-
"twitter": "Atinux"
|
|
2984
|
-
|
|
4121
|
+
"twitter": "Atinux"
|
|
4122
|
+
}
|
|
4123
|
+
],
|
|
4124
|
+
"compatibility": {
|
|
4125
|
+
"nuxt": "^2.0.0",
|
|
4126
|
+
"requires": {}
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"name": "web3js",
|
|
4131
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4132
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4133
|
+
"npm": "",
|
|
4134
|
+
"icon": "web3js.svg",
|
|
4135
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4136
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4137
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4138
|
+
"category": "Libraries",
|
|
4139
|
+
"type": "3rd-party",
|
|
4140
|
+
"maintainers": [
|
|
4141
|
+
{
|
|
4142
|
+
"name": "Muhammad Fauzan",
|
|
4143
|
+
"github": "fauzan121002",
|
|
4144
|
+
"twitter": "fauzandev"
|
|
2985
4145
|
}
|
|
2986
|
-
]
|
|
4146
|
+
],
|
|
4147
|
+
"compatibility": {
|
|
4148
|
+
"nuxt": "^2.0.0",
|
|
4149
|
+
"requires": {}
|
|
4150
|
+
}
|
|
2987
4151
|
},
|
|
2988
4152
|
{
|
|
2989
4153
|
"name": "webfontloader",
|
|
2990
4154
|
"description": "Efficient web font loading has never been easier!",
|
|
2991
4155
|
"repo": "Developmint/nuxt-webfontloader",
|
|
2992
|
-
"npm": "
|
|
4156
|
+
"npm": "",
|
|
2993
4157
|
"icon": "",
|
|
2994
4158
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
2995
4159
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -2999,16 +4163,43 @@
|
|
|
2999
4163
|
"maintainers": [
|
|
3000
4164
|
{
|
|
3001
4165
|
"name": "Developmint",
|
|
3002
|
-
"github": "Developmint"
|
|
3003
|
-
|
|
4166
|
+
"github": "Developmint"
|
|
4167
|
+
}
|
|
4168
|
+
],
|
|
4169
|
+
"compatibility": {
|
|
4170
|
+
"nuxt": "^2.0.0",
|
|
4171
|
+
"requires": {}
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "webpack-optimisations",
|
|
4176
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4177
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4178
|
+
"npm": "",
|
|
4179
|
+
"icon": "build-optimisations.svg",
|
|
4180
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4181
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4182
|
+
"learn_more": "",
|
|
4183
|
+
"category": "Devtools",
|
|
4184
|
+
"type": "3rd-party",
|
|
4185
|
+
"maintainers": [
|
|
4186
|
+
{
|
|
4187
|
+
"name": "Harlan Wilton",
|
|
4188
|
+
"github": "harlan-zw"
|
|
3004
4189
|
}
|
|
3005
|
-
]
|
|
4190
|
+
],
|
|
4191
|
+
"compatibility": {
|
|
4192
|
+
"nuxt": "^2.0.0",
|
|
4193
|
+
"requires": {
|
|
4194
|
+
"bridge": "optional"
|
|
4195
|
+
}
|
|
4196
|
+
}
|
|
3006
4197
|
},
|
|
3007
4198
|
{
|
|
3008
4199
|
"name": "webpack-profile",
|
|
3009
4200
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
3010
4201
|
"repo": "nuxt-community/webpack-profile-module",
|
|
3011
|
-
"npm": "
|
|
4202
|
+
"npm": "",
|
|
3012
4203
|
"icon": "webpack.png",
|
|
3013
4204
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
3014
4205
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -3019,16 +4210,19 @@
|
|
|
3019
4210
|
{
|
|
3020
4211
|
"name": "Pooya Parsa",
|
|
3021
4212
|
"github": "pi0",
|
|
3022
|
-
"twitter": "_pi0_"
|
|
3023
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4213
|
+
"twitter": "_pi0_"
|
|
3024
4214
|
}
|
|
3025
|
-
]
|
|
4215
|
+
],
|
|
4216
|
+
"compatibility": {
|
|
4217
|
+
"nuxt": "^2.0.0",
|
|
4218
|
+
"requires": {}
|
|
4219
|
+
}
|
|
3026
4220
|
},
|
|
3027
4221
|
{
|
|
3028
4222
|
"name": "webpackdashboard",
|
|
3029
4223
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
3030
4224
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
3031
|
-
"npm": "
|
|
4225
|
+
"npm": "",
|
|
3032
4226
|
"icon": "webpack.png",
|
|
3033
4227
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
3034
4228
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -3038,16 +4232,19 @@
|
|
|
3038
4232
|
"maintainers": [
|
|
3039
4233
|
{
|
|
3040
4234
|
"name": "paulgv",
|
|
3041
|
-
"github": "paulgv"
|
|
3042
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4235
|
+
"github": "paulgv"
|
|
3043
4236
|
}
|
|
3044
|
-
]
|
|
4237
|
+
],
|
|
4238
|
+
"compatibility": {
|
|
4239
|
+
"nuxt": "^2.0.0",
|
|
4240
|
+
"requires": {}
|
|
4241
|
+
}
|
|
3045
4242
|
},
|
|
3046
4243
|
{
|
|
3047
4244
|
"name": "webpackmonitor",
|
|
3048
4245
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
3049
4246
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
3050
|
-
"npm": "
|
|
4247
|
+
"npm": "",
|
|
3051
4248
|
"icon": "webpack.png",
|
|
3052
4249
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
3053
4250
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -3058,16 +4255,49 @@
|
|
|
3058
4255
|
{
|
|
3059
4256
|
"name": "Pooya Parsa",
|
|
3060
4257
|
"github": "pi0",
|
|
3061
|
-
"twitter": "_pi0_"
|
|
3062
|
-
|
|
4258
|
+
"twitter": "_pi0_"
|
|
4259
|
+
}
|
|
4260
|
+
],
|
|
4261
|
+
"compatibility": {
|
|
4262
|
+
"nuxt": "^2.0.0",
|
|
4263
|
+
"requires": {}
|
|
4264
|
+
}
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "windicss",
|
|
4268
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4269
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4270
|
+
"npm": "",
|
|
4271
|
+
"icon": "windicss.svg",
|
|
4272
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4273
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4274
|
+
"learn_more": "https://windicss.org/",
|
|
4275
|
+
"category": "UI",
|
|
4276
|
+
"type": "3rd-party",
|
|
4277
|
+
"maintainers": [
|
|
4278
|
+
{
|
|
4279
|
+
"name": "Harlan Wilton",
|
|
4280
|
+
"github": "harlan-zw",
|
|
4281
|
+
"twitter": "harlan_zw"
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "Anthony Fu",
|
|
4285
|
+
"github": "antfu",
|
|
4286
|
+
"twitter": "antfu7"
|
|
4287
|
+
}
|
|
4288
|
+
],
|
|
4289
|
+
"compatibility": {
|
|
4290
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4291
|
+
"requires": {
|
|
4292
|
+
"bridge": "optional"
|
|
3063
4293
|
}
|
|
3064
|
-
|
|
4294
|
+
}
|
|
3065
4295
|
},
|
|
3066
4296
|
{
|
|
3067
4297
|
"name": "winston-log",
|
|
3068
4298
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
3069
4299
|
"repo": "aaronransley/nuxt-winston-log",
|
|
3070
|
-
"npm": "
|
|
4300
|
+
"npm": "",
|
|
3071
4301
|
"icon": "winston.png",
|
|
3072
4302
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
3073
4303
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -3077,16 +4307,19 @@
|
|
|
3077
4307
|
"maintainers": [
|
|
3078
4308
|
{
|
|
3079
4309
|
"name": "aaronransley",
|
|
3080
|
-
"github": "aaronransley"
|
|
3081
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4310
|
+
"github": "aaronransley"
|
|
3082
4311
|
}
|
|
3083
|
-
]
|
|
4312
|
+
],
|
|
4313
|
+
"compatibility": {
|
|
4314
|
+
"nuxt": "^2.0.0",
|
|
4315
|
+
"requires": {}
|
|
4316
|
+
}
|
|
3084
4317
|
},
|
|
3085
4318
|
{
|
|
3086
4319
|
"name": "wp-nuxt",
|
|
3087
4320
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
3088
4321
|
"repo": "yashha/wp-nuxt",
|
|
3089
|
-
"npm": "
|
|
4322
|
+
"npm": "",
|
|
3090
4323
|
"icon": "wordpress.png",
|
|
3091
4324
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
3092
4325
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -3096,16 +4329,19 @@
|
|
|
3096
4329
|
"maintainers": [
|
|
3097
4330
|
{
|
|
3098
4331
|
"name": "yashha",
|
|
3099
|
-
"github": "yashha"
|
|
3100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4332
|
+
"github": "yashha"
|
|
3101
4333
|
}
|
|
3102
|
-
]
|
|
4334
|
+
],
|
|
4335
|
+
"compatibility": {
|
|
4336
|
+
"nuxt": "^2.0.0",
|
|
4337
|
+
"requires": {}
|
|
4338
|
+
}
|
|
3103
4339
|
},
|
|
3104
4340
|
{
|
|
3105
4341
|
"name": "xhr-cache",
|
|
3106
4342
|
"description": "Cache api resources and serve it as static resource",
|
|
3107
4343
|
"repo": "gaetansenn/xhr-cache",
|
|
3108
|
-
"npm": "
|
|
4344
|
+
"npm": "",
|
|
3109
4345
|
"icon": "",
|
|
3110
4346
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
3111
4347
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -3115,16 +4351,19 @@
|
|
|
3115
4351
|
"maintainers": [
|
|
3116
4352
|
{
|
|
3117
4353
|
"name": "gaetansenn",
|
|
3118
|
-
"github": "gaetansenn"
|
|
3119
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4354
|
+
"github": "gaetansenn"
|
|
3120
4355
|
}
|
|
3121
|
-
]
|
|
4356
|
+
],
|
|
4357
|
+
"compatibility": {
|
|
4358
|
+
"nuxt": "^2.0.0",
|
|
4359
|
+
"requires": {}
|
|
4360
|
+
}
|
|
3122
4361
|
},
|
|
3123
4362
|
{
|
|
3124
4363
|
"name": "xui",
|
|
3125
4364
|
"description": "Light module to help design websites with Nuxt.",
|
|
3126
4365
|
"repo": "MetaCorp/xui-module",
|
|
3127
|
-
"npm": "
|
|
4366
|
+
"npm": "",
|
|
3128
4367
|
"icon": "",
|
|
3129
4368
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
3130
4369
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -3134,15 +4373,19 @@
|
|
|
3134
4373
|
"maintainers": [
|
|
3135
4374
|
{
|
|
3136
4375
|
"name": "MetaCorp",
|
|
3137
|
-
"github": "MetaCorp"
|
|
3138
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4376
|
+
"github": "MetaCorp"
|
|
3139
4377
|
}
|
|
3140
|
-
]
|
|
4378
|
+
],
|
|
4379
|
+
"compatibility": {
|
|
4380
|
+
"nuxt": "^2.0.0",
|
|
4381
|
+
"requires": {}
|
|
4382
|
+
}
|
|
3141
4383
|
},
|
|
3142
4384
|
{
|
|
3143
4385
|
"name": "yandex-metrika",
|
|
3144
|
-
"
|
|
3145
|
-
"
|
|
4386
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4387
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
4388
|
+
"npm": "",
|
|
3146
4389
|
"icon": "",
|
|
3147
4390
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3148
4391
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -3153,16 +4396,19 @@
|
|
|
3153
4396
|
{
|
|
3154
4397
|
"name": "Pooya Parsa",
|
|
3155
4398
|
"github": "pi0",
|
|
3156
|
-
"twitter": "_pi0_"
|
|
3157
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4399
|
+
"twitter": "_pi0_"
|
|
3158
4400
|
}
|
|
3159
|
-
]
|
|
4401
|
+
],
|
|
4402
|
+
"compatibility": {
|
|
4403
|
+
"nuxt": "^2.0.0",
|
|
4404
|
+
"requires": {}
|
|
4405
|
+
}
|
|
3160
4406
|
},
|
|
3161
4407
|
{
|
|
3162
4408
|
"name": "zendesk",
|
|
3163
4409
|
"description": "Nuxt.js module for Zendesk",
|
|
3164
4410
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
3165
|
-
"npm": "
|
|
4411
|
+
"npm": "",
|
|
3166
4412
|
"icon": "zendesk.png",
|
|
3167
4413
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
3168
4414
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
@@ -3172,9 +4418,12 @@
|
|
|
3172
4418
|
"maintainers": [
|
|
3173
4419
|
{
|
|
3174
4420
|
"name": "DansMaCulotte",
|
|
3175
|
-
"github": "DansMaCulotte"
|
|
3176
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4421
|
+
"github": "DansMaCulotte"
|
|
3177
4422
|
}
|
|
3178
|
-
]
|
|
4423
|
+
],
|
|
4424
|
+
"compatibility": {
|
|
4425
|
+
"nuxt": "^2.0.0",
|
|
4426
|
+
"requires": {}
|
|
4427
|
+
}
|
|
3179
4428
|
}
|
|
3180
4429
|
]
|