-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.63 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
{
"name": "geotrek-mobile",
"version": "3.9.2",
"author": "Makina Corpus",
"homepage": "https://makina-corpus.com",
"scripts": {},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.3",
"@angular/common": "^13.3.3",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",
"@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3",
"@awesome-cordova-plugins/device-orientation": "^5.41.0",
"@capacitor-community/background-geolocation": "^1.1.0",
"@capacitor-community/http": "^1.4.1",
"@capacitor/android": "^3.4.3",
"@capacitor/app": "1.1.1",
"@capacitor/core": "3.4.3",
"@capacitor/device": "^1.1.2",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/haptics": "1.1.4",
"@capacitor/keyboard": "1.2.2",
"@capacitor/local-notifications": "^1.1.0",
"@capacitor/share": "^1.1.2",
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/status-bar": "1.0.8",
"@capacitor/storage": "^1.2.5",
"@ionic/angular": "^6.1.0",
"@ngx-matomo/router": "^2.6.0",
"@ngx-matomo/tracker": "^2.6.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"capacitor-zip": "git+https://github.com/GeotrekCE/capacitor-zip.git",
"cordova-plugin-device-orientation": "^2.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.deburr": "^4.1.0",
"lodash.throttle": "^4.1.1",
"mapbox-gl": "^1.13.2",
"rxjs": "^7.5.5",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.3",
"@angular-eslint/builder": "~13.2.0",
"@angular-eslint/eslint-plugin": "~13.2.0",
"@angular-eslint/eslint-plugin-template": "~13.2.0",
"@angular-eslint/template-parser": "~13.2.0",
"@angular/cli": "^13.3.3",
"@angular/compiler": "^13.3.3",
"@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3",
"@capacitor/cli": "3.4.3",
"@ionic/angular-toolkit": "^6.1.0",
"@ionic/cli": "^6.19.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.deburr": "^4.1.6",
"@types/mapbox-gl": "^1.13.3",
"@types/node": "^17.0.24",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"capacitor-resources": "^2.0.5",
"cypress": "^9.5.4",
"eslint": "^8.12.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.2.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"description": "A hiking app"
}