Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search for GitHub repos which have certain package.json dependencies

Tags:

github

I want to search for public GitHub repos (and hopefully sort them by a star) that have certain package.json dependencies like next-mdx-enhanced, @tailwindcss/typography, and typescript.

I can get all repos which use next-mdx-enhanced by visiting next-mdx-enhanced repo and clicking on Used by xxx i.e. dependency graph.

Similar for tailwindcss-typography. So, how can I get repos containing a combination of these dependencies?

like image 665
GorvGoyl Avatar asked Jan 02 '26 01:01

GorvGoyl


1 Answers

You can try filtering all GitHub repositories with a package.json file with a keyword like this: next-mdx-enhanced path:package.json. Here is an example

like image 172
Abaan Shanid Avatar answered Jan 04 '26 00:01

Abaan Shanid



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!