@@ -9,7 +9,40 @@ import LogoVitest from '~/assets/logos/oss-partners/vitest.svg'
99import LogoVue from '~/assets/logos/oss-partners/vue.svg'
1010import LogoAlgolia from '~/assets/logos/oss-partners/algolia.svg'
1111import LogoAlgoliaLight from '~/assets/logos/oss-partners/algolia-light.svg'
12+ import LogoAtmosphereConf from './atmosphereconf.png'
13+ import LogoAtmosphereConfLight from './atmosphereconf-light.png'
14+ import LogoShiki from './shiki.svg'
15+ import LogoUnoCss from './unocss.svg'
16+ import LogoVitePwa from './vite-pwa.svg'
17+ import LogoVitePwaLight from './vite-pwa-light.svg'
18+ import LogoVueUse from './vueuse.svg'
19+ import LogoVueDataUi from './vue-data-ui.png'
20+ import LogoUnJs from './unjs.svg'
21+ import LogoH3 from './h3.svg'
22+ import LogoNitro from './nitro.svg'
23+ import LogoKnip from './knip.svg'
24+ import LogoNapiRs from './napi-rs.png'
25+ // import LogoTinyglobby from './tinyglobby.svg'
26+ import LogoValibot from './valibot.svg'
27+ import LogoFastCheck from './fast-check.svg'
28+ // import LogoAtcute from './atcute.svg'
29+ import LogoLunaria from './lunaria.svg'
30+ import LogoTypescript from './typescript.svg'
31+ import LogoNode from './nodejs.svg'
32+ import LogoJsr from './jsr.svg'
33+ import LogoDeno from './deno.svg'
34+ import LogoDenoLight from './deno-light.svg'
35+ import LogoPlaywright from './playwright.svg'
36+ import LogoIconify from './iconify.svg'
37+ import LogoFloatingUi from './floating-ui-vue.svg'
1238
39+ // i'll ask, but they will surely say yes: knip, napi-rs, tinyglobby, valibot, fast-check,
40+ // i need to check first: atcute, lunaria, typescript, node, jsr, deno
41+
42+ // shiki, unocss, vite-pwa, vueuse, vue-data-ui, unjs, h3, nitro
43+ // i'll ask, but they will surely say yes: knip, napi-rs, tinyglobby, valibot, fast-check,
44+ // i need to check first: atcute, lunaria, typescript, node, jsr, deno
45+ // others we could add: playwright, iconify, floating-ui/vue
1346// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
1447// For logo src, specify a string or object with the light and dark theme variants.
1548// Prefer original assets from partner sites to keep their brand identity.
@@ -73,4 +106,123 @@ export const OSS_PARTNERS = [
73106 logo : LogoStorybook ,
74107 url : 'https://storybook.js.org/' ,
75108 } ,
109+ {
110+ name : 'atmosphereconf' ,
111+ logo : {
112+ dark : LogoAtmosphereConf ,
113+ light : LogoAtmosphereConfLight ,
114+ } ,
115+ url : 'https://atmosphereconf.org/' ,
116+ } ,
117+ {
118+ name : 'Shiki' ,
119+ logo : LogoShiki ,
120+ url : 'https://shiki.style/' ,
121+ } ,
122+ {
123+ name : 'UnoCSS' ,
124+ logo : LogoUnoCss ,
125+ url : 'https://unocss.dev/' ,
126+ } ,
127+ {
128+ name : 'Vite PWA' ,
129+ logo : {
130+ dark : LogoVitePwa ,
131+ light : LogoVitePwaLight ,
132+ } ,
133+ url : 'https://vite-pwa-org.netlify.app/' ,
134+ } ,
135+ {
136+ name : 'Vue Use' ,
137+ logo : LogoVueUse ,
138+ url : 'https://vueuse.org/' ,
139+ } ,
140+ {
141+ name : 'Vue Data UI' ,
142+ logo : LogoVueDataUi ,
143+ url : 'https://vue-data-ui.graphieros.com/' ,
144+ } ,
145+ {
146+ name : 'UnJS' ,
147+ logo : LogoUnJs ,
148+ url : 'https://unjs.io/' ,
149+ } ,
150+ {
151+ name : 'H3' ,
152+ logo : LogoH3 ,
153+ url : 'https://h3.dev/' ,
154+ } ,
155+ {
156+ name : 'Nitro' ,
157+ logo : LogoNitro ,
158+ url : 'https://nitro.build/' ,
159+ } ,
160+ {
161+ name : 'Knip' ,
162+ logo : LogoKnip ,
163+ url : 'https://knip.dev/' ,
164+ } ,
165+ {
166+ name : 'Napi RS' ,
167+ logo : LogoNapiRs ,
168+ url : 'https://napi.rs/' ,
169+ } ,
170+ // {
171+ // name: 'Tinyglobby',
172+ // logo: LogoTinyglobby,
173+ // url: 'https://tinyglobby.github.io/',
174+ // },
175+ {
176+ name : 'Valibot' ,
177+ logo : LogoValibot ,
178+ url : 'https://valibot.dev/' ,
179+ } ,
180+ {
181+ name : 'Fast Check' ,
182+ logo : LogoFastCheck ,
183+ url : 'https://fast-check.dev/' ,
184+ } ,
185+ {
186+ name : 'Lunaria' ,
187+ logo : LogoLunaria ,
188+ url : 'https://lunaria.dev/' ,
189+ } ,
190+ {
191+ name : 'Typescript' ,
192+ logo : LogoTypescript ,
193+ url : 'https://www.typescriptlang.org/' ,
194+ } ,
195+ {
196+ name : 'Node' ,
197+ logo : LogoNode ,
198+ url : 'https://nodejs.org/' ,
199+ } ,
200+ {
201+ name : 'JSR' ,
202+ logo : LogoJsr ,
203+ url : 'https://jsr.dev/' ,
204+ } ,
205+ {
206+ name : 'Deno' ,
207+ logo : {
208+ dark : LogoDeno ,
209+ light : LogoDenoLight ,
210+ } ,
211+ url : 'https://deno.com/' ,
212+ } ,
213+ {
214+ name : 'Playwright' ,
215+ logo : LogoPlaywright ,
216+ url : 'https://playwright.dev/' ,
217+ } ,
218+ {
219+ name : 'Iconify' ,
220+ logo : LogoIconify ,
221+ url : 'https://iconify.design/' ,
222+ } ,
223+ {
224+ name : 'Floating UI' ,
225+ logo : LogoFloatingUi ,
226+ url : 'https://floating-ui.com/' ,
227+ } ,
76228]
0 commit comments