package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "name": "cesium",
  3. "version": "1.108.0",
  4. "description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
  5. "homepage": "http://cesium.com/cesiumjs/",
  6. "license": "Apache-2.0",
  7. "author": {
  8. "name": "Cesium GS, Inc.",
  9. "url": "https://cesium.com"
  10. },
  11. "contributors": [
  12. {
  13. "name": "CesiumJS community",
  14. "url": "https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTORS.md"
  15. }
  16. ],
  17. "keywords": [
  18. "3D",
  19. "webgl",
  20. "geospatial",
  21. "map",
  22. "globe"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/CesiumGS/cesium.git"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/CesiumGS/cesium/issues",
  30. "email": "cesium-dev@googlegroups.com"
  31. },
  32. "main": "index.cjs",
  33. "module": "./Source/Cesium.js",
  34. "types": "./Source/Cesium.d.ts",
  35. "exports": {
  36. "./package.json": "./package.json",
  37. "./Source/*": "./Source/*",
  38. "./Source/*.js": null,
  39. "./Build/*": "./Build/*",
  40. "./Build/*.js": null,
  41. ".": {
  42. "require": "./index.cjs",
  43. "import": "./Source/Cesium.js"
  44. }
  45. },
  46. "type": "module",
  47. "sideEffects": [
  48. "./Source/ThirdParty/**/*",
  49. "./Source/Widgets/**/*.css",
  50. "./Source/Workers/*",
  51. "./Specs/**/*"
  52. ],
  53. "dependencies": {
  54. "@cesium/engine": "^3.0.2",
  55. "@cesium/widgets": "^3.0.2"
  56. },
  57. "devDependencies": {
  58. "@aws-sdk/client-s3": "^3.342.0",
  59. "@aws-sdk/lib-storage": "^3.342.0",
  60. "@playwright/test": "^1.34.3",
  61. "@rollup/plugin-commonjs": "^25.0.0",
  62. "@rollup/plugin-node-resolve": "^15.1.0",
  63. "@rollup/plugin-terser": "^0.4.0",
  64. "chokidar": "^3.5.3",
  65. "cloc": "^2.8.0",
  66. "compression": "^1.7.4",
  67. "decompress": "^4.2.1",
  68. "download": "^8.0.0",
  69. "draco3d": "^1.5.1",
  70. "esbuild": "^0.18.11",
  71. "eslint": "^8.41.0",
  72. "eslint-config-cesium": "^9.0.1",
  73. "eslint-config-prettier": "^8.3.0",
  74. "eslint-plugin-es": "^4.1.0",
  75. "eslint-plugin-html": "^7.1.0",
  76. "eslint-plugin-node": "^11.1.0",
  77. "express": "^4.17.1",
  78. "globby": "^13.1.3",
  79. "glsl-strip-comments": "^1.0.0",
  80. "gulp": "^4.0.2",
  81. "gulp-clean-css": "^4.3.0",
  82. "gulp-insert": "^0.5.0",
  83. "gulp-rename": "^2.0.0",
  84. "gulp-replace": "^1.1.3",
  85. "gulp-tap": "^2.0.0",
  86. "gulp-zip": "^5.1.0",
  87. "husky": "^8.0.2",
  88. "istanbul-lib-instrument": "^5.2.0",
  89. "jasmine-core": "^5.0.1",
  90. "jsdoc": "^3.6.7",
  91. "karma": "^6.3.20",
  92. "karma-chrome-launcher": "^3.1.0",
  93. "karma-coverage": "^2.0.3",
  94. "karma-detect-browsers": "^2.3.3",
  95. "karma-edge-launcher": "^0.4.2",
  96. "karma-firefox-launcher": "^2.1.1",
  97. "karma-ie-launcher": "^1.0.0",
  98. "karma-jasmine": "^5.1.0",
  99. "karma-longest-reporter": "^1.1.0",
  100. "karma-safari-launcher": "^1.0.0",
  101. "karma-sourcemap-loader": "^0.4.0",
  102. "karma-spec-reporter": "^0.0.36",
  103. "markdownlint-cli": "^0.35.0",
  104. "merge-stream": "^2.0.0",
  105. "mime": "^3.0.0",
  106. "mkdirp": "^3.0.1",
  107. "node-fetch": "^3.2.10",
  108. "open": "^9.1.0",
  109. "p-limit": "^4.0.0",
  110. "prettier": "2.1.2",
  111. "prismjs": "^1.28.0",
  112. "request": "^2.79.0",
  113. "rimraf": "^5.0.0",
  114. "rollup": "^3.23.0",
  115. "rollup-plugin-strip-pragma": "^1.0.0",
  116. "sinon": "^15.1.0",
  117. "stream-to-promise": "^3.0.0",
  118. "tsd-jsdoc": "^2.5.0",
  119. "typescript": "^5.0.2",
  120. "yargs": "^17.0.1"
  121. },
  122. "scripts": {
  123. "prepare": "gulp prepare && husky install && playwright install --with-deps",
  124. "start": "node server.js",
  125. "start-public": "node server.js --public",
  126. "build": "gulp build",
  127. "build-release": "gulp buildRelease",
  128. "build-watch": "gulp buildWatch",
  129. "build-ts": "gulp buildTs",
  130. "build-third-party": "gulp buildThirdParty",
  131. "build-apps": "gulp buildApps",
  132. "clean": "gulp clean",
  133. "cloc": "gulp cloc",
  134. "coverage": "gulp coverage",
  135. "build-docs": "gulp buildDocs",
  136. "build-docs-watch": "gulp buildDocsWatch",
  137. "eslint": "eslint \"./**/*.js\" \"./**/*.cjs\" \"./**/*.html\" --cache --quiet",
  138. "make-zip": "gulp makeZip",
  139. "markdownlint": "markdownlint \"*.md\" \"Documentation/**/*.md\" \"packages/**/*.md\" --ignore CHANGES.md --ignore \"./**/LICENSE.md\"",
  140. "release": "gulp release",
  141. "website-release": "gulp websiteRelease",
  142. "test": "gulp test",
  143. "test-all": "gulp test --all",
  144. "test-webgl": "gulp test --include WebGL",
  145. "test-non-webgl": "gulp test --exclude WebGL",
  146. "test-webgl-validation": "gulp test --webglValidation",
  147. "test-webgl-stub": "gulp test --webglStub",
  148. "test-release": "gulp test --release",
  149. "test-e2e": "playwright test -c Specs/e2e/playwright.config.js --project=chromium",
  150. "test-e2e-all": "playwright test -c Specs/e2e/playwright.config.js",
  151. "test-e2e-release": "release=true playwright test -c Specs/e2e/playwright.config.js --project=chromium",
  152. "test-e2e-release-all": "release=true playwright test -c Specs/e2e/playwright.config.js",
  153. "test-e2e-report": "playwright show-report Build/Specs/e2e/report",
  154. "test-e2e-update": "playwright test -c Specs/e2e/playwright.config.js --project=chromium -u",
  155. "deploy-s3": "gulp deployS3",
  156. "deploy-status": "gulp deployStatus",
  157. "deploy-set-version": "gulp deploySetVersion",
  158. "prettier": "prettier --write --no-config \"**/*\"",
  159. "prettier-check": "prettier --check --no-config \"**/*\""
  160. },
  161. "engines": {
  162. "node": ">=14.0.0"
  163. },
  164. "lint-staged": {
  165. "*.{js,cjs,html}": [
  166. "eslint --cache --quiet",
  167. "prettier --write --no-config"
  168. ],
  169. "*.md": [
  170. "markdownlint --ignore CHANGES.md --ignore \"./**/LICENSE.md\"",
  171. "prettier --write --no-config"
  172. ]
  173. },
  174. "workspaces": [
  175. "packages/engine",
  176. "packages/widgets"
  177. ]
  178. }