-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·133 lines (133 loc) · 4.14 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
{
"name": "mapcache",
"version": "1.6.2",
"description": "Desktop Electron app to create GeoPackages from geospatial data sources.",
"author": "Christopher Caldwell <[email protected]> (https://github.com/caldwellc)",
"scripts": {
"clean": "rm -rf dist",
"dev": "yarn clean; electron-vite dev",
"build": "yarn clean; electron-vite build",
"build-win": "rmdir /s /q dist & electron-vite build",
"lint": "vue-cli-service lint",
"electron:build": "yarn build && vue-cli-service electron:build",
"electron:build-linux": "yarn build && electron-builder --linux",
"electron:build-mac": "yarn build && electron-builder --mac",
"electron:build-mac-m1": "yarn build && electron-builder --arm64",
"electron:build-mas": "yarn build && electron-builder --mas",
"electron:build-win": "yarn build-win && electron-builder --win portable nsis",
"rebuild": "electron-rebuild -f -w better-sqlite3",
"rebuild-m": "electron-rebuild -f -w better-sqlite3 -a arm64",
"postinstall": "electron-builder install-app-deps",
"postinstall-m1": "electron-builder install-app-deps --arch arm64",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "2.14.2",
"@mapbox/geojson-rewind": "~0.5.2",
"@mdi/font": "^7.2.96",
"@mdi/js": "^7.2.96",
"@ngageoint/geopackage": "4.2.3",
"@ngageoint/ol-format-node": "^1.0.6",
"@terraformer/arcgis": "^2.1.2",
"@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.10",
"axios": "^1.7.4",
"better-sqlite3": "^9.4.3",
"deepmerge": "^4.3.1",
"dom-to-image-more": "^2.9.5",
"electron-dl": "^3.5.0",
"electron-log": "^5.0.0-beta.23",
"electron-store": "^8.1.0",
"electron-window-state": "^5.0.3",
"file-url": "^4.0.0",
"fs-jetpack": "^5.1.0",
"geotiff": "^2.0.7",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^3.8.0",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"moment": "^2.30.1",
"overpass-wizard": "^0.0.9",
"pako": "^2.1.0",
"pbf": "^3.2.1",
"proj4": "^2.9.0",
"reproject": "^1.2.7",
"sanitize-html": "^2.7.0",
"sax": "^1.2.4",
"sharp": "0.32.6",
"shpjs": "4.0.4",
"sortablejs": "^1.15.0",
"stream-chain": "^2.2.5",
"stream-json": "^1.8.0",
"tiny-emitter": "^2.1.0",
"typeface-roboto": "^1.1.13",
"uuid": "^9.0.0",
"vector-tile": "^1.3.0",
"vue": "^3.3.4",
"vue-matomo": "^4.2.0",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^4.2.2",
"vuetify": "3.5.12",
"vuex": "^4.1.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-vue": "^4.0.0",
"electron": "^27.0.0",
"electron-builder": "^24.4.0",
"electron-vite": "^2.0.0",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vite-plugin-vuetify": "^1.0.2"
},
"main": "./dist/main/index.js",
"resolutions": {
"better-sqlite3": "8.4.0",
"bindings": "git://github.com/caldwellc/node-bindings.git#master",
"canvas": "git://github.com/jclark118/empty-module.git#main",
"minimatch": "9.0.5",
"rollup": "^3.29.5"
},
"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"
}
}