UNPKG

@gentleduck/variants

Version:

A package for creating variants of components, providing a simple and efficient way to create variants of components.

69 lines 1.73 kB
{ "author": "wilddcuk", "bugs": { "url": "https://github.com/gentleeduck/duck-ui/issues" }, "description": "A package for creating variants of components, providing a simple and efficient way to create variants of components.", "devDependencies": { "@changesets/cli": "^2.29.7", "clsx": "^2.1.1", "cva": "1.0.0-beta.3", "husky": "^9.1.7", "tsdown": "^0.11", "typescript": "^5.8.3", "@gentleduck/typescript-config": "0.1.0", "@gentleduck/tsdown-config": "0.0.1" }, "engines": { "node": ">=22.0.0" }, "exports": { ".": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "tsconfig.json" ], "homepage": "https://github.com/gentleeduck/duck-ui/tree/master/packages/duck-variants#readme", "keywords": [ "class-variants", "class-names", "tailwind", "tailwindcss", "utility-classes", "variants", "css-variants", "component-variants", "classnames", "cva", "gentleduck", "styling", "typescript", "react", "ui-utility", "ui-components" ], "license": "MIT", "main": "./dist/index.js", "name": "@gentleduck/variants", "peerDependencies": {}, "private": false, "repository": { "type": "git", "url": "https://github.com/gentleeduck/duck-ui/tree/master/packages/duck-variants" }, "type": "module", "types": "./dist/index.d.ts", "version": "0.1.16", "scripts": { "build": "tsdown", "ci": "pnpm run lint && pnpm run format && pnpm run build", "clean": "git clean -xdf .cache .turbo node_modules dist", "format": "biome format --write ./", "lint": "biome lint --write ./", "release": "changeset version", "test": "vitest" } }