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

harmony2

v2.0.20

Published

Harmony 2.0 gives you the best developer experience with all the features you need for production based react redux: react routers & mobile rendering, TypeScript support, smart bundling, Redux TK, and more. No config needed.

Readme

Harmony 2.0

Harmony 2.0 gives you the best developer experience with all the features you need for production based react redux: react routers & mobile rendering, TypeScript support, smart bundling, Redux TK, and more. No config needed.

Harmony is a starter-kit to enable fast on-boarding when it comes to developing web applications with the focus on React Redux and NodeJS. Harmony suggest new features and improve your flexibility by adding your customized features.

Harmony Boilerplate focus on performance and Best Practices to build the most updated web application

This project was inspired by harmony-framework, but most of the technologies are different and the project is built from scratch.

Creation

This project is a npx based, CLI project, which means you can create a new project without installing any dependencies. To create a new Harmony2 based project, you can use the Harmony CLI to create a new project. This will present a menu to select if you want a Single Page Application (SPA), or a Multi Page Application (MPA) and some other info required for the project.

Install (once):

$ npx harmony2

Create project:

$ npx harmony2 create

Create new component/moudle

$ npx harmony2 add

Speeds up development

We did most of the heavy lifting for you to provide a better experience with boilerplates.

Best Practice

Predefined scripts that let you deliver your app as fast as you can.

Static-Typing

The boilerplate comes with Typescript built-in provided with pre-defined rule-set for better writing and predective bad practices.

Real-Time Dispatching

Ability to dispatch actions on each client via Websockets.

User Authentication

Ready-To-Use auth mechanism with high security.

Multilingual Support

Easy to add and support multiple languages with react-intl.

Tools

React Redux Redux Toolkit Vite Node JS TypeScript TailwindCSS

Authors and acknowledgment

This Boilerplate is created by the Amdocs Experience & Digital Engineering Studio. Mainly by:

  • Amit Znati
  • David Perez
  • Moshe Hatab
  • Yehuda Huri

License

MIT License

Copyright © 2025 Amdocs Experience & Digital Engineering Studio

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note - the copy right thing is only if there is copy right comment block in the code, there is no need to mention us or give any attribution.