-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.25 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
51
52
53
{
"name": "react-ui-scrollspy",
"version": "2.3.0",
"description": "Simple, Easy To Use and Customisable ScrollSpy component for react with callback, typescript and throttle support among others",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pettiboy/react-ui-scrollspy.git"
},
"bugs": {
"url": "https://github.com/pettiboy/react-ui-scrollspy/issues"
},
"homepage": "https://github.com/pettiboy/react-ui-scrollspy#readme",
"author": "Hussain Pettiwala",
"license": "MIT",
"keywords": [
"react",
"react-component",
"react-ui",
"react-ui-scrollspy",
"ui",
"typescript",
"component",
"onscroll",
"scroll",
"spy",
"performant",
"scrollspy"
],
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.59.0",
"rollup-plugin-typescript2": "^0.31.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"files": [
"dist"
]
}