Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Kind1
Category
Sort:Used by Most Apps
typescript-eslint
The official meta-package bundling the TypeScript ESLint parser, plugin, and rule presets behind a single typed config() helper.
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
eslint-import-resolver-typescript
A TypeScript-aware module resolver that plugs into eslint-plugin-import(-x) so ESLint can correctly follow .ts/.tsx imports, tsconfig paths, and package export maps.
Ruff
An extremely fast Python linter and code formatter, written in Rust, built as a drop-in replacement for Flake8, Black, isort, and dozens of plugins.
html-webpack-plugin
Generates and injects your webpack bundle tags into HTML files automatically, with zero configuration required.
Gunicorn
A fast, lightweight pre-fork WSGI and ASGI HTTP server for running Python web apps in production on UNIX.
mypy
Optional static type checker that catches Python bugs before you run your code
Alembic
Database migrations tool for SQLAlchemy with autogenerate and transactional DDL
js-beautify
Reformats and re-indents JavaScript, HTML, and CSS into clean, readable code
MkDocs
A fast, simple static site generator for building project documentation from Markdown with a single YAML config file.
@rushstack/eslint-patch
A runtime monkey-patch that gives ESLint monorepo-friendly module resolution, custom shareable-config naming, and bulk suppression tooling for legacy lint violations.
fork-ts-checker-webpack-plugin
Runs TypeScript type checking in a separate forked process so webpack builds stay fast.
isort
Automatically sorts and organizes Python import statements
flake8
The CLI linter that wraps PyFlakes, pycodestyle, and McCabe complexity checks into a single Python style and error checker.
Sphinx
A documentation generator that turns reStructuredText or Markdown sources into polished HTML, PDF, EPUB, and more.
Docusaurus OpenAPI Docs
Docusaurus plugin that generates polished API reference docs directly from an OpenAPI spec
build
A simple, correct Python build frontend for producing PEP 517 source distributions and wheels.
@intlify/unplugin-vue-i18n
A build-time unplugin that precompiles Vue I18n locale messages into optimized JavaScript across Vite, Webpack, and Rspack.
IPython
A productive interactive Python shell with rich introspection, tab completion, and magic commands.
Pylint
A static code analyser for Python that catches bugs and enforces coding standards
Granian
A fast Rust HTTP server for Python that serves ASGI, WSGI, and RSGI applications
Poetry
Poetry is a dependency management and packaging tool for Python that resolves, locks, and installs project dependencies through a single pyproject.toml file.
pip
The official package installer for Python, bundled with the interpreter
pytest-order
Pytest plugin for running tests in a specific, controllable order