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