-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
73 lines (73 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-component-echarts",
"version": "0.1.6",
"description": "React component echarts. 组件式百度图表。",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server",
"gh-pages": "webpack --config ./webpack.gh-pages.js",
"build": "cross-env NODE_ENV=production babel src -d dist",
"prepublish": "npm run build"
},
"keywords": [
"react",
"javascript",
"component",
"jsx",
"chart",
"echarts",
"react-component",
"react-component-echarts"
],
"author": "DaWi (http://github.com/dawiwt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dawiwt/react-component-echarts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dawiwt/react-component-echarts.git"
},
"homepage": "https://dawiwt.com/react-component-echarts",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"brace": "^0.11.1",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"echarts": "^4.1.0",
"echarts-gl": "^1.1.1",
"echarts-stat": "^1.1.1",
"html-webpack-plugin": "^4.0.0-beta.5",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-ace": "^6.4.0",
"react-dom": "^16.7.0",
"style-loader": "^0.23.1",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.24.3"
},
"dependencies": {
"classnames": "^2.2.6",
"css-element-queries": "^1.1.1",
"debounce": "^1.2.0",
"fast-deep-equal": "^2.0.1"
},
"peerDependencies": {
"echarts": "^3.0.0 || ^4.0.0",
"prop-types": "^15.0.0",
"react": ">=0.13.0 || ^0.14 || ^15.0.0 || >=16.0.0"
}
}