Build Tools & Bundlers Packages
Module bundlers, compilers, transpilers, and build/packaging tooling that turn source code into shippable assets (Webpack, Vite, esbuild, Rollup).
Packages in Build Tools & Bundlers
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.
postcss
A CSS transformation engine that parses styles into an AST, letting JS plugins lint, prefix, and rewrite CSS — the foundation beneath Autoprefixer, Tailwind, and 200+ other tools.
Autoprefixer
Parses your CSS and automatically adds vendor prefixes using real-world browser usage data from Can I Use.
@vitejs/plugin-react
The official Vite plugin for React with Babel-powered Fast Refresh and JSX transforms
esbuild
An extremely fast JavaScript and CSS bundler and minifier written in Go.
@babel/core
The core JavaScript compiler that transforms next-generation syntax into code every browser and runtime can understand.
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
SWC
Rust-based JavaScript/TypeScript compiler, a drop-in super-fast alternative to Babel
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.
@vitejs/plugin-vue
The official Vite plugin for compiling Vue Single File Components with fast HMR and full TypeScript support
fast-glob
A very fast and efficient glob library for Node.js
openapi-typescript
Generate type-safe TypeScript types directly from your OpenAPI 3.0 and 3.1 schemas.
ts-morph
Navigate and manipulate TypeScript code with a friendlier compiler API wrapper