-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 KB
/
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
42
43
44
45
{
"name": "@serafinomb/react-scroll-direction",
"version": "1.0.4",
"description": "React high order component (HOC) to respond to scroll direction changes",
"author": {
"name": "Serafino Messina",
"email": "messina.serafino@gmail.com",
"url": "serafinomessina.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/serafinomb/react-scroll-direction/issues"
},
"homepage": "https://github.com/serafinomb/react-scroll-direction#readme",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "serafinomb/react-scroll-direction",
"keywords": [
"react",
"hoc",
"scroll",
"direction",
"change"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0"
},
"peerDependencies": {
"react": ">=16"
},
"dependencies": {
"lodash.throttle": "^4.1.1",
"hoist-non-react-statics": "^3.2.1"
}
}