-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 Bytes
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
{
"name": "@hermanwikner/react-scroll-direction",
"description": "A React hook to detect scroll direction. ",
"main": "./build/index.js",
"version": "0.0.0",
"scripts": {
"build": "webpack"
},
"keywords": [
"react",
"scroll",
"scroll direction"
],
"author": "hermanwikner",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hermanwikner/react-scroll-direction"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"publishConfig": {
"access": "public"
}
}