UNPKG

@pnpmmono/tailwind-utils

Version:

A utility package for working with Tailwind CSS

34 lines 824 B
{ "name": "@pnpmmono/tailwind-utils", "version": "0.7.0", "description": "A utility package for working with Tailwind CSS", "keywords": [ "tailwindcss", "react", "tw-merge", "clsx" ], "author": "Luis Tupa <luistupa6@gmail.com>", "homepage": "https://bitbucket.org/neorepo/pnpmmono", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://bitbucket.org/neorepo/pnpmmono.git", "directory": "packages/tailwind-utils" }, "dependencies": { "clsx": "^2.1.1", "tailwind-merge": "^2.4.0", "tailwindcss": "^3.4.4", "@pnpmmono/tailwind-plugin": "0.5.0" }, "scripts": { "build": "rimraf dist && tsup src/index.ts --dts" } }