-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 5.5 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "petcareUB",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/build-webpack": "^0.13.8",
"@angular/animations": "^8.2.10",
"@angular/common": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/fire": "^5.2.1",
"@angular/forms": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/router": "^7.2.2",
"@firebase/app": "^0.4.17",
"@ionic-native/app-availability": "^5.3.0",
"@ionic-native/barcode-scanner": "^5.15.0",
"@ionic-native/camera": "^5.15.1",
"@ionic-native/core": "^5.0.0",
"@ionic-native/document-viewer": "^5.0.0",
"@ionic-native/file": "^5.13.0",
"@ionic-native/file-chooser": "^5.13.0",
"@ionic-native/file-opener": "^5.15.0",
"@ionic-native/file-path": "^5.15.0",
"@ionic-native/file-picker": "^5.13.0",
"@ionic-native/file-transfer": "^5.0.0",
"@ionic-native/in-app-browser": "^5.14.0",
"@ionic-native/native-storage": "^4.19.0",
"@ionic-native/qr-scanner": "^5.15.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic-native/toast": "^5.15.0",
"@ionic-native/unique-device-id": "^5.3.0",
"@ionic/angular": "^4.2.0",
"@ionic/pro": "2.0.4",
"ajv": "^6.10.0",
"angularfire2": "^5.1.2",
"bootstrap": "^4.3.1",
"cordova-android": "8.1.0",
"cordova-android-play-services-gradle-release": "^4.0.0",
"cordova-filepath-resolver": "^1.0.5",
"cordova-ios": "^5.0.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-androidx": "^1.0.2",
"cordova-plugin-androidx-adapter": "^1.1.0",
"cordova-plugin-appavailability": "0.4.2",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-file": "6.0.2",
"cordova-plugin-filechooser": "1.2.0",
"cordova-plugin-filepath": "^1.5.6",
"cordova-plugin-filepicker": "1.1.6",
"cordova-plugin-firebasex": "git+https://github.com/dpa99c/cordova-plugin-firebase.git",
"cordova-plugin-ionic": "5.3.0",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^3.0.0",
"cordova-plugin-qrscanner": "^3.0.1",
"cordova-plugin-splashscreen": "5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-uniquedeviceid": "1.3.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-toast": "^2.7.2",
"core-js": "^2.5.4",
"firebase": "^6.6.2",
"firebase-admin": "^8.6.0",
"google-libphonenumber": "^3.2.5",
"intl-tel-input": "^14.1.0",
"ionic-angular": "^3.9.8",
"next": "^8.0.4",
"ng2-tel-input": "^2.0.3",
"ngx-bootstrap": "^5.1.2",
"ngx-intl-tel-input": "^2.3.1",
"ngx-qrcode2": "0.0.9",
"parse": "^2.3.2",
"phonegap-plugin-barcodescanner": "^8.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rxjs": "~6.3.3",
"rxjs-compat": "^6.5.2",
"zone.js": "~0.8.29"
},
"devDependencies": {
"@angular-devkit/architect": "~0.12.3",
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/core": "~7.2.3",
"@angular-devkit/schematics": "~7.2.3",
"@angular/cli": "~7.3.1",
"@angular/compiler": "~7.2.2",
"@angular/compiler-cli": "~7.2.2",
"@angular/language-service": "~7.2.2",
"@ionic/angular-toolkit": "~1.4.0",
"@ionic/app-scripts": "^3.2.3",
"@ionic/lab": "1.0.24",
"@kadira/storybook": "^2.35.3",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~10.14.2",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.1.4",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"mini-css-extract-plugin": "^0.5.0",
"protractor": "~5.4.0",
"ts-node": "~8.0.0",
"tslint": "~5.12.0",
"typescript": "~3.1.6"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-ionic": {
"APP_ID": "123456",
"CHANNEL_NAME": "petcareUB"
},
"cordova-plugin-appavailability": {},
"cordova-plugin-uniquedeviceid": {},
"cordova-plugin-filechooser": {},
"cordova-plugin-filepicker": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-file-opener2": {},
"cordova-plugin-document-viewer": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-androidx-adapter": {},
"cordova-android-play-services-gradle-release": {
"PLAY_SERVICES_VERSION": "+"
},
"cordova-plugin-firebasex": {},
"cordova-filepath-resolver": {},
"cordova-plugin-filepath": {},
"cordova-plugin-qrscanner": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-x-toast": {},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
}
},
"platforms": [
"android",
"ios"
]
}
}