main repo

This commit is contained in:
Basilosaurusrex
2025-11-24 18:09:40 +01:00
parent b636ee5e70
commit f027651f9b
34146 changed files with 4436636 additions and 0 deletions

50
node_modules/tailwindcss-animate/package.json generated vendored Normal file
View 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"
}
}