forked from hustcc/echarts-for-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.97 KB
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
{
"name": "echarts-for-react",
"version": "1.1.6",
"description": "baidu Echarts(v3.0) components for react",
"main": "lib/echarts-for-react",
"scripts": {
"start": "webpack-dev-server --watch",
"lint": "eslint src",
"clean": "rimraf lib",
"test": "npm run lint",
"demo": "webpack",
"build": "npm run clean && cross-env NODE_ENV=production babel src -d lib && npm run demo",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"build-demos": "webpack",
"url": "https://github.com/hustcc/echarts-for-react.git"
},
"keywords": [
"react",
"component",
"echarts-react",
"echarts",
"react-echarts",
"chart",
"charts",
"graph",
"react-component"
],
"author": "hustcc (http://github.com/hustcc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hustcc/echarts-for-react/issues"
},
"homepage": "https://github.com/hustcc/echarts-for-react",
"devDependencies": {
"react-adsense": "^0.0.1",
"babel-cli": "^6.6.0",
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.10.1",
"css-loader": "~0.16.0",
"jsx-loader": "~0.13.2",
"style-loader": "~0.12.3",
"file-loader": "~0.8.4",
"rimraf": "^2.5.0",
"cross-env": "^1.0.8",
"echarts": "^3.1.1",
"element-resize-event": "^2.0.5",
"react-router": "^2.0.0",
"babel-plugin-transform-es3-property-literals": "*",
"babel-plugin-transform-es3-member-expression-literals": "*"
},
"dependencies": {
"echarts": "^3.1.1",
"element-resize-event": "^2.0.5"
},
"peerDependencies": {
"react": ">=0.13.2 || ^0.14 || ^15.0.0"
}
}