github

Search for GitHub repos which have certain package.json dependencies


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?


Solution

  • 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