-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
53 lines (53 loc) · 1.68 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
{
"name": "react-scroll-wheel-handler",
"version": "2.2.0",
"description": "Simple react component for handling scroll trackpad, arrow keys, swipe gestures and mouse wheel event.",
"main": "dist/ReactScrollWheelHandler.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test-dev": "jest --watch",
"build": "BUILD=true webpack",
"dev": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Etto91/react-scroll-wheel-handler.git"
},
"author": "Etto91",
"license": "ISC",
"bugs": {
"url": "https://github.com/Etto91/react-scroll-wheel-handler/issues"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-loader": "8",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-airbnb": "^5.0.0",
"copy-webpack-plugin": "^6.4.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"exports-loader": "^1.1.0",
"jest": "^26.4.2",
"lethargy": "^1.0.9",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"styled-components": "^5.2.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.2"
},
"homepage": "https://github.com/Etto91/react-scroll-wheel-handler#readme"
}