Skip to main content
Home
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
82%
Published
a year ago (0.1.1)
Package root>package.json
{ "name": "@vyke/tailwind-shortcuts", "type": "module", "version": "0.1.1", "description": "Tailwind plugin that provides and easy to create and handle shortcuts inspired by UnoCSS shortcuts.", "author": "Jose Albizures <jose@albizures.com> (https://albizures.com/)", "license": "MIT", "keywords": [ "helpers", "typescript", "tailwind", "shortcuts" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "run-s build:*", "build:dist": "unbuild", "build:docs": "tsdocs", "test": "run-s test:types test:lint test:jsr", "test:use": "knip", "test:lint": "eslint .", "test:jsr": "jsr publish --dry-run", "test:types": "tsc --noEmit", "release:bump": "standard-version -t v", "release:jsr-sync": "jsr-sync --section=exports", "release:publish": "pnpm publish --access public", "release:push-tags": "git push --follow-tags origin main", "release": "run-s test build release:jsr-sync release:bump release:publish release:push-tags" }, "peerDependencies": { "tailwindcss": "^3.*" }, "devDependencies": { "@antfu/eslint-config": "^2.21.3", "@vyke/jsr-sync": "^0.0.3", "@vyke/tsdocs": "^0.0.8", "eslint": "^9.6.0", "jsr": "^0.13.0", "knip": "^5.24.1", "npm-run-all": "^4.1.5", "standard-version": "^9.5.0", "tailwindcss": "^3.4.4", "typescript": "^5.5.3", "unbuild": "^2.0.0" }, "standard-version": { "skip": { "changelog": true } } }