forked from ngageoint/mapcache-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.57 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
{
"name": "mapcache",
"version": "1.5.1",
"description": "Desktop Electron app to create GeoPackages from geospatial data sources.",
"author": "Christopher Caldwell <c.caldwell90@gmail.com> (https://github.com/caldwellc)",
"scripts": {
"lint": "vue-cli-service lint",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"electron:build": "vue-cli-service electron:build",
"electron:build-linux": "vue-cli-service electron:build --linux",
"electron:build-mac": "vue-cli-service electron:build -- --mac",
"electron:build-mas": "vue-cli-service electron:build -- --mas",
"electron:build-win": "vue-cli-service electron:build -- --win portable nsis",
"electron:debug": "vue-cli-service electron:serve --debug; electron --inspect=5858 dist_electron",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@geoman-io/leaflet-geoman-free": "2.11.4",
"@mapbox/geojson-rewind": "0.5.1",
"@mdi/js": "6.3.95",
"@ngageoint/geopackage": "4.2.3",
"@terraformer/arcgis": "2.1.0",
"@turf/area": "6.5.0",
"@turf/bbox": "6.5.0",
"@turf/bbox-clip": "6.5.0",
"@turf/bbox-polygon": "6.5.0",
"@turf/boolean-point-in-polygon": "6.5.0",
"@turf/circle": "6.5.0",
"@turf/distance": "6.5.0",
"@turf/helpers": "6.5.0",
"@turf/intersect": "6.5.0",
"@turf/point-on-feature": "6.5.0",
"@turf/point-to-line-distance": "6.5.0",
"@turf/polygon-to-line": "6.5.0",
"@turf/transform-rotate": "6.5.0",
"adm-zip": "0.5.9",
"axios": "0.23.0",
"better-sqlite3": "7.4.1",
"bindings": "https://github.com/caldwellc/node-bindings.git#master",
"caniuse-lite": "^1.0.30001452",
"dom-to-image-more": "^2.9.5",
"electron-dl": "3.2.1",
"electron-log": "4.4.1",
"electron-store": "8.0.1",
"electron-window-state": "^5.0.3",
"file-url": "4.0.0",
"fs-jetpack": "4.2.0",
"geotiff": "2.0.5",
"imagemin": "7.0.1",
"imagemin-pngquant": "https://github.com/caldwellc/imagemin-pngquant.git#master",
"leaflet": "1.7.1",
"leaflet-draw": "1.0.4",
"leaflet-geosearch": "3.6.1",
"lodash": "4.17.21",
"mime": "2.5.2",
"mkdirp": "1.0.4",
"moment": "2.29.1",
"ol-format-node": "1.0.5",
"overpass-wizard": "0.0.9",
"pako": "2.0.3",
"pbf": "3.2.1",
"proj4": "2.7.5",
"reproject": "1.2.6",
"sanitize-html": "^2.7.0",
"sax": "1.2.4",
"shpjs": "4.0.2",
"sortablejs": "^1.14.0",
"stream-chain": "2.2.4",
"stream-json": "1.7.3",
"typeface-roboto": "1.1.13",
"uuid": "8.3.2",
"vector-tile": "1.3.0",
"vue": "2.6.14",
"vue-async-computed": "3.9.0",
"vue-observe-visibility": "^1.0.0",
"vue-router": "3.5.2",
"vuetify": "2.5.10",
"vuex": "3.6.2",
"vuex-electron": "https://github.com/caldwellc/vuex-electron.git#master",
"wkx": "0.5.0",
"xml2js": "0.4.23",
"xmldom": "0.6.0",
"xpath": "0.0.32"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/test-utils": "1.1.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"chai": "4.3.4",
"deepmerge": "4.2.2",
"electron": "19.1.1",
"electron-devtools-installer": "3.2.0",
"eslint": "7.32.0",
"eslint-plugin-vue": "7.19.1",
"nan": "2.14.0",
"node-loader": "2.0.0",
"sass": "1.32.8",
"sass-loader": "10.1.1",
"vue-cli-plugin-electron-builder": "2.1.1",
"vue-cli-plugin-vuetify": "2.4.3",
"vue-template-compiler": "2.6.14",
"vuetify-loader": "1.7.3",
"webpack-bundle-analyzer": "4.5.0"
},
"resolutions": {
"@electron/universal": "1.2.1",
"bindings": "git://github.com/caldwellc/node-bindings.git#master"
},
"contributors": [
{
"name": "Daniel Barela",
"url": "https://github.com/danielbarela"
},
{
"name": "Joe Clark",
"url": "https://github.com/jclark118"
},
{
"name": "Tyler Burgett",
"url": "https://github.com/tyburg"
},
{
"name": "Brandon Cleveland",
"url": "https://github.com/bcleveland1022"
}
],
"license": "MIT",
"mapcache": {
"store": {
"version": "10"
}
},
"repository": {
"type": "git",
"url": "https://github.com/ngageoint/mapcache-electron.git"
}
}