npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@rockpack/starter

v8.0.0

Published

CLI scaffolding tool for React apps with zero-config CSR and SSR setup, Webpack, Jest, and ESLint

Readme

@rockpack/starter

@rockpack/starter is a CLI scaffolding tool for React applications. It generates a fully configured project - Webpack, TypeScript, ESLint, and Jest - in a single command.

This module is part of the Rockpack project. See more details on the official site.

Application types

  • React SPA - Client-side React app with Webpack, TypeScript, ESLint, and Jest preconfigured.
  • React SPA + SSR - Universal React app with SSR, hydration, and a Node.js server. No setup needed.
  • React Component - NPM-ready React component with TypeScript declarations and an optimized bundle.
  • UMD Library - Framework-agnostic UMD library for NPM, zero configuration required.

All project types include:

  • Import support for many file formats. Full list
  • Image and SVG optimization; SVG files importable as React components
  • CSS/SCSS/Less modules with TypeScript support
  • PostCSS: Tailwind, autoprefixer, postcss-custom-media, postcss-media-minmax
  • SEO and React optimizations
  • Dotenv and Dotenv safe support
  • Bundle Analyzer, Statoscope
  • GraphQL support

Optional add-ons for each project type:

AI-Assisted Development

Every project scaffolded by @rockpack/starter is ready for AI-assisted development from the first commit.

  • Test coverage from day one - Jest is pre-configured, so AI-generated code is validated immediately.
  • Quality gates - ESLint with strict rules prevents low-quality or inconsistent code from entering the repository.
  • Preconfigured CLAUDE.md - optimized for minimal context usage, cost-efficient test runs, and architecture-consistent changes.

This makes Rockpack projects a reliable foundation for teams working with Claude Code or similar AI tools.

Requirements

  • Node.js 23 or higher

Using

  1. Installation:
npm i @rockpack/starter -g
  1. Creating an app:
rockpack <project-name>
  1. Select the type of application.

Rockpack Starter


Arguments

--yarn - use Yarn as the default package manager:

rockpack <project-name> --yarn

If you cannot use @rockpack/starter or want to migrate an existing application, refer to the manual for each module:

The MIT License

MIT