1 Star 0 Fork 1

muziJJ/echarts-gl

forked from 未定义/echarts-gl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
未定义 提交于 2018-07-16 14:54 . 更新 package.json
{
"name": "echarts-gl",
"description": "Extension pack of ECharts providing 3D plots and globe visualization",
"version": "1.1.1",
"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": "https://gitee.com/loyalove/zrender.git"
},
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/muziJJ/echarts-gl.git
git@gitee.com:muziJJ/echarts-gl.git
muziJJ
echarts-gl
echarts-gl
master

搜索帮助