-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "react-echarts-v3",
"version": "1.0.19",
"description": "React.js component wrap for ECharts.js(v3.x+)",
"keywords": [
"echarts",
"library",
"react",
"react-echarts",
"react-echarts-v3"
],
"homepage": "https://github.com/xlsdg/react-echarts-v3",
"bugs": {
"url": "https://github.com/xlsdg/react-echarts-v3/issues"
},
"license": "MIT",
"author": "xLsDg <[email protected]> (https://blog.xlsdg.org/)",
"files": [
"dist",
"src"
],
"main": "dist/react-echarts.js",
"repository": {
"type": "git",
"url": "https://github.com/xlsdg/react-echarts-v3.git"
},
"scripts": {
"build": "webpack --progress --hide-modules"
},
"dependencies": {
"element-resize-detector": "latest",
"lodash": "latest"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"lodash-webpack-plugin": "^0.11.5",
"webpack": "^3.10.0"
},
"peerDependencies": {
"echarts": "*",
"prop-types": "*",
"react": "*",
"react-dom": "*"
},
"title": "react-echarts-v3"
}