forked from deyihu/maptalks-echarts-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "maptalks-echarts-gl",
"description": "echarts-gl add maptalks coordinate system",
"des": "thanks gitee",
"version": "0.1.0",
"maintainers": [
{
"name": "thanks @pissang https://github.com/pissang; @fuzhenn https://github.com/fuzhenn "
}
],
"scripts": {
"build": "node build/glsl2js.js && webpack && webpack -p"
},
"dependencies": {
"qtek": "^0.6.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1"
},
"main": "dist/echarts-gl.js",
"repository": "https://gitee.com/iverson_hu/maptalks-echarts-gl.git",
"devDependencies": {
"echarts": "^3.8.5",
"@babel/core": "^7.0.0-beta.32",
"@babel/helper-module-transforms": "^7.0.0-beta.32",
"@babel/helper-simple-access": "^7.0.0-beta.32",
"@babel/template": "^7.0.0-beta.32",
"@babel/types": "^7.0.0-beta.32",
"benchmark": "^2.1.3",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"fs-extra": "^4.0.2",
"glob": "^7.1.1",
"http-server": "^0.10.0",
"rollup": "^0.52.0",
"webpack": "^3.8.1"
}
}