-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 938 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
39
{
"name": "smooth-scrollbar-react",
"version": "2.4.1",
"description": "A wrapper for smooth-scrollbar to React Component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^16.18.3",
"@types/react": "^17.0.52",
"smooth-scrollbar": "^8.8.1",
"typescript": "^4.9.3"
},
"peerDependencies": {
"react": ">=16.8",
"smooth-scrollbar": "^8.0.0"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"homepage": "https://github.com/nghiepdev/smooth-scrollbar-react",
"repository": {
"type": "git",
"url": "git+https://github.com/nghiepdev/smooth-scrollbar-react.git"
},
"bugs": {
"url": "https://github.com/nghiepdev/smooth-scrollbar-react/issues"
},
"keywords": [
"scroll",
"scrollbar",
"scrollbar smooth"
],
"author": "Nghiep <me@nghiep.dev>",
"license": "MIT"
}