智慧水务管理系统 - 精河县供水工程综合管理平台

package.json 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "name": "cesium",
  3. "version": "1.142.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. },
  31. "main": "index.cjs",
  32. "module": "./Source/Cesium.js",
  33. "types": "./Source/Cesium.d.ts",
  34. "exports": {
  35. "./package.json": "./package.json",
  36. "./Source/*": "./Source/*",
  37. "./Source/*.js": null,
  38. "./Build/*": "./Build/*",
  39. "./Build/*.js": null,
  40. ".": {
  41. "types": "./Source/Cesium.d.ts",
  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": "^26.0.0",
  55. "@cesium/widgets": "^16.0.0"
  56. },
  57. "devDependencies": {
  58. "@ast-grep/cli": "^0.43.0",
  59. "@cesium/eslint-config": "^14.0.0",
  60. "@playwright/test": "^1.59.1",
  61. "@types/express": "^5.0.6",
  62. "chokidar": "^5.0.0",
  63. "cloc": "^2.6.0-cloc",
  64. "compression": "^1.7.4",
  65. "esbuild": "^0.28.0",
  66. "eslint": "^10.4.1",
  67. "eslint-plugin-html": "^8.1.1",
  68. "eslint-plugin-react-hooks": "^7.1.1",
  69. "eslint-plugin-react-refresh": "^0.5.2",
  70. "eslint-seatbelt": "^0.1.3",
  71. "express": "^5.1.0",
  72. "globals": "^17.4.0",
  73. "globby": "^16.2.0",
  74. "glsl-strip-comments": "^1.0.0",
  75. "gulp": "^5.0.0",
  76. "gulp-clean-css": "^4.3.0",
  77. "gulp-insert": "^0.5.0",
  78. "gulp-rename": "^2.0.0",
  79. "gulp-replace": "^1.1.3",
  80. "gulp-tap": "^2.0.0",
  81. "gulp-zip": "^6.0.0",
  82. "husky": "^9.0.7",
  83. "istanbul-lib-instrument": "^6.0.0",
  84. "jasmine-core": "^5.9.0",
  85. "jsdoc": "^3.6.7",
  86. "karma": "^6.3.20",
  87. "karma-chrome-launcher": "^3.1.0",
  88. "karma-coverage": "^2.0.3",
  89. "karma-detect-browsers": "^2.3.3",
  90. "karma-edge-launcher": "^0.4.2",
  91. "karma-firefox-launcher": "^2.1.1",
  92. "karma-ie-launcher": "^1.0.0",
  93. "karma-jasmine": "^5.1.0",
  94. "karma-longest-reporter": "^1.1.0",
  95. "karma-safari-launcher": "^1.0.0",
  96. "karma-sourcemap-loader": "^0.4.0",
  97. "karma-spec-reporter": "^0.0.36",
  98. "lebab": "^3.2.8",
  99. "markdownlint-cli": "^0.48.0",
  100. "merge-stream": "^2.0.0",
  101. "mkdirp": "^3.0.1",
  102. "node-fetch": "^3.2.10",
  103. "open": "^11.0.0",
  104. "prettier": "3.8.3",
  105. "prismjs": "^1.28.0",
  106. "rimraf": "^6.0.1",
  107. "tsd-jsdoc": "^2.5.0",
  108. "typescript": "^6.0.2",
  109. "typescript-eslint": "^8.30.1",
  110. "yargs": "^18.0.0"
  111. },
  112. "scripts": {
  113. "prepare": "gulp prepare && husky && node scripts/isCI.js || playwright install --with-deps",
  114. "start": "node server.js",
  115. "start-public": "node server.js --public",
  116. "build": "gulp build",
  117. "build-release": "gulp buildRelease",
  118. "build-watch": "gulp buildWatch",
  119. "build-ts": "gulp buildTs",
  120. "build-third-party": "gulp buildThirdParty",
  121. "build-apps": "gulp -f gulpfile.apps.js buildApps",
  122. "build-cesium-viewer": "gulp -f gulpfile.apps.js buildCesiumViewer",
  123. "build-sandcastle": "gulp -f gulpfile.apps.js buildSandcastle",
  124. "clean": "gulp clean",
  125. "cloc": "gulp cloc",
  126. "create-demo": "npm run create-demo --workspace=packages/sandcastle",
  127. "coverage": "gulp coverage",
  128. "build-docs": "gulp buildDocs",
  129. "build-docs-watch": "gulp buildDocsWatch",
  130. "eslint": "eslint \"./**/*.*js\" \"./**/*.*ts*\" \"./**/*.html\" --cache --quiet",
  131. "tsc": "gulp tsc",
  132. "sg-scan": "sg scan --context 3",
  133. "make-zip": "gulp -f gulpfile.makezip.js makeZip",
  134. "markdownlint": "markdownlint \"**/*.md\"",
  135. "release": "gulp release",
  136. "website-release": "gulp websiteRelease",
  137. "test": "gulp test",
  138. "test-all": "gulp test --all",
  139. "test-webgl": "gulp test --include WebGL",
  140. "test-non-webgl": "gulp test --exclude WebGL",
  141. "test-webgl-validation": "gulp test --webglValidation",
  142. "test-webgl-stub": "gulp test --webglStub",
  143. "test-release": "gulp test --release",
  144. "test-e2e": "playwright test -c Specs/e2e/playwright.config.js --project=chromium",
  145. "test-e2e-all": "playwright test -c Specs/e2e/playwright.config.js",
  146. "test-e2e-release": "release=true playwright test -c Specs/e2e/playwright.config.js --project=chromium",
  147. "test-e2e-release-all": "release=true playwright test -c Specs/e2e/playwright.config.js",
  148. "test-e2e-report": "playwright show-report Build/Specs/e2e/report",
  149. "test-e2e-update": "playwright test -c Specs/e2e/playwright.config.js --project=chromium -u",
  150. "deploy-status": "gulp deployStatus",
  151. "deploy-set-version": "gulp deploySetVersion",
  152. "prettier": "prettier --write \"**/*\"",
  153. "prettier-check": "prettier --check \"**/*\"",
  154. "cspell": "npx cspell lint -c .vscode/cspell.json --unique --no-progress"
  155. },
  156. "engines": {
  157. "node": ">=22.0.0"
  158. },
  159. "workspaces": [
  160. "packages/engine",
  161. "packages/widgets",
  162. "packages/sandcastle"
  163. ],
  164. "overrides": {
  165. "allotment": {
  166. "use-resize-observer": {
  167. "react": "^19.0.0",
  168. "react-dom": "^19.0.0"
  169. }
  170. }
  171. }
  172. }