-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 902 Bytes
/
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
{
"name": "tailwindcss-spring",
"version": "1.0.1",
"description": "A Tailwind CSS plugin that adds spring animations to your project using CSS linear(). Define just two parameters and let the plugin generate the easing curve and the animation duration.",
"license": "MIT",
"main": "./src/index.js",
"type": "module",
"homepage": "https://tailwindcss-spring.kvin.me/",
"repository": "https://github.com/KevinGrajeda/tailwindcss-spring",
"scripts": {
"test": "vitest"
},
"keywords": [
"tailwindcss",
"tailwind",
"spring",
"animation",
"transition",
"plugin",
"linear()",
"bounce"
],
"author": "Kevin Grajeda <[email protected]>",
"devDependencies": {
"@csstools/postcss-minify": "^1.1.5",
"postcss": "^8.4.40",
"tailwindcss": "3.4.7",
"vitest": "^2.0.5"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || insiders"
}
}