-
Notifications
You must be signed in to change notification settings - Fork 0
/
polymer.json
135 lines (135 loc) · 3.56 KB
/
polymer.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
{
"entrypoint": "index.html",
"fragments": ["mapbox.html"],
"shell": "src/components/edugis-app.js",
"sources": [
"images/**/*", "course/**/*"
],
"extraDependencies": [
"manifest.json",
"notosans-italic.woff2",
"notosans-bold.woff2",
"lib/topojson-client.js",
"lib/trafficlayer.js",
"lib/wms-capabilities.min.js",
"node_modules/@webcomponents/webcomponentsjs/**",
"node_modules/@turf/turf/turf.min.js",
"node_modules/@simonwep/pickr/dist/themes/nano.min.css",
"node_modules/@simonwep/pickr/dist/pickr.min.js",
"node_modules/file-saver/dist/FileSaver.min.js",
"node_modules/papaparse/papaparse.min.js",
"node_modules/hopscotch/dist/js/hopscotch.min.js",
"node_modules/hopscotch/dist/css/hopscotch.min.css",
"node_modules/hopscotch/dist/img/sprite-green.png",
"node_modules/xlsx/dist/xlsx.full.min.js",
"push-manifest.json",
"styles/openmaptiles/positron.json",
"styles/openmaptiles/osmbright.json",
"styles/openmaptiles/klokantech-basic.json",
"styles/openmaptiles/dark-matter.json",
"styles/osmraster.json",
"styles/bgt.json",
"styles/osmrail.json",
"styles/mapboxtraffic.json",
"node_modules/mapbox-gl/dist/mapbox-gl.js",
"node_modules/maplibre-gl/dist/maplibre-gl.js",
"node_modules/@edugis/mapbox-gl-draw/dist/mapbox-gl-draw.js",
"node_modules/@edugis/mapbox-gl-draw/dist/mapbox-gl-draw.css",
"src/keys.js",
"about.html",
"layout.html",
"mapbox.html",
"demo.html",
"help.html",
"maps/adamnewyork.json",
"maps/elektrawoning.json",
"maps/maplanguage.json",
"maps/adamverkeer.json",
"maps/fietstocht3D.json",
"maps/metroparijs.json",
"maps/admingrenzen2017.json",
"maps/fietstocht.json",
"maps/styleonly.json",
"maps/bagbouwjaar.json",
"maps/gemgeojson.json",
"maps/thematic3D.json",
"maps/buildingextrusion.json",
"maps/greenland.json",
"maps/geology.json",
"maps/vectornuts3.json",
"maps/cbsbevolking.json",
"maps/gsheet.json",
"maps/webglanimation.json",
"maps/cbsbodemgebruik.json",
"maps/histcaps.json",
"maps/dakdelen.json",
"maps/hitteeiland.json",
"maps/layers.json",
"maps/pdok.json",
"maps/zonnepanelen.json",
"maps/datacatalog.json",
"maps/merwedekanaalzone.json",
"maps/world.json",
"maps/zuidwestnl.json",
"maps/nl2100.json",
"maps/kea.json",
"maps/layers/*.json"
],
"builds": [
{
"name": "esm-bundled",
"browserCapabilities": [
"es2015",
"modules"
],
"js": {
"minify": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": true,
"addServiceWorker": true
},
{
"name": "es6-bundled",
"browserCapabilities": [
"es2015"
],
"js": {
"compile": "es2015",
"minify": true,
"transformModulesToAmd": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": true,
"addServiceWorker": true
},
{
"name": "es5-bundled",
"js": {
"compile": "es5",
"minify": true,
"transformModulesToAmd": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": true,
"addServiceWorker": false
}
],
"moduleResolution": "node",
"npm": true
}