responsive-class-variants
Version:
rcv helps you create responsive class variants
40 lines (39 loc) • 936 B
JSON
{
"name": "responsive-class-variants",
"version": "1.1.0",
"description": "rcv helps you create responsive class variants",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/benebene84/responsive-class-variants"
},
"keywords": [
"responsive",
"class",
"variants",
"tailwind",
"tailwindcss"
],
"scripts": {
"build": "tsc",
"test": "vitest",
"test:ci": "vitest run",
"lint": "biome check .",
"lint:fix": "biome check . --write"
},
"author": "Benedikt Sperl",
"license": "ISC",
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"devDependencies": {
"@biomejs/biome": "2.0.6",
"clsx": "^2.1.1",
"lefthook": "^1.11.14",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}