🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@01works/tw

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@01works/tw

TailwindCSS 유틸리티 패키지

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

@01works/tw

TailwindCSS 유틸리티 패키지

소개

@01works/tw는 TailwindCSS와 관련된 다양한 유틸리티를 제공하는 패키지입니다. 이 패키지는 TailwindCSS의 기능을 확장하고, 클래스 변형 권한(Class Variance Authority), clsx, tailwind-merge와 같은 도구를 활용하여 스타일링을 더욱 효율적으로 관리할 수 있도록 돕습니다.

설치

다음 명령어 중 하나를 사용하여 패키지를 설치할 수 있습니다:

npm i @01works/tw
# 또는
pnpm add @01works/tw
# 또는
yarn add @01works/tw
# 또는
bun add @01works/tw

사용법

패키지를 설치한 후, 프로젝트에서 TailwindCSS와 관련된 다양한 유틸리티를 활용할 수 있습니다. 이 패키지는 TailwindCSS의 최신 버전과 호환되며, 추가적인 설정 없이 바로 사용할 수 있습니다.

스크립트

  • clean: rimraf를 사용하여 distcoverage 디렉토리를 정리합니다.
  • lint: eslint를 사용하여 src 디렉토리의 코드를 검사합니다.
  • test: vitest를 사용하여 테스트를 실행합니다.
  • build: tsup을 사용하여 빌드를 수행합니다.
  • publish: 패키지를 공개적으로 배포합니다.

의존성

  • @tailwindcss/vite: ^4.1.3
  • class-variance-authority: 0.7.1
  • clsx: 2.1.1
  • tailwind-merge: 3.2.0
  • tailwindcss: ^4.1.3

저자

01.works

Keywords

tailwindcss

FAQs

Package last updated on 09 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts