43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "echarts-gl",
|
||
|
|
"description": "Extension pack of ECharts providing 3D plots and globe visualization",
|
||
|
|
"version": "1.1.2",
|
||
|
|
"maintainers": [
|
||
|
|
{
|
||
|
|
"name": "Yi Shen"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"build": "node build/glsl2js.js && node node_modules/webpack/bin/webpack.js && node node_modules/webpack/bin/webpack.js -p",
|
||
|
|
"dev": "node node_modules/webpack/bin/webpack.js -w --devtool eval-cheap-module-source-map"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"claygl": "^1.2.1",
|
||
|
|
"zrender": "^4.0.4"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"echarts": "^4.1.0"
|
||
|
|
},
|
||
|
|
"main": "dist/echarts-gl.js",
|
||
|
|
"repository": "https://github.com/ecomfe/echarts-gl",
|
||
|
|
"devDependencies": {
|
||
|
|
"@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",
|
||
|
|
"echarts": "^4.0.0",
|
||
|
|
"fs-extra": "^4.0.2",
|
||
|
|
"glob": "^7.1.1",
|
||
|
|
"http-server": "^0.10.0",
|
||
|
|
"maptalks": "^0.38.0",
|
||
|
|
"rollup": "^0.52.0",
|
||
|
|
"rollup-plugin-commonjs": "^8.2.6",
|
||
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
||
|
|
"rollup-plugin-uglify": "^2.0.1",
|
||
|
|
"webpack": "^3.8.1"
|
||
|
|
}
|
||
|
|
}
|