-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.13 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
{
"name": "minimal",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"buildcap": "cap run android",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"resourcescap": "capacitor-resources -p android,ios",
"resources": "cordova-res ios && cordova-res android && node scripts/resources.js"
},
"private": true,
"dependencies": {
"@angular-devkit/schematics-cli": "^0.901.13",
"@angular/cli": "^14.1.2",
"@angular/common": "^14.1.2",
"@angular/core": "^14.1.2",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.1.2",
"@angular/localize": "^14.1.2",
"@angular/platform-browser": "^14.1.2",
"@angular/platform-browser-dynamic": "^14.1.2",
"@angular/router": "^14.1.2",
"@awesome-cordova-plugins/core": "^5.44.0",
"@awesome-cordova-plugins/diagnostic": "^5.44.0",
"@awesome-cordova-plugins/in-app-browser": "^5.44.0",
"@capacitor-community/sqlite": "^4.0.0-1",
"@capacitor-firebase/analytics": "^1.0.0",
"@capacitor-firebase/authentication": "^1.0.0",
"@capacitor/android": "^4.1.0",
"@capacitor/app": "^4.0.1",
"@capacitor/browser": "^4.0.1",
"@capacitor/core": "^4.1.0",
"@capacitor/device": "^4.0.1",
"@capacitor/filesystem": "^4.0.1",
"@capacitor/geolocation": "^4.0.1",
"@capacitor/ios": "^4.1.0",
"@capacitor/local-notifications": "^4.0.1",
"@capacitor/network": "^4.0.1",
"@capacitor/push-notifications": "^4.0.1",
"@capacitor/splash-screen": "^4.0.1",
"@capacitor/status-bar": "^4.0.1",
"@ionic-native/app-rate": "^5.31.1",
"@ionic-native/app-version": "^5.30.0",
"@ionic-native/call-number": "^5.30.0",
"@ionic-native/core": "^5.30.0",
"@ionic-native/http": "^5.30.0",
"@ionic-native/in-app-browser": "^5.30.0",
"@ionic-native/market": "^5.30.0",
"@ionic-native/native-geocoder": "^5.30.0",
"@ionic/angular": "^6.2.2",
"@ionic/storage": "^2.3.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@turf/turf": "^5.1.6",
"@types/google-maps": "^3.2.2",
"@types/leaflet": "^1.5.19",
"cordova-plugin-advanced-http": "^3.1.0",
"cordova-plugin-app-version": "^0.1.12",
"cordova-plugin-apprate": "^1.7.2",
"cordova-plugin-call-number": "^1.0.1",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-market": "^1.2.0",
"cordova-plugin-nativegeocoder": "^3.4.1",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova.plugins.diagnostic": "^6.1.1",
"core-js": "^3.8.2",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.1.6",
"es6-promise-plugin": "^4.2.2",
"firebase": "^9.9.3",
"ion2-calendar": "^3.5.0",
"ionic-selectable": "^4.9.0",
"leaflet": "^1.7.1",
"leaflet-control-geocoder": "^1.13.0",
"leaflet.gridlayer.googlemutant": "^0.10.2",
"moment": "^2.29.1",
"ngx-build-plus": "^14.0.0",
"rxjs": "^6.6.3",
"string-similarity": "^4.0.4",
"sweetalert2": "^10.15.5",
"tslib": "^2.0.0",
"typescript": "4.6.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1401.2",
"@angular-devkit/build-angular": "^14.1.2",
"@angular-devkit/core": "14.1.2",
"@angular-devkit/schematics": "14.1.2",
"@angular/compiler": "^14.1.2",
"@angular/compiler-cli": "^14.1.2",
"@angular/language-service": "^14.1.2",
"@capacitor/cli": "^4.0.0",
"@ionic/angular-toolkit": "^2.3.3",
"@ionic/lab": "^3.2.10",
"@types/googlemaps": "^3.43.0",
"@types/jasmine": "^3.6.2",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.19.12",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0"
},
"description": "Alfa Pizza"
}