tailwindcss-animation-property
Version:
A plugin that provides utilities for animation property.
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "tailwindcss-animation-property",
"version": "0.0.7",
"description": "A plugin that provides utilities for animation property.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "jest --coverage",
"build": "npx rollup -c"
},
"directories": {
"test": "test"
},
"devDependencies": {
"@types/jest": "^26.0.16",
"jest": "^26.6.3",
"rollup": "^2.34.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.4"
},
"peerDependencies": {
"typescript": "^4.1.2",
"tailwindcss": "^3.0.22"
},
"keywords": [
"tailwindcss",
"plugin",
"animation",
"animation-duration",
"animation-delay",
"animation-iteration-count",
"animation-direction",
"animation-timing-function",
"animation-play-state",
"property"
],
"repository": {
"type": "git",
"url": "https://github.com/Sylvenas/tailwindcss-animation-property"
},
"author": "sylvenas@outlook.com",
"license": "MIT"
}