-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
120 lines (120 loc) · 4.21 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
{
"name": "simport-learning",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "cd dev && npx ts-node -r tsconfig-paths/register generate_test_trajectory.ts ; ng test",
"test:inferences": "ng test --include src/app/shared-services/inferences/",
"lint": "prettier --loglevel=warn --write src/app && ng lint",
"e2e": "ng e2e",
"resources:ios": "capacitor-resources -i ./resources/icon_ios.png -I -p ios",
"resources:android": "capacitor-resources -i ./resources/icon_android.png -I -p android",
"postinstall": "jetifier && npm run generate-license-file",
"prepare": "husky install",
"generate-license-file": "license-checker --production --json > src/assets/licenses.json"
},
"engines": {
"node": "^16.14.0",
"npm": "^8.0.0"
},
"private": true,
"dependencies": {
"@angular/common": "^13.2.0",
"@angular/core": "^13.2.0",
"@angular/forms": "^13.2.0",
"@angular/platform-browser": "^13.2.0",
"@angular/platform-browser-dynamic": "^13.2.0",
"@angular/router": "^13.2.0",
"@aparajita/capacitor-biometric-auth": "^3.1.4",
"@asymmetrik/ngx-leaflet": "^13.0.0",
"@babel/helper-validator-option": "^7.12.17",
"@capacitor-community/background-geolocation": "1.2.13",
"@capacitor-community/sqlite": "^4.6.3",
"@capacitor/android": "4.6.1",
"@capacitor/app": "^4.1.1",
"@capacitor/core": "^4.6.1",
"@capacitor/device": "^4.1.0",
"@capacitor/filesystem": "^4.1.4",
"@capacitor/ios": "^4.6.1",
"@capacitor/local-notifications": "^4.1.4",
"@capacitor/share": "^4.1.0",
"@capacitor/status-bar": "^4.1.1",
"@capawesome/capacitor-background-task": "^2.0.0",
"@capawesome/capacitor-file-picker": "^0.5.8",
"@ionic/angular": "^6.0.0",
"@mapbox/polyline": "^1.1.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@transistorsoft/capacitor-background-fetch": "^1.0.2",
"@turf/bbox": "^6.5.0",
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/random": "^6.5.0",
"@turf/transform-translate": "^6.5.0",
"apexcharts": "^3.30.0",
"concaveman": "github:grassick/concaveman#patch-1",
"date-fns": "^2.29.3",
"delay": "^5.0.0",
"density-clustering": "^1.3.0",
"gps-to-gpx": "^1.5.1",
"haversine-distance": "^1.2.1",
"jszip": "^3.9.1",
"leaflet": "^1.7.1",
"leaflet-spline": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"ng-apexcharts": "^1.7.0",
"rxjs": "^6.6.7",
"tslib": "^2.3.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.0",
"@angular-eslint/builder": "^13.2.1",
"@angular-eslint/eslint-plugin": "^13.2.1",
"@angular-eslint/eslint-plugin-template": "^13.2.1",
"@angular-eslint/schematics": "^13.2.1",
"@angular-eslint/template-parser": "^13.2.1",
"@angular/cli": "^13.2.0",
"@angular/compiler": "^13.2.0",
"@angular/compiler-cli": "^13.2.0",
"@angular/language-service": "^13.2.0",
"@capacitor/cli": "4.6.1",
"@ionic/angular-toolkit": "^6.0.0",
"@turf/distance": "^6.3.0",
"@types/concaveman": "^1.1.3",
"@types/jasmine": "^3.7.7",
"@types/jasminewd2": "~2.0.3",
"@types/leaflet": "^1.5.17",
"@types/node": "^17.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"capacitor-resources": "^2.0.5",
"eslint": "^8.12.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "^41.1.2",
"eslint-plugin-prefer-arrow": "latest",
"gpx-parse": "^0.10.4",
"husky": "^7.0.0",
"jasmine-core": "^4.0.0",
"jasmine-spec-reporter": "^7.0.0",
"jetifier": "^2.0.0",
"karma": "~6.3.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.0",
"license-checker": "^25.0.1",
"lint-staged": "~12.3.0",
"prettier": "^2.3.1",
"protractor": "~7.0.0",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "~4.5.0"
},
"description": "An Ionic project"
}