-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "react-ruler-draggable",
"version": "1.0.0",
"description": "Draggable Ruler component for React",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch",
"fix": "eslint --fix --ext .js,.jsx src"
},
"homepage": "https://github.com/geoffroymounier/react-ruler-draggable",
"author": "geoffroymounier",
"repository": {
"type": "git",
"url": "https://github.com/geoffroymounier/react-ruler-draggable.git"
},
"license": "MIT",
"dependencies": {
"react": "16.13.1",
"prop-types": "^15.7.2",
"use-debounce": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"node-sass": "^4.13.1",
"prettier": "^1.18.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}