選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 699B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@dvgis/dc-core",
  3. "version": "2.17.0",
  4. "description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
  5. "repository": "https://github.com/dvgis/dc-sdk.git",
  6. "homepage": "https://www.dvgis.cn",
  7. "keywords": [
  8. "3D",
  9. "webGL",
  10. "map",
  11. "globe",
  12. "cesium",
  13. "heatmap",
  14. "turf",
  15. "mapv",
  16. "s3m"
  17. ],
  18. "author": "Caven Chen <cavencj@gmail.com>",
  19. "license": "Apache 2.0",
  20. "main": "dist/dc.core.min.js",
  21. "peerDependencies": {
  22. "@dvgis/dc-base": "^2.17.0"
  23. },
  24. "files": [
  25. "dist"
  26. ]
  27. }