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
Category1
Sort:Used by Most Apps
TypeScript
A strongly typed superset of JavaScript that compiles to clean, portable JavaScript.
Vite
Next-generation frontend build tool with an instant dev server, lightning-fast HMR, and optimized production builds.
@vitejs/plugin-react
The official Vite plugin for React with Babel-powered Fast Refresh and JSX transforms
tsx
A drop-in replacement for the node CLI that runs TypeScript and ESM files instantly, powered by esbuild.
esbuild
An extremely fast JavaScript and CSS bundler and minifier written in Go.
ts-node
TypeScript execution engine and REPL for Node.js that runs .ts files directly, without a separate compile step.
webpack
A static module bundler that builds a dependency graph of your project's modules and packages them into optimized browser bundles
tsup
Zero-config TypeScript library bundler powered by esbuild
webpack-cli
The official command-line interface for webpack, adding build, watch, serve, and config-validation commands to any project.
css-loader
Resolves CSS @import and url() like JavaScript imports so webpack can bundle stylesheets and their assets.
electron-builder
A complete solution to package and build ready-to-distribute Electron apps for macOS, Windows, and Linux with auto-update support out of the box.
SWC
Rust-based JavaScript/TypeScript compiler, a drop-in super-fast alternative to Babel
style-loader
A webpack loader that injects bundled CSS into the DOM using style or link tags at runtime.
rollup
A module bundler for JavaScript that compiles small pieces of code into optimized libraries and applications using native ES modules.
babel-loader
Babel loader for webpack (and Rspack) that transpiles modern JavaScript with filesystem caching and source map support.
@vitejs/plugin-vue
The official Vite plugin for compiling Vue Single File Components with fast HMR and full TypeScript support
sass-loader
Compiles Sass and SCSS files to CSS inside a webpack build, wiring in Dart Sass or Sass Embedded automatically.
npm-run-all
A cross-platform CLI that runs multiple npm-scripts in parallel or in sequence, replacing fragile shell operators like && with Windows-safe orchestration.
webpack-dev-server
The official live-reloading development server for webpack, with hot module replacement, HTTPS, and proxying built in.
postcss-loader
Runs PostCSS plugins on your CSS as part of a webpack build pipeline.
html-webpack-plugin
Generates and injects your webpack bundle tags into HTML files automatically, with zero configuration required.
mini-css-extract-plugin
A Webpack 5 plugin that extracts imported CSS into separate files per chunk, with async loading, source maps, and on-demand delivery.
TypeScript Native Preview
Preview npm build of tsgo, the native Go port of the TypeScript compiler ahead of TypeScript 7.0.
unplugin-dts
Bundler plugin that generates .d.ts declaration files across Vite, Rollup, Webpack, Rspack, and esbuild