File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 339
339
"detectors" : {
340
340
"js" : " window.$nuxt && window.$nuxt.$options.context.app.$ackee"
341
341
}
342
+ },
343
+ "@nuxtjs/strapi" : {
344
+ "metas" : {
345
+ "slug" : " nuxtjs-strapi" ,
346
+ "name" : " @nuxtjs/strapi" ,
347
+ "imgPath" : null ,
348
+ "url" : " https://strapi.nuxtjs.org/"
349
+ },
350
+ "detectors" : {
351
+ "js" : " window.$nuxt && (window.$strapi || window.$nuxt.$options.context.app.$strapi)"
352
+ }
342
353
}
343
- }
354
+ }
Original file line number Diff line number Diff line change 67
67
"detectors" : {
68
68
"html" : " <(?:div|button|a) [^>]*class=\" [^\" ]*[^_](?:_border-|_rounded|_rounded-|_clearfix|_background-|_display-|_embed|_float-|_overflow-|_overlay|_position-|_width-|_margin-|_padding-|_align-|_visibility-)"
69
69
}
70
+ },
71
+ "chakra-ui" : {
72
+ "metas" : {
73
+ "slug" : " chakra-ui" ,
74
+ "name" : " Chakra UI" ,
75
+ "imgPath" : " /ui/chakra-ui.svg" ,
76
+ "url" : " https://vue.chakra-ui.com"
77
+ },
78
+ "detectors" : {
79
+ "js" : " [...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$chakra)).filter(Boolean).length"
80
+ }
70
81
}
71
- }
82
+ }
You can’t perform that action at this time.
0 commit comments