forked from jamiebuilds/tailwindcss-animate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@anuragroy/tailwindcss-animate",
"version": "1.0.6",
"description": "A Tailwind CSS plugin for creating beautiful animations.",
"main": "index.js",
"files": [
"index.js"
],
"types": "index.d.ts",
"scripts": {
"format": "prettier --write '**/*.{js,ts,json,md}'",
"format:check": "prettier --check '**/*.{js,ts,json,md}'"
},
"keywords": [
"tailwind",
"tailwindcss",
"css",
"postcss",
"plugin",
"animation",
"transition",
"animate",
"animated",
"animatecss",
"animate.css",
"fade",
"slide",
"zoom",
"spin",
"opacity",
"transform",
"translate",
"scale"
],
"author": "Jamie Kyle <[email protected]>, Anurag Roy <[email protected]>",
"license": "MIT",
"peerDependencies": {
"tailwindcss": ">=3.0.0 || insiders"
},
"devDependencies": {
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anurag-roy/tailwindcss-animate.git"
},
"bugs": {
"url": "https://github.com/anurag-roy/tailwindcss-animate/issues"
},
"homepage": "https://github.com/anurag-roy/tailwindcss-animate#readme",
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}