forked from chat21/chat21-ionic
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
155 lines (155 loc) · 5.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
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
{
"name": "@chat21/chat21-ionic",
"author": "Tiledesk SRL",
"version": "3.4.11",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {
"type": "git",
"url": "https://github.com/Tiledesk/chat21-ionic"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"dependencies": {
"@angular/animations": "^12.2.6",
"@angular/cdk": "^12.2.13",
"@angular/common": "~12.2.6",
"@angular/core": "~12.2.6",
"@angular/forms": "~12.2.6",
"@angular/google-maps": "^12.2.13",
"@angular/material": "~12.2.6",
"@angular/platform-browser": "~12.2.6",
"@angular/platform-browser-dynamic": "~12.2.6",
"@angular/router": "~12.2.6",
"@ctrl/ngx-emoji-mart": "^1.0.6",
"@ionic-native/chooser": "^5.36.0",
"@ionic-native/core": "^5.28.0",
"@ionic-native/deeplinks": "^5.36.0",
"@ionic-native/globalization": "^5.28.0",
"@ionic-native/in-app-browser": "^5.36.0",
"@ionic-native/keyboard": "^5.36.0",
"@ionic-native/network": "^5.36.0",
"@ionic-native/splash-screen": "^5.28.0",
"@ionic-native/status-bar": "^5.28.0",
"@ionic/angular": "^5.8.0",
"@ionic/storage": "^3.0.6",
"@mdi/font": "^7.2.96",
"@ng-select/ng-select": "^7.4.0",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@types/marked": "^4.0.8",
"autolinker": "^3.14.2",
"cordova": "^11.1.0",
"cordova-android-support-gradle-release": "^3.0.1",
"cordova-browser": "^5.0.4",
"cordova-plugin-chooser": "^1.3.2",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.4",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.5",
"cordova-res": "^0.15.1",
"core-js": "^2.5.4",
"file-saver": "^2.0.5",
"firebase": "^8.6.7",
"marked": "^4.3.0",
"material-icons": "^1.11.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.28",
"ngx-logger": "^4.2.1",
"ngx-moment": "^5.0.0",
"roboto-fontface": "^0.10.0",
"rxjs": "~6.5.1",
"sharp": "^0.32.0",
"tslib": "^2.0.0",
"uuid": "^9.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1202.6",
"@angular-devkit/build-angular": "^12.2.6",
"@angular/cli": "~12.2.6",
"@angular/compiler": "~12.2.6",
"@angular/compiler-cli": "~12.2.6",
"@angular/language-service": "~12.2.6",
"@ionic/angular-toolkit": "^4.0.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.55",
"codelyzer": "^6.0.0",
"cordova-android": "^10.1.2",
"cordova-ios": "^6.3.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-fcm-with-dependecy-updated": "^7.8.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"ionic-plugin-deeplinks": "^1.0.24",
"jasmine-core": "~4.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~6.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.3",
"typescript": "~4.3.5"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-chooser": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-network-information": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-fcm-with-dependecy-updated": {
"ANDROID_DEFAULT_NOTIFICATION_ICON": "@mipmap/ic_launcher",
"ANDROID_FCM_VERSION": "21.0.0",
"ANDROID_FIREBASE_BOM_VERSION": "26.0.0",
"ANDROID_GOOGLE_SERVICES_VERSION": "4.3.4",
"ANDROID_GRADLE_TOOLS_VERSION": "4.1.0",
"IOS_FIREBASE_MESSAGING_VERSION": "~> 7.4.0"
},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "chat",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "panel.tiledesk.com",
"ANDROID_PATH_PREFIX": "/",
"ANDROID_2_PATH_PREFIX": "/",
"ANDROID_3_PATH_PREFIX": "/",
"ANDROID_4_PATH_PREFIX": "/",
"ANDROID_5_PATH_PREFIX": "/",
"DEEPLINK_2_SCHEME": " ",
"DEEPLINK_2_HOST": " ",
"DEEPLINK_3_SCHEME": " ",
"DEEPLINK_3_HOST": " ",
"DEEPLINK_4_SCHEME": " ",
"DEEPLINK_4_HOST": " ",
"DEEPLINK_5_SCHEME": " ",
"DEEPLINK_5_HOST": " "
}
},
"platforms": [
"browser",
"android",
"ios"
]
}
}