forked from flyingant/react-scroll-to-component
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 846 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
{
"name": "react-scroll-to-component",
"version": "1.0.1",
"description": "smooth scrolling to react component via reference",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/flyingant/react-scroll-to-component.git"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"scroll-to": "0.0.2"
},
"keywords": [
"react",
"component",
"scroll",
"scroll-to",
"scroll-to-component",
"scroll-to-position",
"scroll-to-element"
],
"author": "FlyingAnt <liucheng@lyingant.me>",
"license": "ISC",
"bugs": {
"url": "https://github.com/flyingant/react-scroll-to-component/issues"
},
"homepage": "https://github.com/flyingant/react-scroll-to-component#readme"
}