-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 939 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
40
41
{
"name": "@gsap/react",
"version": "2.1.1",
"description": "Tools for using GSAP in React, like useGSAP() which is a drop-in replacement for useLayoutEffect()/useEffect()",
"main": "./dist/index.js",
"module": "./src/index.js",
"types": "./types/index.d.ts",
"keywords": [
"react",
"gsap",
"useeffect",
"uselayouteffect",
"usegsap",
"animation",
"greensock",
"javascript"
],
"files": [
"src",
"types",
"dist",
"README.md"
],
"author": "Jack Doyle ([email protected])",
"license": "SEE LICENSE AT https://gsap.com/standard-license",
"dependencies": {
"gsap": "^3.12.5",
"react": ">=16"
},
"bugs": {
"url": "https://gsap.com/community/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greensock/react.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/greensock/react#readme"
}