main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 6 months ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
907 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@use-gesture/react",
|
---|
3 | "version": "10.3.1",
|
---|
4 | "description": "React target for @use-gesture",
|
---|
5 | "keywords": [
|
---|
6 | "react",
|
---|
7 | "hook",
|
---|
8 | "gesture",
|
---|
9 | "mouse",
|
---|
10 | "trackpad",
|
---|
11 | "touch",
|
---|
12 | "drag",
|
---|
13 | "pinch",
|
---|
14 | "rotate",
|
---|
15 | "scale",
|
---|
16 | "zoom",
|
---|
17 | "scroll",
|
---|
18 | "wheel"
|
---|
19 | ],
|
---|
20 | "license": "MIT",
|
---|
21 | "sideEffects": false,
|
---|
22 | "main": "dist/use-gesture-react.cjs.js",
|
---|
23 | "module": "dist/use-gesture-react.esm.js",
|
---|
24 | "repository": {
|
---|
25 | "type": "git",
|
---|
26 | "url": "git+https://github.com/pmndrs/use-gesture.git",
|
---|
27 | "directory": "packages/react"
|
---|
28 | },
|
---|
29 | "bugs": {
|
---|
30 | "url": "https://github.com/pmndrs/use-gesture/issues"
|
---|
31 | },
|
---|
32 | "author": "Paul Henschel",
|
---|
33 | "contributors": [
|
---|
34 | "David Bismut (https://github.com/dbismut)"
|
---|
35 | ],
|
---|
36 | "homepage": "https://use-gesture.netlify.app",
|
---|
37 | "peerDependencies": {
|
---|
38 | "react": ">= 16.8.0"
|
---|
39 | },
|
---|
40 | "dependencies": {
|
---|
41 | "@use-gesture/core": "10.3.1"
|
---|
42 | }
|
---|
43 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.