|
7 | 7 | "url": "https://axios.nuxtjs.org"
|
8 | 8 | },
|
9 | 9 | "detectors": {
|
10 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$axios" |
| 10 | + "js": "window.$nuxt?.$options?.context?.app?.$axios" |
11 | 11 | }
|
12 | 12 | },
|
13 | 13 | "@nuxt/http": {
|
|
18 | 18 | "url": "https://http.nuxtjs.org"
|
19 | 19 | },
|
20 | 20 | "detectors": {
|
21 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$http" |
22 |
| - } |
23 |
| - }, |
24 |
| - "@nuxt/press": { |
25 |
| - "metas": { |
26 |
| - "slug": "nuxt-press", |
27 |
| - "name": "@nuxt/press", |
28 |
| - "imgPath": null, |
29 |
| - "url": "https://nuxt.press" |
30 |
| - }, |
31 |
| - "detectors": { |
32 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$press" |
| 21 | + "js": "window.$nuxt?.$options?.context?.app?.$http" |
33 | 22 | }
|
34 | 23 | },
|
35 | 24 | "@nuxtjs/pwa": {
|
|
40 | 29 | "url": "https://pwa.nuxtjs.org"
|
41 | 30 | },
|
42 | 31 | "detectors": {
|
43 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$icon" |
| 32 | + "js": "window.$nuxt?.$options?.context?.app?.$icon" |
44 | 33 | }
|
45 | 34 | },
|
46 | 35 | "@nuxtjs/apollo": {
|
|
51 | 40 | "url": "https://github.com/nuxt-community/apollo-module"
|
52 | 41 | },
|
53 | 42 | "detectors": {
|
54 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$apolloHelpers" |
| 43 | + "js": "window.$nuxt?.$options?.context?.app?.$apolloHelpers" |
55 | 44 | }
|
56 | 45 | },
|
57 | 46 | "@nuxtjs/auth": {
|
|
62 | 51 | "url": "https://auth.nuxtjs.org"
|
63 | 52 | },
|
64 | 53 | "detectors": {
|
65 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$auth && window.$nuxt.$options.context.app.$auth.loginWith" |
| 54 | + "js": "window.$nuxt?.$options?.context?.app?.$auth && window.$nuxt.$options.context.app.$auth.loginWith" |
66 | 55 | }
|
67 | 56 | },
|
68 | 57 | "@nuxtjs/sentry": {
|
|
73 | 62 | "url": "https://github.com/nuxt-community/sentry-module"
|
74 | 63 | },
|
75 | 64 | "detectors": {
|
76 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$sentry" |
| 65 | + "js": "window.$nuxt?.$options?.context?.app?.$sentry" |
77 | 66 | }
|
78 | 67 | },
|
79 | 68 | "@nuxtjs/vuetify": {
|
|
84 | 73 | "url": "https://github.com/nuxt-community/vuetify-module"
|
85 | 74 | },
|
86 | 75 | "detectors": {
|
87 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.vuetify" |
| 76 | + "js": "window.$nuxt?.$options?.context?.app?.vuetify" |
88 | 77 | }
|
89 | 78 | },
|
90 | 79 | "@nuxtjs/device": {
|
|
95 | 84 | "url": "https://github.com/nuxt-community/device-module"
|
96 | 85 | },
|
97 | 86 | "detectors": {
|
98 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$device" |
| 87 | + "js": "window.$nuxt?.$options?.context?.app?.$device" |
99 | 88 | }
|
100 | 89 | },
|
101 | 90 | "@nuxtjs/firebase": {
|
|
106 | 95 | "url": "https://firebase.nuxtjs.org"
|
107 | 96 | },
|
108 | 97 | "detectors": {
|
109 |
| - "js": "window.$nuxt && (window.$nuxt.$options.context.app.$fireAuth || window.$nuxt.$options.context.app.$fireDb || window.$nuxt.$options.context.app.$fireStore || window.$nuxt.$options.context.app.$fireStorage || window.$nuxt.$options.context.app.$fireFunc || window.$nuxt.$options.context.app.$fireMess || window.$nuxt.$options.context.app.$firePerf || window.$nuxt.$options.context.app.$fireAnalytics || window.$nuxt.$options.context.app.$fireConfig)" |
| 98 | + "js": "window.$nuxt?.$options?.context?.app && (window.$nuxt.$options.context.app.$fireAuth || window.$nuxt.$options.context.app.$fireDb || window.$nuxt.$options.context.app.$fireStore || window.$nuxt.$options.context.app.$fireStorage || window.$nuxt.$options.context.app.$fireFunc || window.$nuxt.$options.context.app.$fireMess || window.$nuxt.$options.context.app.$firePerf || window.$nuxt.$options.context.app.$fireAnalytics || window.$nuxt.$options.context.app.$fireConfig)" |
110 | 99 | }
|
111 | 100 | },
|
112 | 101 | "nuxt-user-agent": {
|
|
117 | 106 | "url": "https://github.com/fukuiretu/nuxt-user-agent"
|
118 | 107 | },
|
119 | 108 | "detectors": {
|
120 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$ua" |
| 109 | + "js": "window.$nuxt?.$options?.context?.app?.$ua" |
121 | 110 | }
|
122 | 111 | },
|
123 | 112 | "nuxt-shopify": {
|
|
128 | 117 | "url": "https://github.com/Gomah/nuxt-shopify"
|
129 | 118 | },
|
130 | 119 | "detectors": {
|
131 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$shopify" |
| 120 | + "js": "window.$nuxt?.$options?.context?.app?.$shopify" |
132 | 121 | }
|
133 | 122 | },
|
134 | 123 | "@nuxtjs/recaptcha": {
|
|
139 | 128 | "url": "https://github.com/nuxt-community/recaptcha-module"
|
140 | 129 | },
|
141 | 130 | "detectors": {
|
142 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$recaptcha" |
| 131 | + "js": "window.$nuxt?.$options?.context?.app?.$recaptcha" |
143 | 132 | }
|
144 | 133 | },
|
145 | 134 | "@nuxtjs/google-gtag": {
|
|
150 | 139 | "url": "https://github.com/nuxt-community/google-gtag"
|
151 | 140 | },
|
152 | 141 | "detectors": {
|
153 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$gtag" |
| 142 | + "js": "window.$nuxt?.$options?.context?.app?.$gtag" |
154 | 143 | }
|
155 | 144 | },
|
156 | 145 | "@nuxtjs/google-analytics": {
|
|
161 | 150 | "url": "https://google-analytics.nuxtjs.org"
|
162 | 151 | },
|
163 | 152 | "detectors": {
|
164 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$ga" |
| 153 | + "js": "window.$nuxt?.$options?.context?.app?.$ga" |
165 | 154 | }
|
166 | 155 | },
|
167 | 156 | "@nuxtjs/google-tag-manager": {
|
|
172 | 161 | "url": "https://github.com/nuxt-community/gtm-module"
|
173 | 162 | },
|
174 | 163 | "detectors": {
|
175 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$gtm" |
| 164 | + "js": "window.$nuxt?.$options?.context?.app?.$gtm" |
176 | 165 | }
|
177 | 166 | },
|
178 | 167 | "nuxt-matomo": {
|
|
183 | 172 | "url": "https://github.com/pimlie/nuxt-matomo"
|
184 | 173 | },
|
185 | 174 | "detectors": {
|
186 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$matomo" |
| 175 | + "js": "window.$nuxt?.$options?.context?.app?.$matomo" |
187 | 176 | }
|
188 | 177 | },
|
189 | 178 | "cookie-universal-nuxt": {
|
|
194 | 183 | "url": "https://github.com/microcipcip/cookie-universal/tree/master/packages/cookie-universal-nuxt"
|
195 | 184 | },
|
196 | 185 | "detectors": {
|
197 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$cookies && window.$nuxt.$options.context.app.$cookies.nodeCookie" |
| 186 | + "js": "window.$nuxt?.$options?.context?.app?.$cookies?.nodeCookie" |
198 | 187 | }
|
199 | 188 | },
|
200 | 189 | "nuxt-socket-io": {
|
|
205 | 194 | "url": "https://github.com/richardeschloss/nuxt-socket-io"
|
206 | 195 | },
|
207 | 196 | "detectors": {
|
208 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$nuxtSocket" |
| 197 | + "js": "window.$nuxt?.$options?.context?.app?.$nuxtSocket" |
209 | 198 | }
|
210 | 199 | },
|
211 | 200 | "nuxt-facebook-pixel-module": {
|
|
216 | 205 | "url": "https://github.com/WilliamDASILVA/nuxt-facebook-pixel-module"
|
217 | 206 | },
|
218 | 207 | "detectors": {
|
219 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$fb" |
| 208 | + "js": "window.$nuxt?.$options?.context?.app?.$fb" |
220 | 209 | }
|
221 | 210 | },
|
222 | 211 | "nuxt-rollbar-module": {
|
|
227 | 216 | "url": "https://github.com/gaelreyrol/nuxt-rollbar-module"
|
228 | 217 | },
|
229 | 218 | "detectors": {
|
230 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$rollbar" |
| 219 | + "js": "window.$nuxt?.$options?.context?.app?.$rollbar" |
231 | 220 | }
|
232 | 221 | },
|
233 | 222 | "nuxt-dayjs-module": {
|
|
238 | 227 | "url": "https://github.com/potato4d/nuxt-dayjs-module"
|
239 | 228 | },
|
240 | 229 | "detectors": {
|
241 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$dayjs" |
| 230 | + "js": "window.$nuxt?.$options?.context?.app?.$dayjs" |
242 | 231 | }
|
243 | 232 | },
|
244 | 233 | "@nuxtjs/date-fns": {
|
|
249 | 238 | "url": "https://github.com/nuxt-community/date-fns-module"
|
250 | 239 | },
|
251 | 240 | "detectors": {
|
252 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$dateFns" |
| 241 | + "js": "window.$nuxt?.$options?.context?.app?.$dateFns" |
253 | 242 | }
|
254 | 243 | },
|
255 | 244 | "@nuxtjs/moment": {
|
|
260 | 249 | "url": "https://github.com/nuxt-community/moment-module"
|
261 | 250 | },
|
262 | 251 | "detectors": {
|
263 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$moment" |
| 252 | + "js": "window.$nuxt?.$options?.context?.app?.$moment" |
264 | 253 | }
|
265 | 254 | },
|
266 | 255 | "@nuxtjs/universal-storage": {
|
|
271 | 260 | "url": "https://github.com/nuxt-community/universal-storage-module"
|
272 | 261 | },
|
273 | 262 | "detectors": {
|
274 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$storage" |
| 263 | + "js": "window.$nuxt?.$options?.context?.app?.$storage" |
275 | 264 | }
|
276 | 265 | },
|
277 | 266 | "@nuxtjs/prismic": {
|
|
282 | 271 | "url": "https://prismic.nuxtjs.org"
|
283 | 272 | },
|
284 | 273 | "detectors": {
|
285 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$prismic" |
| 274 | + "js": "window.$nuxt?.$options?.context?.app?.$prismic" |
286 | 275 | }
|
287 | 276 | },
|
288 | 277 | "storyblok-nuxt": {
|
|
293 | 282 | "url": "https://github.com/storyblok/storyblok-nuxt"
|
294 | 283 | },
|
295 | 284 | "detectors": {
|
296 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$storyapi" |
| 285 | + "js": "window.$nuxt?.$options?.context?.app?.$storyapi" |
297 | 286 | }
|
298 | 287 | },
|
299 | 288 | "nuxt-sanity": {
|
|
304 | 293 | "url": "https://sanity.nuxtjs.org"
|
305 | 294 | },
|
306 | 295 | "detectors": {
|
307 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$sanity" |
| 296 | + "js": "window.$nuxt?.$options?.context?.app?.$sanity" |
308 | 297 | }
|
309 | 298 | },
|
310 | 299 | "@nuxt/content": {
|
|
315 | 304 | "url": "https://content.nuxtjs.org"
|
316 | 305 | },
|
317 | 306 | "detectors": {
|
318 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$content" |
| 307 | + "js": "window.$nuxt?.$options?.context?.app?.$content" |
319 | 308 | }
|
320 | 309 | },
|
321 | 310 | "@nuxtjs/color-mode": {
|
|
326 | 315 | "url": "https://color-mode.nuxtjs.org"
|
327 | 316 | },
|
328 | 317 | "detectors": {
|
329 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$colorMode" |
| 318 | + "js": "window.$nuxt?.$options?.context?.app?.$colorMode" |
330 | 319 | }
|
331 | 320 | },
|
332 | 321 | "nuxt-ackee": {
|
|
337 | 326 | "url": "https://github.com/bdrtsky/nuxt-ackee"
|
338 | 327 | },
|
339 | 328 | "detectors": {
|
340 |
| - "js": "window.$nuxt && window.$nuxt.$options.context.app.$ackee" |
| 329 | + "js": "window.$nuxt?.$options?.context?.app?.$ackee" |
341 | 330 | }
|
342 | 331 | },
|
343 | 332 | "@nuxtjs/strapi": {
|
|
348 | 337 | "url": "https://strapi.nuxtjs.org"
|
349 | 338 | },
|
350 | 339 | "detectors": {
|
351 |
| - "js": "window.$nuxt && (window.$nuxt.$strapi || window.$nuxt.$options.context.app.$strapi)" |
| 340 | + "js": "window.$nuxt?.$options?.context?.app?.$strapi" |
352 | 341 | }
|
353 | 342 | },
|
354 | 343 | "nuxt-i18n": {
|
|
359 | 348 | "url": "https://i18n.nuxtjs.org"
|
360 | 349 | },
|
361 | 350 | "detectors": {
|
362 |
| - "js": "window.$nuxt && window.$nuxt.$nuxtI18nSeo" |
| 351 | + "js": "window.$nuxt?.$nuxtI18nSeo" |
363 | 352 | }
|
364 | 353 | },
|
365 | 354 | "nuxt-image": {
|
|
370 | 359 | "url": "https://image.nuxtjs.org"
|
371 | 360 | },
|
372 | 361 | "detectors": {
|
373 |
| - "js": "window.$nuxt && window.$nuxt.$img" |
| 362 | + "js": "window.$nuxt?.$img" |
374 | 363 | }
|
375 | 364 | },
|
376 | 365 | "nuxt-cloudinary": {
|
|
381 | 370 | "url": "https://cloudinary.nuxtjs.org"
|
382 | 371 | },
|
383 | 372 | "detectors": {
|
384 |
| - "js": "window.$nuxt && window.$nuxt.$cloudinary" |
| 373 | + "js": "window.$nuxt?.$cloudinary" |
385 | 374 | }
|
386 | 375 | }
|
387 | 376 | }
|
0 commit comments