forked from OL-PlugMap/ol-themes-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
{
"name": "ol-themes-ext",
"version": "0.0.31",
"description": "Extension for openlayers that adds configuration driven map layers (aka themes)",
"main": "dist/ol-themes-ext.js",
"typings": "dist/ol-themes-ext.d.ts",
"scripts": {
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OL-PlugMap/ol-themes-ext.git"
},
"keywords": [
"openlayers",
"ol",
"map",
"maps"
],
"author": "Matt Caldwell, Bryant Overgard",
"license": "MIT",
"bugs": {
"url": "https://github.com/OL-PlugMap/ol-themes-ext/issues"
},
"homepage": "https://github.com/OL-PlugMap/ol-themes-ext#readme",
"dependencies": {
"ol-esri-style": "^2.0.9",
"ol-ext": "^3.2.4"
},
"devDependencies": {
"@turf/area": "^6.3.0",
"@turf/boolean-within": "^6.3.0",
"@turf/buffer": "^6.3.0",
"@turf/circle": "^6.3.0",
"@turf/difference": "^6.3.0",
"@turf/helpers": "^6.3.0",
"@turf/projection": "^6.3.0",
"@turf/simplify": "^6.3.0",
"@turf/truncate": "^6.3.0",
"@turf/union": "^6.3.0",
"@turf/unkink-polygon": "^6.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^8.1.1",
"fs-extra": "^9.1.0",
"ol": "^6.12.0",
"react-dev-utils": "^11.0.4",
"shpjs": "^3.6.3",
"sw-precache-webpack-plugin": "^1.0.0",
"text-encoding": "^0.7.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.28.0",
"webpack-manifest-plugin": "^3.1.0",
"wellknown": "^0.5.0",
"workbox-webpack-plugin": "^6.1.2",
"worker-loader": "^3.0.8"
}
}