Files
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

51 lines
903 B
JSON

{
"name": "tailwindcss-animate",
"version": "1.0.7",
"description": "A Tailwind CSS plugin for creating beautiful animations.",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"format": "prettier --write '**'",
"format:check": "prettier --check '**'",
"prepare": "husky install"
},
"keywords": [
"tailwind",
"tailwindcss",
"css",
"postcss",
"plugin",
"animation",
"transition",
"animate",
"animated",
"animatecss",
"animate.css",
"fade",
"slide",
"zoom",
"spin",
"opacity",
"transform",
"translate",
"scale"
],
"author": "Jamie Kyle <me@thejameskyle.com>",
"license": "MIT",
"peerDependencies": {
"tailwindcss": ">=3.0.0 || insiders"
},
"devDependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.22"
},
"lint-staged": {
"*.**": "prettier --write"
}
}