Initial commit
This commit is contained in:
50
node_modules/tailwindcss-animate/package.json
generated
vendored
Normal file
50
node_modules/tailwindcss-animate/package.json
generated
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user