-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 920 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
34
35
36
37
38
39
{
"name": "tailwind-inview",
"version": "1.0.13",
"description": "The easiest way to animate your Tailwind React Components on scroll. Add life to your web app with simple yet powerful animations.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Marcos-Montero/tailwind-inview.git"
},
"keywords": [
"react",
"reactjs",
"tailwind",
"tailwindcss",
"animation",
"scroll",
"aos",
"react-intersection-observer"
],
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"author": "Marcos Montero",
"license": "MIT",
"homepage": "https://github.com/Marcos-Montero/tailwind-inview",
"bugs": {
"url": "https://github.com/Marcos-Montero/tailwind-inview/issues"
},
"devDependencies": {
"typescript": "^5.4.2"
},
"peerDependencies": {
"tailwindcss": "^3.0.0"
}
}