Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove svelte libraries from recs

Mary 76ec422c 2e024ea4

+3 -19
+3 -19
src/recommendations.ts
··· 27 27 'pinia', 28 28 ['redux', 'react-redux'], 29 29 'valtio', 30 - ['@xstate/react', '@xstate/solid', '@xstate/svelte', '@xstate/vue'], 30 + ['@xstate/react', '@xstate/solid', '@xstate/vue'], 31 31 'zustand', 32 32 33 33 // standalone reactivity ··· 38 38 // data fetching 39 39 '@apollo/client', 40 40 'graphql-request', 41 - [ 42 - '@tanstack/angular-query', 43 - '@tanstack/react-query', 44 - '@tanstack/solid-query', 45 - '@tanstack/svelte-query', 46 - '@tanstack/vue-query', 47 - ], 41 + ['@tanstack/angular-query', '@tanstack/react-query', '@tanstack/solid-query', '@tanstack/vue-query'], 48 42 ['@trpc/client', '@trpc/react-query'], 49 43 'swr', 50 44 'urql', ··· 153 147 // forms 154 148 ['final-form', 'react-final-form'], 155 149 'react-hook-form', 156 - [ 157 - '@formisch/preact', 158 - '@formisch/qwik', 159 - '@formisch/react', 160 - '@formisch/solid', 161 - '@formisch/svelte', 162 - '@formisch/vue', 163 - ], 150 + ['@formisch/preact', '@formisch/qwik', '@formisch/react', '@formisch/solid', '@formisch/vue'], 164 151 [ 165 152 '@tanstack/angular-form', 166 153 '@tanstack/lit-form', 167 154 '@tanstack/react-form', 168 155 '@tanstack/solid-form', 169 - '@tanstack/svelte-form', 170 156 '@tanstack/vue-form', 171 157 ], 172 158 ··· 177 163 '@tanstack/qwik-table', 178 164 '@tanstack/react-table', 179 165 '@tanstack/solid-table', 180 - '@tanstack/svelte-table', 181 166 '@tanstack/vue-table', 182 167 ], 183 168 ··· 189 174 '@tanstack/lit-virtual', 190 175 '@tanstack/react-virtual', 191 176 '@tanstack/solid-virtual', 192 - '@tanstack/svelte-virtual', 193 177 '@tanstack/vue-virtual', 194 178 ], 195 179