-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.12 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.12 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
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
122
123
124
125
{
"name": "eHoreca_Large_Producer_App",
"version": "1.0.0",
"author": "CWA",
"homepage": "https://www.cwa.gr/en/",
"private": true,
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/base64": "5.14.0",
"@ionic-native/camera": "5.14.0",
"@ionic-native/camera-preview": "5.14.0",
"@ionic-native/core": "5.14.0",
"@ionic-native/file": "^5.14.0",
"@ionic-native/file-path": "^5.15.0",
"@ionic-native/file-transfer": "^5.15.0",
"@ionic-native/geolocation": "^5.14.0",
"@ionic-native/http": "^5.36.0",
"@ionic-native/ionic-webview": "^5.15.0",
"@ionic-native/native-geocoder": "^5.14.0",
"@ionic-native/splash-screen": "5.14.0",
"@ionic-native/status-bar": "~5.14.0",
"@ionic-native/unique-device-id": "^5.22.0",
"@ionic-super-tabs/angular": "^6.0.0-rc.0",
"@ionic/storage": "^2.2.0",
"com-badrit-base64": "^0.2.0",
"cordova-android-support-gradle-release": "^3.0.1",
"cordova-browser": "^6.0.0",
"cordova-ios": "^5.0.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-advanced-http": "^2.2.0",
"cordova-plugin-camera": "4.1.0",
"cordova-plugin-camera-preview": "^0.11.0",
"cordova-plugin-filepath": "^1.5.6",
"cordova-plugin-geolocation": "^4.0.2",
"cordova-plugin-ionic": "^5.4.4",
"cordova-plugin-ionic-webview": "^4.1.2",
"cordova-plugin-nativegeocoder": "^3.2.2",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-uniquedeviceid": "^1.3.2",
"es6-promise-plugin": "^4.2.2",
"hammerjs": "^2.0.8",
"ionic-angular": "^3.9.8",
"ionic-native": "^2.9.0",
"ionicons": "3.0.0",
"platform": "1.3.5",
"rxjs": "5.5.11",
"rxjs-compat": "^6.5.3",
"sw-toolbox": "3.6.0",
"ts-md5": "^1.2.7",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "^3.2.3",
"@ionic/lab": "2.0.11",
"@types/hammerjs": "^2.0.36",
"cordova-android": "^10.1.1",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "github:apache/cordova-plugin-file-transfer",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"typescript": "^3.6.3"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you",
"GPS_REQUIRED": "true"
},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-file": {},
"com-badrit-base64": {},
"cordova-plugin-camera-preview": {
"ANDROID_SUPPORT_LIBRARY_VERSION": "26.0.0"
},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-nativegeocoder": {
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-advanced-http": {
"OKHTTP_VERSION": "3.10.0"
},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-filepath": {},
"cordova-plugin-uniquedeviceid": {},
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-file-transfer": {}
},
"platforms": [
"ios",
"browser",
"android"
]
}
}