-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 817 Bytes
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": "use-fly-to-target",
"version": "1.0.0",
"description": "A self-contained React hook for animating elements to fly from their current position to a target element with configurable curved paths, scaling, and shadows.",
"main": "useFlyToTarget.ts",
"types": "useFlyToTarget.ts",
"keywords": [
"react",
"hook",
"animation",
"gsap",
"motion",
"fly-to-target",
"motion-path",
"ui-animation"
],
"author": "Ben Delaney",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bendelaney/useFlyToTarget.git"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"gsap": "^3.12.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"gsap": "^3.12.5",
"react": "^19.0.0",
"typescript": "^5.0.0"
}
}