-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
81 lines (81 loc) · 2.83 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
{
"name": "geotrek-mobile",
"version": "3.13.6",
"author": "Makina Corpus",
"homepage": "https://makina-corpus.com",
"scripts": {},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.3",
"@angular/common": "^16.0.3",
"@angular/core": "^16.0.3",
"@angular/forms": "^16.0.3",
"@angular/platform-browser": "^16.0.3",
"@angular/platform-browser-dynamic": "^16.0.3",
"@angular/router": "^16.0.3",
"@awesome-cordova-plugins/core": "^6.3.0",
"@awesome-cordova-plugins/device-orientation": "^6.3.0",
"@capacitor-community/background-geolocation": "^1.2.13",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/app-launcher": "^6.0.2",
"@capacitor/core": "^6.1.2",
"@capacitor/device": "^6.0.1",
"@capacitor/filesystem": "^6.0.1",
"@capacitor/geolocation": "^6.0.1",
"@capacitor/haptics": "^6.0.1",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "^6.0.2",
"@capacitor/local-notifications": "^6.1.0",
"@capacitor/preferences": "^6.0.2",
"@capacitor/share": "^6.0.2",
"@capacitor/splash-screen": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@capacitor/text-zoom": "^6.0.2",
"@ionic/angular": "^7.0.8",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"capacitor-blob-writer": "^1.1.10",
"capacitor-zip": "git+https://github.com/GeotrekCE/capacitor-zip.git#22ff0caf98d1818228dd862bde8e6e32c8fbedbc",
"cordova-plugin-device-orientation": "^3.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.deburr": "^4.1.0",
"lodash.throttle": "^4.1.1",
"maplibre-gl": "^2.4.0",
"rxjs": "^7.8.1",
"swiper": "^9.2.4",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular-eslint/builder": "^16.1.0",
"@angular-eslint/eslint-plugin": "^16.1.0",
"@angular-eslint/eslint-plugin-template": "^16.1.0",
"@angular-eslint/template-parser": "^16.1.0",
"@angular/cli": "^16.0.2",
"@angular/compiler": "^16.0.2",
"@angular/compiler-cli": "^16.0.2",
"@angular/language-service": "^16.0.2",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@ionic/angular-toolkit": "^10.0.0",
"@ionic/cli": "^7.0.1",
"@playwright/test": "^1.34.3",
"@trapezedev/configure": "^7.0.8",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.deburr": "^4.1.7",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"description": "Hiking app"
}