This repository was archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.26 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-use-tornis",
"version": "0.1.4",
"description": "React hooks for Tornis",
"main": "lib/react-use-tornis.js",
"author": "Guillaume `Schlipak` de Matos",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Schlipak/react-use-tornis.git"
},
"keywords": [
"scroll",
"scroll position",
"scroll velocity",
"mouse",
"mouse position",
"mouse velocity",
"resize",
"react",
"hook",
"react hook",
"tornis"
],
"bugs": {
"url": "https://github.com/Schlipak/react-use-tornis/issues"
},
"homepage": "https://github.com/Schlipak/react-use-tornis#readme",
"scripts": {
"build": "rollup -c -o lib/react-use-tornis.js"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"rollup": "^1.15.4",
"rollup-plugin-babel": "^4.3.2"
},
"dependencies": {
"tornis": "^0.1.4"
},
"peerDependencies": {
"react": "^16.8.6"
}
}