-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
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
{
"name": "use-autoscroll",
"version": "1.1.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/kamry-bowman/useAutoScroll.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kamry-bowman/useAutoScroll/issues"
},
"homepage": "https://github.com/kamry-bowman/useAutoScroll#readme",
"main": "./dist/use-autoscroll.cjs.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Warning: no test specified\" || jest --env=node",
"prebuild": "rimraf dist",
"build": "rollup -c",
"preversion": "npm test",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"peerDependencies": {
"react": "^16.8.1"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-typescript": "^7.1.0",
"@storybook/react": "^4.1.11",
"babel-loader": "^8.0.5",
"babel-plugin-macros": "^2.4.2",
"husky": "^1.1.3",
"jest": "^24.0.0",
"lint-staged": "^8.0.4",
"prettier": "^1.16.4",
"react": "^16.8.1",
"rimraf": "^2.6.2",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.2"
}
}