-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 937 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-scroll-react",
"version": "1.0.7",
"description": "A smooth scroll component for React.",
"main": "dist/index.js",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc"
},
"keywords": [
"smooth scroll",
"react smooth scroll"
],
"homepage": "https://scroll-demo.hassenbenhadjhassen.com/",
"author": "Hassen Ben Hadj Hassen <hassenbenhadjhassen@gmail.com> https://hassenbenhadjhassen.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HassenBenHadjHassen/smooth-scroll-react.git"
},
"bugs": {
"url": "https://github.com/HassenBenHadjHassen/smooth-scroll-react/issues",
"email": "hassenbenhadjhassen@gmail.com"
},
"devDependencies": {
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "^18.2.0"
}
}