-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.52 KB
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": "cartracker",
"version": "0.0.4",
"author": "tentone",
"description": "Car GPS tracking application using the ionic framework.",
"homepage": "https://github.com/tentone",
"scripts": {
"serve": "ng serve",
"build": "ionic capacitor build android",
"start": "ionic capacitor run android --livereload --external",
"run": "ionic capacitor run android",
"open": "npx cap open android",
"sync": "npx cap sync"
},
"private": true,
"dependencies": {
"@angular/cdk": "~12.2.13",
"@angular/common": "~12.2.14",
"@angular/core": "~12.2.14",
"@angular/forms": "~12.2.14",
"@angular/platform-browser": "~12.2.14",
"@angular/platform-browser-dynamic": "~12.2.14",
"@angular/router": "~12.2.14",
"@capacitor/android": "~3.3.2",
"@capacitor/angular": "~2.0.0",
"@capacitor/core": "3.3.2",
"@capacitor/device": "~1.1.0",
"@capacitor/geolocation": "~1.2.0",
"@capacitor/storage": "~1.2.3",
"@mapbox/mapbox-gl-geocoder": "~4.7.4",
"@ionic-native/android-permissions": "~5.36.0",
"@ionic-native/chooser": "~5.36.0",
"@ionic-native/contacts": "~5.36.0",
"@ionic-native/core": "~5.36.0",
"@ionic-native/file": "~5.36.0",
"@ionic-native/sms": "~5.36.0",
"@ionic-native/status-bar": "~5.36.0",
"@ionic-native/unique-device-id": "~5.36.0",
"@ionic/angular": "~5.9.1",
"@types/mapbox-gl": "~2.6.0",
"cordova-plugin-android-permissions": "~1.1.2",
"cordova-plugin-chooser": "~1.3.2",
"cordova-plugin-contacts": "~3.0.1",
"cordova-plugin-file": "~6.0.2",
"cordova-sms-plugin": "~1.0.1",
"core-js": "~3.18.3",
"mapbox-gl": "~2.6.1",
"mapbox-gl-style-switcher": "~1.0.10",
"mapbox-gl-controls": "~2.3.5",
"rxjs": "~6.4.0",
"tslib": "~2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1202.13",
"@angular-devkit/build-angular": "~12.2.13",
"@angular-devkit/core": "~12.2.13",
"@angular-devkit/schematics": "~12.2.13",
"@angular/cli": "~12.2.13",
"@angular/compiler": "~12.2.14",
"@angular/compiler-cli": "~12.2.14",
"@angular/language-service": "~12.2.14",
"@capacitor/app": "~1.0.6",
"@capacitor/cli": "3.3.2",
"@ionic/cli": "~6.18.1",
"@ionic/angular-toolkit": "~5.0.3",
"@ngx-translate/core": "~14.0.0",
"@types/node": "~14.18.0",
"codelyzer": "~6.0.2",
"copyfiles": "~2.4.1",
"eslint": "~7.27.0",
"native-run": "~1.5.0",
"ts-node": "~10.4.0",
"tslint": "~6.1.3",
"typescript": "~4.3.0"
}
}