-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 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
{
"name": "react-horizontal-stacked-bar-chart",
"version": "8.15.2",
"description": "React horizontal stacked bar responsive chart component",
"keywords": [
"stacked-chart",
"horizontal-stacked-chart",
"horizontal-chart",
"horizontal-bar",
"react-horizontal-bar",
"react",
"bar",
"chart"
],
"repository": {
"type": "git",
"url": "https://github.com/ricardodorosario/react-horizontal-stacked-bar-chart.git"
},
"license": "MIT",
"main": "umd/hsbar.min.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack -p"
},
"author": {
"name": "Ricardo do Rosario",
"email": "ricardorosario20@gmail.com"
},
"peerDependencies": {
"react": "~16.12.0"
},
"dependencies": {
"lodash": "~4.17.15",
"react": "~16.12.0",
"react-dom": "~16.12.0"
},
"devDependencies": {
"babel-cli": "~6.26.0",
"babel-core": "~6.26.3",
"webpack-cli": "~3.3.10",
"react-scripts": "~3.2.0",
"webpack": "~4.41.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}