1 Star 0 Fork 13

wujie-gis/mars3d-es5-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2023-03-17 09:50 . 同步代码 v3.5.0
{
"name": "mars3d-es5-project",
"version": "3.5.0",
"description": "Mars3D平台基础项目",
"main": "index.js",
"private": true,
"scripts": {
"lint": "eslint ./widgets*/**/*.{js,html} --fix",
"serve": "http-server",
"serve:dist": "http-server ./dist",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.4",
"babel-eslint": "^10.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-htmlmin": "^5.0.1",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2",
"gulp-utf8-convert": "0.0.7",
"gulp-util": "^3.0.8",
"http-server": "^14.1.0",
"mars3d": "~3.5.0",
"javascript-obfuscator": "^0.28.5",
"plugin-error": "^1.0.1",
"through2": "^2.0.0",
"vinyl": "^2.2.0",
"prettier": "^2.2.1",
"uglify-js": "^3.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars3d-es5-project.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars3d-es5-project/issues",
"email": "wh@marsgis.cn"
},
"keywords": [
"marsgis",
"mars3d",
"cesium",
"webgl",
"gis",
"3dgis",
"webgis"
],
"author": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars3d.cn"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wujiegis/mars3d-es5-project.git
git@gitee.com:wujiegis/mars3d-es5-project.git
wujiegis
mars3d-es5-project
mars3d-es5-project
master

搜索帮助