mars3d使用packages下包
parent
562ff9c24f
commit
8b45d28b71
|
|
@ -109,7 +109,7 @@
|
|||
"mapbox-gl": "^3.3.0",
|
||||
"mapbox-gl-draw-snap-mode": "^0.2.0",
|
||||
"mapbox-gl-utils": "^0.44.0",
|
||||
"mars3d": "^3.7.0",
|
||||
"mars3d": "file:packages/mars3d",
|
||||
"mars3d-cesium": "^1.113.0",
|
||||
"min-dash": "^4.2.1",
|
||||
"mockjs": "^1.1.0",
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "mars3d",
|
||||
"version": "3.10.1",
|
||||
"description": "Mars3D三维可视化平台",
|
||||
"main": "./mars3d.js",
|
||||
"types": "./mars3d.d.ts",
|
||||
"peerDependencies": {
|
||||
"@turf/turf": "^7.2.0",
|
||||
"mars3d-cesium": "^1.131.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/marsgis/mars3d.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/marsgis/mars3d/issues",
|
||||
"email": "wh@marsgis.cn"
|
||||
},
|
||||
"keywords": [
|
||||
"marsgis",
|
||||
"mars3d",
|
||||
"cesium",
|
||||
"webgl",
|
||||
"gis",
|
||||
"3dgis",
|
||||
"webgis"
|
||||
],
|
||||
"author": "火星科技",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "http://mars3d.cn",
|
||||
"build": {
|
||||
"plugin": false,
|
||||
"globals": {
|
||||
"@turf/turf": "turf",
|
||||
"mars3d-cesium": "Cesium"
|
||||
},
|
||||
"minify": "obfuscator"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue