-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.27 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
46
47
48
49
50
{
"name": "react-sticky-scrollspy-nav",
"version": "0.2.0",
"description": "sticky scrollspy navigation using react hooks.",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf ./dist && tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huurray/react-sticky-scrollspy-nav.git"
},
"peerDependencies": {
"react": "^15.5.4 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.5.4 || ^16.0.0 || ^17.0.0"
},
"keywords": [
"react",
"sticky",
"scrollspy",
"nav",
"react-scrollspy",
"react-navigation",
"react-component",
"react-components",
"reactjs-component",
"react-scroll",
"reactjs-es6",
"reactjs-with-es6",
"react-animate-on-scroll",
"react-scroll-to-component",
"react-scrollspy-nav"
],
"author": "huurray <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/huurray/react-sticky-scrollspy-nav/issues"
},
"homepage": "https://github.com/huurray/react-sticky-scrollspy-nav#readme",
"devDependencies": {
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"typescript": "^4.4.4"
}
}