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 🙏

© 2025 – Pkg Stats / Ryan Hefner

samil-dev-kit-test

v0.1.59

Published

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/pages/api-reference/create-next-app).

Readme

This is a Next.js project bootstrapped with create-next-app.

Getting Started

/env/.env 파일 생성

NEXT_PUBLIC_IP=server api
NEXT_PUBLIC_DEBUG_MODE=true/false
NEXT_PUBLIC_SERVICE_NAME=서비스 이름
NEXT_PUBLIC_PRIMARY_COLOR_100=FFF7E0
NEXT_PUBLIC_PRIMARY_COLOR_200=FFD2B3
NEXT_PUBLIC_PRIMARY_COLOR_300=FFB27F
NEXT_PUBLIC_PRIMARY_COLOR_400=FF8700
NEXT_PUBLIC_PRIMARY_COLOR_500=F66D00

primary-color 100~500 (연한컬러 -> 진한컬러)

실행

npm install
npm run dev

Chromatic

Branch

  • main : production server 환경
  • dev(optional) : test server 환경
  • feat/~ : 개발 branch

Commit

Commit Message Structure

Type: Subject

Body(optional)

Footer(optional)

Commit Type

  • Feat : 새로운 기능을 추가
  • Fix : 버그 수정
  • Design : CSS 등 사용자 UI 디자인 변경
  • !BREAKING CHANGE : 커다란 API 변경의 경우
  • !HOTFIX : 급하게 치명적인 버그를 고쳐야하는 경우
  • Style : 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우
  • Refactor : 프로덕션 코드 리팩토링
  • Comment : 필요한 주석 추가 및 변경
  • Docs : 문서 수정
  • Test : 테스트 코드, 리펙토링 테스트 코드 추가, Production Code(실제로 사용하는 코드) 변경 없음
  • Chore : 빌드 업무 수정, 패키지 매니저 수정, 패키지 관리자 구성 등 업데이트, Production Code 변경 없음
  • Rename : 파일 혹은 폴더명을 수정하거나 옮기는 작업만인 경우
  • Remove : 파일을 삭제하는 작업만 수행한 경우