-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 2.84 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "d2recharts",
"version": "0.3.25",
"description": "data driven react components of echarts",
"main": "lib/index.js",
"scripts": {
"build-doc": "zfinder build",
"eslint": "gulp eslint",
"pack": "gulp pack",
"publish-all": "npm run push-all && npm publish && npm run sync-cnpm",
"push-all": "npm run push-master && npm run push-tags && npm run push-gh-pages",
"push-gh-pages": "git checkout gh-pages && git merge master && git push && git checkout master",
"push-master": "git checkout master && git push",
"push-tags": "git push --tag",
"start": "gulp",
"start-doc": "zfinder serve",
"sync-cnpm": "cnpm sync $npm_package_name",
"test": "echo \"Error: no test specified\" && exit 1"
},
"pre-commit": [
"eslint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/leungwensen/d2recharts.git"
},
"keywords": [
"data",
"react",
"echarts",
"component"
],
"author": "leungwensen@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/leungwensen/d2recharts/issues"
},
"homepage": "https://github.com/leungwensen/d2recharts#readme",
"dependencies": {
"element-resize-event": "^2.0.7",
"lodash": "^4.17.4",
"numeral": "^2.0.4",
"try2get": "^0.0.1",
"wolfy87-eventemitter": "^5.1.0"
},
"devDependencies": {
"babel-cli": "~6.14.0",
"babel-core": "~6.14.0",
"babel-eslint": "^7.1.1",
"babel-loader": "~6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "~6.14.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.18.0",
"chai": "~3.5.0",
"commander": "~2.9.0",
"css-loader": "~0.24.0",
"cssnano": "~3.7.4",
"eslint": "~3.3.1",
"eslint-config-airbnb": "~10.0.1",
"eslint-plugin-import": "~1.14.0",
"eslint-plugin-jsx-a11y": "~2.1.0",
"eslint-plugin-react": "~6.1.2",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.9.0",
"gulp": "~3.9.1",
"gulp-babel": "~6.1.2",
"gulp-eslint": "~3.0.1",
"gulp-htmlhint": "~0.3.1",
"gulp-if": "~2.0.1",
"gulp-jsdoc3": "~0.3.0",
"gulp-plumber": "~1.1.0",
"gulp-rename": "~1.2.2",
"gulp-shell": "~0.5.2",
"gulp-util": "~3.0.7",
"jquery": "~3.1.0",
"json-loader": "~0.5.4",
"lebab": "~2.3.0",
"less": "~2.7.1",
"less-loader": "~2.2.3",
"lesshat": "~4.1.0",
"mocha": "~3.0.2",
"normalize.css": "~4.2.0",
"optimize-css-assets-webpack-plugin": "~1.3.0",
"pre-commit": "~1.1.3",
"ranma": "~0.5.0",
"require-dir": "~0.3.0",
"style-loader": "~0.13.1",
"template2module": "~0.2.3",
"through2": "~2.0.1",
"url-loader": "~0.5.7",
"webpack": "~1.13.2",
"webpack-dev-server": "~1.15.0",
"zero-lang": "^0.2.1",
"zfinder": "^0.2.9"
}
}