UNPKG

2.95 kBJSONView Raw
1{
2 "name": "d2recharts",
3 "version": "0.6.38",
4 "description": "data driven react components of echarts",
5 "main": "lib/index.js",
6 "scripts": {
7 "build-doc": "zfinder build",
8 "eslint": "gulp eslint",
9 "pack": "gulp pack",
10 "publish-all": "npm run push-all && npm publish && npm run sync-cnpm",
11 "push-all": "npm run push-master && npm run push-tags && npm run push-gh-pages",
12 "push-gh-pages": "git checkout gh-pages && git merge master && git push && git checkout master",
13 "push-master": "git checkout master && git push",
14 "push-tags": "git push --tag",
15 "start": "gulp",
16 "start-doc": "zfinder serve",
17 "sync-cnpm": "cnpm sync $npm_package_name",
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "pre-commit": [
21 "eslint"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/leungwensen/d2recharts.git"
26 },
27 "keywords": [
28 "data",
29 "react",
30 "echarts",
31 "component"
32 ],
33 "author": "leungwensen@gmail.com",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/leungwensen/d2recharts/issues"
37 },
38 "homepage": "https://github.com/leungwensen/d2recharts#readme",
39 "dependencies": {
40 "element-resize-event": "2.0.7",
41 "immutability-helper": "^2.1.2",
42 "lodash": "^4.17.4",
43 "numeral": "^2.0.4",
44 "try2get": "^0.0.1",
45 "wolfy87-eventemitter": "^5.1.0"
46 },
47 "devDependencies": {
48 "babel-cli": "~6.14.0",
49 "babel-core": "~6.14.0",
50 "babel-eslint": "^7.1.1",
51 "babel-loader": "~6.2.5",
52 "babel-plugin-transform-decorators-legacy": "^1.3.4",
53 "babel-preset-es2015": "~6.14.0",
54 "babel-preset-react": "^6.16.0",
55 "babel-preset-stage-0": "^6.22.0",
56 "babel-preset-stage-2": "^6.18.0",
57 "chai": "~3.5.0",
58 "commander": "~2.9.0",
59 "css-loader": "~0.24.0",
60 "cssnano": "~3.7.4",
61 "eslint": "~3.3.1",
62 "eslint-config-airbnb": "~10.0.1",
63 "eslint-plugin-import": "~1.14.0",
64 "eslint-plugin-jsx-a11y": "~2.1.0",
65 "eslint-plugin-react": "~6.1.2",
66 "extract-text-webpack-plugin": "~1.0.1",
67 "file-loader": "~0.9.0",
68 "gulp": "~3.9.1",
69 "gulp-babel": "~6.1.2",
70 "gulp-eslint": "~3.0.1",
71 "gulp-htmlhint": "~0.3.1",
72 "gulp-if": "~2.0.1",
73 "gulp-jsdoc3": "~0.3.0",
74 "gulp-plumber": "~1.1.0",
75 "gulp-rename": "~1.2.2",
76 "gulp-shell": "~0.5.2",
77 "gulp-util": "~3.0.7",
78 "jquery": "~3.1.0",
79 "json-loader": "~0.5.4",
80 "lebab": "~2.3.0",
81 "less": "~2.7.1",
82 "less-loader": "~2.2.3",
83 "lesshat": "~4.1.0",
84 "mocha": "~3.0.2",
85 "normalize.css": "~4.2.0",
86 "optimize-css-assets-webpack-plugin": "~1.3.0",
87 "pre-commit": "~1.1.3",
88 "ranma": "~0.5.0",
89 "require-dir": "~0.3.0",
90 "style-loader": "~0.13.1",
91 "template2module": "~0.2.3",
92 "through2": "~2.0.1",
93 "url-loader": "~0.5.7",
94 "webpack": "~1.13.2",
95 "webpack-dev-server": "~1.15.0",
96 "zero-lang": "^0.2.1",
97 "zfinder": "^0.2.9"
98 }
99}