forked from openlayers/ol-cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.44 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
{
"name": "ol-cesium",
"version": "2.2.2",
"description": "OpenLayers Cesium integration library",
"scripts": {
"build-examples": "cross-env TARGET=examples webpack --progress --bail",
"build-library": "cross-env TARGET=library webpack --progress --bail",
"serve": "cross-env DEV_SERVER=1 TARGET=examples webpack-dev-server --port 3000 --progress --watch --bail --debug"
},
"main": "./dist/olcesium.js",
"module": "./src/index.library.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": {
"@camptocamp/cesium": "1.48.0",
"@mapbox/geojsonhint": "2.0.1",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"copy-webpack-plugin": "4.5.2",
"cross-env": "5.2.0",
"css-loader": "1.0.0",
"eslint": "5.4.0",
"eslint-config-openlayers": "11.0.0",
"eslint-import-resolver-webpack": "^0.10.1",
"extract-text-webpack-plugin": "4.0.0-alpha.0",
"fs-extra": "7.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"htmlparser2": "3.9.2",
"jsdoc": "3.5.5",
"ls": "0.2.1",
"nomnom": "1.8.1",
"ol": "5.2.0",
"proj4": "2.4.4",
"temp": "0.8.3",
"webpack": "4.17.1",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.5",
"webpack-merge": "^4.1.4"
}
}