-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (57 loc) · 1.53 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
54
55
56
57
58
59
60
{
"name": "react-use-scroll-navigate",
"version": "3.1.7",
"description": "A react hook to scroll to the top of the page when navigate to another one",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": ["dist"],
"scripts": {
"build": "rollup -c",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": ""
},
"repository": {
"type": "git",
"url": "https://github.com/Alexandrebdry/react-use-scroll-navigate"
},
"keywords": [
"react",
"scroll",
"navigate",
"hook",
"use",
"react-hook",
"react-scroll",
"react-navigate",
"react-hook-scroll",
"react-hook-navigate",
"react-scroll-navigate",
"react-scroll-hook",
"react-navigate-hook",
"react-scroll-navigate-hook"
],
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/runtime": "^7.20.0",
"babel-preset-es2015": "^6.24.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-env": "^7.19.3",
"rollup": "^2.79.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-replace": "^3.1.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup-plugin-node-externals": "^5.0.2",
"rollup-plugin-delete": "^2.0.0",
"react": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-test-renderer": "^18.2.0"
},
"peerDependencies": {
"react-router-dom": "^6.4.2"
},
"author": "Alexandre BAUDRY",
"license": "MIT "
}