forked from openlayers/ol-cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.79 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
{
"name": "ol-cesium",
"version": "2.10.0",
"description": "OpenLayers Cesium integration library",
"scripts": {
"build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail",
"build-library": "cross-env NODE_ENV=production TARGET=library webpack --progress --bail",
"build-library-debug": "cross-env NODE_ENV=development TARGET=library webpack --progress --bail",
"build-umd": "cross-env NODE_ENV=production TARGET=umd webpack --progress --bail",
"start": "cross-env DEV_SERVER=1 TARGET=examples webpack-dev-server --port 3000 --progress --watch --bail --debug",
"typecheck": "tsc --pretty",
"doc": "typedoc --name ol-cesium --excludeExternals --out dist/apidoc"
},
"main": "./dist/olcesium.js",
"module": "./dist/olcesium.umd.js",
"repository": {
"type": "git",
"url": "git://github.com/openlayers/ol-cesium.git"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/openlayers/ol-cesium/issues"
},
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@mapbox/geojsonhint": "3.0.0",
"@types/cesium": "^1.59.1",
"babel-loader": "^8.0.6",
"cesium": "^1.62.0",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^7.0.0",
"eslint": "^6.5.1",
"eslint-config-openlayers": "^12.0.0",
"eslint-import-resolver-webpack": "^0.12.0",
"fs-extra": "^8.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"htmlparser2": "^4.0.0",
"jsdoc": "^3.6.3",
"ls": "0.2.1",
"nomnom": "1.8.1",
"ol": "^6.0.1",
"proj4": "2.6.0",
"temp": "^0.9.0",
"typedoc": "^0.16.10",
"typescript": "^3.6.4",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.2.2"
}
}