| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- {
- "name": "cesium",
- "version": "1.142.0",
- "description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
- "homepage": "http://cesium.com/cesiumjs/",
- "license": "Apache-2.0",
- "author": {
- "name": "Cesium GS, Inc.",
- "url": "https://cesium.com"
- },
- "contributors": [
- {
- "name": "CesiumJS community",
- "url": "https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTORS.md"
- }
- ],
- "keywords": [
- "3D",
- "webgl",
- "geospatial",
- "map",
- "globe"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/CesiumGS/cesium.git"
- },
- "bugs": {
- "url": "https://github.com/CesiumGS/cesium/issues"
- },
- "main": "index.cjs",
- "module": "./Source/Cesium.js",
- "types": "./Source/Cesium.d.ts",
- "exports": {
- "./package.json": "./package.json",
- "./Source/*": "./Source/*",
- "./Source/*.js": null,
- "./Build/*": "./Build/*",
- "./Build/*.js": null,
- ".": {
- "types": "./Source/Cesium.d.ts",
- "require": "./index.cjs",
- "import": "./Source/Cesium.js"
- }
- },
- "type": "module",
- "sideEffects": [
- "./Source/ThirdParty/**/*",
- "./Source/Widgets/**/*.css",
- "./Source/Workers/*",
- "./Specs/**/*"
- ],
- "dependencies": {
- "@cesium/engine": "^26.0.0",
- "@cesium/widgets": "^16.0.0"
- },
- "devDependencies": {
- "@ast-grep/cli": "^0.43.0",
- "@cesium/eslint-config": "^14.0.0",
- "@playwright/test": "^1.59.1",
- "@types/express": "^5.0.6",
- "chokidar": "^5.0.0",
- "cloc": "^2.6.0-cloc",
- "compression": "^1.7.4",
- "esbuild": "^0.28.0",
- "eslint": "^10.4.1",
- "eslint-plugin-html": "^8.1.1",
- "eslint-plugin-react-hooks": "^7.1.1",
- "eslint-plugin-react-refresh": "^0.5.2",
- "eslint-seatbelt": "^0.1.3",
- "express": "^5.1.0",
- "globals": "^17.4.0",
- "globby": "^16.2.0",
- "glsl-strip-comments": "^1.0.0",
- "gulp": "^5.0.0",
- "gulp-clean-css": "^4.3.0",
- "gulp-insert": "^0.5.0",
- "gulp-rename": "^2.0.0",
- "gulp-replace": "^1.1.3",
- "gulp-tap": "^2.0.0",
- "gulp-zip": "^6.0.0",
- "husky": "^9.0.7",
- "istanbul-lib-instrument": "^6.0.0",
- "jasmine-core": "^5.9.0",
- "jsdoc": "^3.6.7",
- "karma": "^6.3.20",
- "karma-chrome-launcher": "^3.1.0",
- "karma-coverage": "^2.0.3",
- "karma-detect-browsers": "^2.3.3",
- "karma-edge-launcher": "^0.4.2",
- "karma-firefox-launcher": "^2.1.1",
- "karma-ie-launcher": "^1.0.0",
- "karma-jasmine": "^5.1.0",
- "karma-longest-reporter": "^1.1.0",
- "karma-safari-launcher": "^1.0.0",
- "karma-sourcemap-loader": "^0.4.0",
- "karma-spec-reporter": "^0.0.36",
- "lebab": "^3.2.8",
- "markdownlint-cli": "^0.48.0",
- "merge-stream": "^2.0.0",
- "mkdirp": "^3.0.1",
- "node-fetch": "^3.2.10",
- "open": "^11.0.0",
- "prettier": "3.8.3",
- "prismjs": "^1.28.0",
- "rimraf": "^6.0.1",
- "tsd-jsdoc": "^2.5.0",
- "typescript": "^6.0.2",
- "typescript-eslint": "^8.30.1",
- "yargs": "^18.0.0"
- },
- "scripts": {
- "prepare": "gulp prepare && husky && node scripts/isCI.js || playwright install --with-deps",
- "start": "node server.js",
- "start-public": "node server.js --public",
- "build": "gulp build",
- "build-release": "gulp buildRelease",
- "build-watch": "gulp buildWatch",
- "build-ts": "gulp buildTs",
- "build-third-party": "gulp buildThirdParty",
- "build-apps": "gulp -f gulpfile.apps.js buildApps",
- "build-cesium-viewer": "gulp -f gulpfile.apps.js buildCesiumViewer",
- "build-sandcastle": "gulp -f gulpfile.apps.js buildSandcastle",
- "clean": "gulp clean",
- "cloc": "gulp cloc",
- "create-demo": "npm run create-demo --workspace=packages/sandcastle",
- "coverage": "gulp coverage",
- "build-docs": "gulp buildDocs",
- "build-docs-watch": "gulp buildDocsWatch",
- "eslint": "eslint \"./**/*.*js\" \"./**/*.*ts*\" \"./**/*.html\" --cache --quiet",
- "tsc": "gulp tsc",
- "sg-scan": "sg scan --context 3",
- "make-zip": "gulp -f gulpfile.makezip.js makeZip",
- "markdownlint": "markdownlint \"**/*.md\"",
- "release": "gulp release",
- "website-release": "gulp websiteRelease",
- "test": "gulp test",
- "test-all": "gulp test --all",
- "test-webgl": "gulp test --include WebGL",
- "test-non-webgl": "gulp test --exclude WebGL",
- "test-webgl-validation": "gulp test --webglValidation",
- "test-webgl-stub": "gulp test --webglStub",
- "test-release": "gulp test --release",
- "test-e2e": "playwright test -c Specs/e2e/playwright.config.js --project=chromium",
- "test-e2e-all": "playwright test -c Specs/e2e/playwright.config.js",
- "test-e2e-release": "release=true playwright test -c Specs/e2e/playwright.config.js --project=chromium",
- "test-e2e-release-all": "release=true playwright test -c Specs/e2e/playwright.config.js",
- "test-e2e-report": "playwright show-report Build/Specs/e2e/report",
- "test-e2e-update": "playwright test -c Specs/e2e/playwright.config.js --project=chromium -u",
- "deploy-status": "gulp deployStatus",
- "deploy-set-version": "gulp deploySetVersion",
- "prettier": "prettier --write \"**/*\"",
- "prettier-check": "prettier --check \"**/*\"",
- "cspell": "npx cspell lint -c .vscode/cspell.json --unique --no-progress"
- },
- "engines": {
- "node": ">=22.0.0"
- },
- "workspaces": [
- "packages/engine",
- "packages/widgets",
- "packages/sandcastle"
- ],
- "overrides": {
- "allotment": {
- "use-resize-observer": {
- "react": "^19.0.0",
- "react-dom": "^19.0.0"
- }
- }
- }
- }
|