UNPKG

tailwind-animate

Version:

A v4.0 compatible Tailwind CSS plugin for creating beautiful animations, replacing `tailwindcss-animate`. Includes custom animations like `accordion-up` and `accordion-down`, and more!

71 lines (70 loc) 1.98 kB
{ "name": "tailwind-animate", "version": "0.2.10", "description": "A v4.0 compatible Tailwind CSS plugin for creating beautiful animations, replacing `tailwindcss-animate`. Includes custom animations like `accordion-up` and `accordion-down`, and more!", "keywords": [ "accordion", "animate", "animation", "css", "fades", "opacity", "scale", "shadcn", "slide", "spin", "tailwind-animate", "tailwind", "tailwindcss-animate", "tailwindcss", "transform", "transition", "translate", "zoom" ], "homepage": "https://github.com/nrjdalal/tailwind-animate#readme", "bugs": "https://github.com/nrjdalal/tailwind-animate/issues", "repository": "nrjdalal/tailwind-animate", "funding": "https://github.com/sponsors/nrjdalal", "license": "MIT", "author": { "name": "Neeraj Dalal", "email": "admin@nrjdalal.com", "url": "https://nrjdalal.com" }, "exports": { ".": "./dist/tailwind-animate.css", "./tailwindcss-animate": "./dist/tailwind-animate.css" }, "files": [ "dist" ], "scripts": { "build": "npx @tailwindcss/cli -i ./src/tailwind-animate.css -o ./dist/tailwind-animate.css -m", "prepare": "if [ \"$NODE_ENV\" != \"production\" ]; then npx simple-git-hooks; fi", "publish:latest": "NODE_ENV=production changeset publish" }, "simple-git-hooks": { "pre-commit": "npx lint-staged", "commit-msg": "npx commitlint --edit $1" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*": "prettier --write --ignore-unknown", "package.json": "sort-package-json" }, "devDependencies": { "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.28.1", "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "lint-staged": "^15.5.0", "prettier": "^3.5.3", "simple-git-hooks": "^2.11.1", "sort-package-json": "^3.0.0" } }