-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 934 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
{
"name": "react-use-scroll-position",
"version": "2.0.0",
"description": "A react hook to use scroll position",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo/react-use-scroll-position.git"
},
"keywords": [
"scroll",
"position",
"react",
"hook",
"scroll position",
"react hook"
],
"author": "Wenchen Li <[email protected]> (https://wenchen.li/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neo/react-use-scroll-position/issues"
},
"homepage": "https://github.com/neo/react-use-scroll-position#readme",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^16.8.19",
"react": "^16.8.6",
"typescript": "^3.5.1"
}
}