-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
150 lines (150 loc) · 5.16 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
147
148
149
150
{
"dependencies": {
"@angular-redux2/store": "^4.0.4",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.3",
"@angular/compiler": "14.1.3",
"@angular/core": "14.1.3",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "14.1.3",
"@angular/material": "14.1.2",
"@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3",
"@awesome-cordova-plugins/core": "^5.44.0",
"@awesome-cordova-plugins/file": "^5.44.0",
"@awesome-cordova-plugins/file-transfer": "^5.44.0",
"@awesome-cordova-plugins/in-app-purchase-2": "^5.44.0",
"@awesome-cordova-plugins/social-sharing": "^5.44.0",
"@capacitor-community/keep-awake": "^3.0.0",
"@capacitor-community/native-audio": "^3.0.4",
"@capacitor-community/screen-brightness": "^1.0.1",
"@capacitor-community/sqlite": "^3.7.0",
"@capacitor/android": "^4.0.1",
"@capacitor/app": "^4.0.1",
"@capacitor/camera": "^4.0.1",
"@capacitor/core": "^4.0.1",
"@capacitor/device": "^4.0.1",
"@capacitor/ios": "^4.0.1",
"@capacitor/text-zoom": "^4.0.1",
"@mapbox/mapbox-gl-rtl-text": "0.2.3",
"@maplibre/ngx-maplibre-gl": "^13.0.0",
"@ng-idle/core": "^11.1.0",
"@turf/bbox": "6.5.0",
"@turf/center": "6.5.0",
"@turf/circle": "6.5.0",
"@turf/distance": "6.5.0",
"@turf/helpers": "6.5.0",
"@turf/point-to-line-distance": "6.5.0",
"@turf/simplify": "6.5.0",
"angulartics2": "^12.1.0",
"base64-arraybuffer": "^1.0.2",
"broadcast-channel": "^4.14.0",
"cordova-background-geolocation-plugin": "2.0.7",
"cordova-plugin-device-orientation": "^2.0.1",
"cordova-plugin-file": "github:mWater/cordova-plugin-file#4eb406e40235fc62acf2bacdc041c64dd857aab7",
"cordova-plugin-file-transfer": "github:apache/cordova-plugin-file-transfer.git#ec11d2fd0e87d7d9e0ba94b1989ffb71af1c3c96",
"cordova-plugin-oauth": "github:IsraelHikingMap/cordova-plugin-oauth",
"cordova-plugin-purchase": "^11.0.0",
"cordova-plugin-vibration": "^3.1.1",
"cordova-plugin-x-socialsharing-android12": "^6.0.5",
"core-js": "^3.24.1",
"d3": "^7.6.1",
"d3-regression": "^1.3.10",
"deepmerge": "4.2.2",
"dexie": "^3.2.2",
"file-saver-es": "^2.0.5",
"font-awesome": "4.7.0",
"intl": "1.2.5",
"invert-color": "2.0.0",
"isomorphic-xml2js": "^0.1.3",
"jszip": "^3.10.1",
"linear-interpolator": "^1.0.2",
"lodash-es": "^4.17.21",
"lottie-web": "^5.9.6",
"maplibre-gl": "^2.3.1-pre.1",
"minisearch": "^5.0.0",
"ngx-infinite-scroll": "^14.0.0",
"ngx-lottie": "^8.2.1",
"ngx-progressbar": "^9.0.0",
"ohauth": "1.0.1",
"pako": "^2.0.4",
"photoswipe": "^5.3.0",
"piexifjs": "1.0.6",
"platform": "^1.3.6",
"proj4": "^2.8.0",
"redux": "^4.2.0",
"redux-undo": "^1.0.1",
"rxjs": "^7.5.6",
"stream": "0.0.2",
"tslib": "^2.3.1",
"uuid": "^8.3.2",
"xml-beautify": "^1.1.3",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.3",
"@angular-eslint/builder": "^14.0.2",
"@angular-eslint/eslint-plugin": "^14.0.2",
"@angular-eslint/eslint-plugin-template": "^14.0.2",
"@angular-eslint/schematics": "14.0.2",
"@angular-eslint/template-parser": "^14.0.2",
"@angular/cli": "^14.1.3",
"@angular/compiler-cli": "14.1.3",
"@angular/language-service": "14.1.3",
"@capacitor/cli": "^4.0.1",
"@types/angular-gettext": "^2.1.34",
"@types/d3": "^7.4.0",
"@types/file-saver": "2.0.5",
"@types/jasmine": "~4.0.3",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.47",
"@types/pako": "^2.0.0",
"@types/platform": "^1.3.4",
"@types/proj4": "^2.5.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"apkup": "^1.3.1",
"eslint": "^8.22.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"gettext-extractor": "3.5.4",
"jasmine-core": "~4.3.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-junit-reporter": "^2.0.1",
"md5-file": "^5.0.0",
"open": "^8.2.1",
"po2json": "0.4.5",
"request": "^2.88.2",
"shelljs": "^0.8.5",
"typescript": "4.7.4"
},
"license": "CC-BY-NC-3.0",
"name": "israel-hiking",
"displayName": "Israel Hiking Map",
"description": "A software for outdoor navigation",
"private": true,
"scripts": {
"ng": "ng",
"build": "ng build",
"build:watch": "ng build --watch",
"build:prod": "ng build --configuration production",
"build:prod-beta": "ng build --configuration production --base-href=/beta/",
"build:mobile": "ng build -c mobile",
"build:mobile-watch": "ng build -c mobile-debug --watch",
"test": "ng test",
"lint": "ng lint --fix",
"upload": "node extract-and-upload.js",
"download": "node download-and-compile.js"
},
"version": "9.14.0"
}