UNPKG

tailwindcss-signals

Version:
62 lines (61 loc) 1.59 kB
{ "name": "tailwindcss-signals", "version": "0.0.25", "description": "Grouped utility support for Tailwind CSS", "type": "module", "source": "index.ts", "exports": { "types": "./dist/types/index.d.ts", "require": "./dist/index.cjs", "default": "./dist/index.modern.js" }, "types": "dist/types/index.d.ts", "main": "./dist/index.cjs", "module": "./dist/index.module.js", "unpkg": "./dist/index.umd.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "microbundle", "dev": "microbundle watch" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/brandonmcconnell/tailwindcss-signals.git" }, "keywords": [ "css", "utility-classes", "group", "groups", "grouping", "signals", "plugin", "plugins", "tailwind", "tailwindcss" ], "author": "Brandon McConnell", "license": "MIT", "bugs": { "url": "https://github.com/brandonmcconnell/tailwindcss-signals/issues" }, "homepage": "https://github.com/brandonmcconnell/tailwindcss-signals#readme", "dependencies": { "@types/node": "^20.4.1" }, "devDependencies": { "@types/tailwindcss": "^3.1.0", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^5.0.0-alpha.1", "microbundle": "^0.15.1", "npm-run-all": "^4.1.5", "tailwindcss": "^3.4.3", "typescript": "^5.1.6" } }