forked from CesiumGS/cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
170 lines (170 loc) · 4.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "cesium",
"version": "1.105.2",
"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",
"email": "[email protected]"
},
"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,
".": {
"require": "./index.cjs",
"import": "./Source/Cesium.js"
}
},
"type": "module",
"sideEffects": [
"./Source/ThirdParty/**/*",
"./Source/Widgets/**/*.css",
"./Source/Workers/*",
"./Specs/**/*"
],
"dependencies": {
"@cesium/engine": "2.4.0",
"@cesium/widgets": "2.3.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.276.0",
"@aws-sdk/lib-storage": "^3.276.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"chokidar": "^3.5.3",
"cloc": "^2.8.0",
"compression": "^1.7.4",
"decompress": "^4.2.1",
"download": "^8.0.0",
"draco3d": "^1.5.1",
"esbuild": "^0.17.10",
"eslint": "^8.29.0",
"eslint-config-cesium": "^9.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-node": "^11.1.0",
"express": "^4.17.1",
"globby": "^13.1.3",
"glsl-strip-comments": "^1.0.0",
"gulp": "^4.0.2",
"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": "^5.1.0",
"husky": "^8.0.2",
"istanbul-lib-instrument": "^5.2.0",
"jasmine-core": "^4.0.1",
"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",
"markdownlint-cli": "^0.33.0",
"merge-stream": "^2.0.0",
"mime": "^3.0.0",
"mkdirp": "^3.0.1",
"node-fetch": "^3.2.10",
"open": "^9.1.0",
"p-limit": "^4.0.0",
"prettier": "2.1.2",
"prismjs": "^1.28.0",
"request": "^2.79.0",
"rimraf": "^5.0.0",
"rollup": "^3.17.2",
"rollup-plugin-strip-pragma": "^1.0.0",
"stream-to-promise": "^3.0.0",
"tsd-jsdoc": "^2.5.0",
"typescript": "^5.0.2",
"yargs": "^17.0.1"
},
"scripts": {
"prepare": "gulp prepare && husky install",
"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 buildApps",
"clean": "gulp clean",
"cloc": "gulp cloc",
"coverage": "gulp coverage",
"build-docs": "gulp buildDocs",
"build-docs-watch": "gulp buildDocsWatch",
"eslint": "eslint \"./**/*.js\" \"./**/*.cjs\" \"./**/*.html\" --cache --quiet",
"make-zip": "gulp makeZip",
"markdownlint": "markdownlint \"*.md\" \"Documentation/**/*.md\" \"packages/**/*.md\" --ignore CHANGES.md --ignore \"./**/LICENSE.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",
"deploy-s3": "gulp deployS3",
"deploy-status": "gulp deployStatus",
"deploy-set-version": "gulp deploySetVersion",
"prettier": "prettier --write --no-config \"**/*\"",
"prettier-check": "prettier --check --no-config \"**/*\""
},
"engines": {
"node": ">=14.0.0"
},
"lint-staged": {
"*.{js,cjs,html}": [
"eslint --cache --quiet",
"prettier --write --no-config"
],
"*.md": [
"markdownlint --ignore CHANGES.md --ignore \"./**/LICENSE.md\"",
"prettier --write --no-config"
]
},
"workspaces": [
"packages/engine",
"packages/widgets"
]
}