-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
117 lines (117 loc) · 3.33 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
{
"name": "gcp-editor-pro",
"version": "1.3.0",
"author": {
"name": "UAV4GEO",
"email": "hello@uav4geo.com",
"url": "https://uav4geo.com"
},
"repository": {
"type": "git",
"url": "https://github.com/uav4geo/GCPEditorPro.git"
},
"description": "Amazingly fast and simple ground control points interface.",
"build": {
"appId": "com.uav4geo.gcpeditorpro",
"artifactName": "GCPEditorPro.${ext}",
"productName": "GCP Editor Pro",
"copyright": "Copyright © 2023 UAV4GEO",
"directories": {
"buildResources": "./build"
},
"files": [
"dist/gcp-editor-pro/**/*",
"./main.js",
"./package.json"
],
"afterSign": "scripts/notarize.js",
"win": {
"certificateFile": "d:\\comodo.pfx"
},
"mac": {
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist",
"gatekeeperAssess": false
},
"dmg": {
"sign": false
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
},
"main": "./main.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"stats": "webpack-bundle-analyzer dist/gcp-editor-pro/stats-es2015.json",
"postinstall": "patch-package",
"electron": "electron .",
"electron-build": "ng build --prod --base-href ./",
"dist": "./node_modules/.bin/electron-builder"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.1.1",
"@angular/common": "~9.1.1",
"@angular/compiler": "~9.1.1",
"@angular/core": "~9.1.1",
"@angular/forms": "~9.1.1",
"@angular/localize": "^9.1.1",
"@angular/platform-browser": "~9.1.1",
"@angular/platform-browser-dynamic": "~9.1.1",
"@angular/router": "~9.1.1",
"@asymmetrik/ngx-leaflet": "^6.0.1",
"@fortawesome/angular-fontawesome": "^0.6.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "~1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "^6.0.2",
"@panzoom/panzoom": "^4.1.0",
"@types/file-saver": "^2.0.1",
"@types/leaflet": "^1.5.12",
"@types/proj4": "^2.5.0",
"@types/rfdc": "^1.1.0",
"bootstrap": "^4.4.1",
"classlist.js": "^1.1.20150312",
"epsg": "^0.5.0",
"exifr": "^7.1.3",
"file-saver": "^2.0.2",
"jquery": "^3.5.0",
"jsrsasign": "^8.0.15",
"leaflet": "^1.6.0",
"ng-open-cv": "^0.3.1",
"ngx-papaparse": "^4.0.4",
"panzoom": "^9.2.3",
"patch-package": "^6.2.2",
"proj4": "^2.6.1",
"rfdc": "^1.1.4",
"rxjs": "^6.5.5",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.1",
"@angular/cli": "^9.1.1",
"@angular/compiler-cli": "~9.1.1",
"@angular/language-service": "~9.1.1",
"@types/node": "^12.12.35",
"codelyzer": "^5.1.2",
"electron": "^8.2.3",
"electron-builder": "^22.5.1",
"electron-notarize": "^0.3.0",
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "^6.1.1",
"typescript": "~3.8.3",
"webpack-bundle-analyzer": "^3.6.1"
}
}