tailwind-tree
Version:
A utility for writing deeply nested and composable Tailwind CSS classes using an expressive tree structure, supporting responsive and interactive variants for Tailwind v3 and v4.
49 lines • 1.28 kB
JSON
{
"name": "tailwind-tree",
"private": false,
"version": "0.3.4",
"description": "A utility for writing deeply nested and composable Tailwind CSS classes using an expressive tree structure, supporting responsive and interactive variants for Tailwind v3 and v4.",
"author": {
"name": "Shervin Ghajar",
"email": "ssghajar.work@gmail.com"
},
"homepage": "https://github.com/shervin-ghajar/tailwind-tree#readme",
"keywords": [
"tailwindcss",
"tailwind",
"tailwind-merge",
"style",
"css",
"utility-first",
"responsive",
"design"
],
"repository": {
"type": "git",
"url": "https://github.com/shervin-ghajar/tailwind-tree.git"
},
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"format": "prettier --write --cache . --plugin=prettier-plugin-organize-imports",
"lint": "eslint ."
},
"dependencies": {},
"files": [
"dist",
"README.md",
"LICENSE"
]
}