forked from luqin/react-echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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-echarts",
"version": "0.1.0",
"description": "ECharts Components for React",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src -d lib",
"gh-pages": "gulp publish:examples",
"lint": "eslint src examples",
"start": "gulp dev",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/luqin/react-echarts"
},
"license": "ISC",
"peerDependencies": {
"react": ">=0.14.0 || ^15.0.0-rc.2"
},
"dependencies": {
"echarts": "^3.1.3"
},
"devDependencies": {
"babel": "5.8.29",
"babel-core": "5.8.29",
"babel-eslint": "^4.1.5",
"babel-plugin-object-assign": "^1.1.0",
"bootstrap": "3.3.5",
"eslint": "^1.10.3",
"eslint-config-airbnb": "2.1.1",
"eslint-config-onefe": "0.2.0",
"eslint-plugin-react": "^3.11.3",
"gulp": "^3.9.0",
"jquery": "^2.1.4",
"node-sass": "3.4.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-bootstrap": "^0.28.1",
"react-component-tools": "^0.6.0",
"react-router": "2.0.1",
"react-router-bootstrap": "^0.20.0",
"webpack": "1.12.6",
"webpack-dev-server": "1.12.1"
},
"keywords": [
"echarts",
"react-echarts",
"chart",
"charts",
"graph",
"react-component"
]
}