-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
65 lines (65 loc) · 1.64 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
{
"name": "deep-viz",
"version": "1.2.4-beta2",
"description": "A React component library, provide concise and beautiful diversity charts with Canvas, SVG, E-map, WebGL, Dom, based on data visualization experience and commercial data display practice.",
"keywords": [
"react-components",
"data-visualization",
"chart-component",
"charting",
"react"
],
"bugs": {
"url": "https://github.com/ludejun/Deep-Viz/issues"
},
"homepage": "https://ludejun.github.io/deepviz/",
"repository": {
"type": "git",
"url": "git+https://github.com/ludejun/Deep-Viz.git"
},
"author": "wanda-bigdata",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"src",
"lib",
"gulpfile"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib",
"gulp": "gulp clean && gulp"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-less": "^3.3.2",
"gulp-replace-path": "^0.4.0",
"gulp-uglify": "^3.0.0",
"path": "^0.12.7",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"echarts-gl": "^1.1.2",
"echarts-wordcloud": "^1.1.3",
"immutable": "^3.8.2",
"three": "^0.88.0",
"three-obj-loader": "^1.1.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}