This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
277 lines (277 loc) · 11.6 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
{
"name": "Sunbird",
"version": "0.0.2",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": " ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build --dev",
"ionic:serve": "ionic-app-scripts serve",
"build-debug": "ionic cordova build android --debug --device",
"android": "ionic cordova run android --debug --device",
"build-rel": "ionic cordova build android --release --prod --device --generateSourceMap=false",
"test": "jest",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --collectCoverage=true --coverageReporters=lcov --forceExit --detectOpenHandles --maxWorkers=2"
},
"config": {
"ionic_source_map_type": "inline-source-map",
"ionic_webpack": "./config/webpack.config.js",
"ionic_sass": "./config/sass.config.js",
"ionic_copy": "./config/copy.config.js",
"ionic_enable_lint": false
},
"dependencies": {
"@angular/animations": "^5.2.8",
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/compiler-cli": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "5.0.3",
"@angular/http": "5.0.3",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@ionic-native/app-version": "^4.5.3",
"@ionic-native/core": "^4.4.0",
"@ionic-native/device": "^4.5.3",
"@ionic-native/file": "^4.7.0",
"@ionic-native/file-opener": "^4.7.0",
"@ionic-native/file-transfer": "^4.7.0",
"@ionic-native/globalization": "^4.5.3",
"@ionic-native/in-app-browser": "^4.7.0",
"@ionic-native/network": "^4.7.0",
"@ionic-native/screen-orientation": "^4.7.0",
"@ionic-native/social-sharing": "^4.7.0",
"@ionic-native/splash-screen": "^4.6.0",
"@ionic-native/status-bar": "^4.20.0",
"@ionic-native/unique-device-id": "^4.7.0",
"@ionic/cli-plugin-gulp": "^1.1.1",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"@swimlane/ngx-datatable": "^11.1.5",
"codelyzer": "^4.4.4",
"copy-webpack-plugin": "^4.6.0",
"cordova-android-support-gradle-release": "^2.0.1",
"cordova-plugin-advanced-http": "^2.0.6",
"cordova-plugin-android-downloadmanager": "git+https://github.com/swayangjit/cordova-plugin-android-downloadmanager.git",
"cordova-plugin-app-version": "0.1.9",
"cordova-plugin-awesome-shared-preferences": "git+https://github.com/adriano-di-giovanni/cordova-plugin-shared-preferences.git",
"cordova-plugin-buildconfig-reader": "git+https://github.com/swayangjit/cordova-plugin-buildconfig-reader.git",
"cordova-plugin-code-push": "1.11.19",
"cordova-plugin-console": "1.1.0",
"cordova-plugin-customconfigparameters": "^3.0.0",
"cordova-plugin-device": "1.1.7",
"cordova-plugin-fcm-with-dependecy-updated": "git+https://github.com/swayangjit/cordova-plugin-fcm-with-dependecy-updated.git",
"cordova-plugin-file": "6.0.1",
"cordova-plugin-file-opener2": "^2.0.19",
"cordova-plugin-file-support": "git+https://github.com/project-sunbird/cordova-plugin-file-support.git",
"cordova-plugin-file-transfer": "1.7.1",
"cordova-plugin-globalization": "1.11.0",
"cordova-plugin-imagechooser": "git+https://github.com/project-sunbird/cordova-plugin-imagechooser.git",
"cordova-plugin-ionic-webview": "1.2.1",
"cordova-plugin-local-notification": "git+https://github.com/katzer/cordova-plugin-local-notifications.git#master",
"cordova-plugin-media": "^5.0.2",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-openrap": "git+https://github.com/project-sunbird/cordova-plugin-openrap.git",
"cordova-plugin-qr-scanner": "git+https://github.com/project-sunbird/cordova-plugin-qr-scanner.git",
"cordova-plugin-screen-orientation": "3.0.1",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git",
"cordova-plugin-uniquedeviceid": "^1.3.2",
"cordova-plugin-whitelist": "1.3.3",
"cordova-plugin-x-socialsharing": "5.4.3",
"cordova-sqlite-storage": "^2.3.2",
"cordova-zip-plugin": "git+https://github.com/swayangjit/jjdltc-cordova-plugin-zip.git",
"cordova.plugins.diagnostic": "^4.0.12",
"crypto-js": "^3.1.9-1",
"es6-promise-plugin": "^4.2.2",
"grapheme-splitter": "^1.0.4",
"ionic-angular": "^3.9.2",
"ionic-image-loader": "^5.0.0",
"ionic-native": "^2.9.0",
"ionic-plugin-keyboard": "2.2.1",
"ionic2-rating": "^1.2.2",
"ionic2-super-tabs": "^4.2.2",
"ionicons": "3.0.0",
"lodash": "^4.17.15",
"ng2-expansion-panels": "0.0.6",
"ngx-chips": "1.8.2",
"node-sass": "^4.9.3",
"rxjs": "5.5.2",
"sb-cordova-plugin-customtabs": "https://github.com/Sunbird-Ed/sb-cordova-plugin-customtabs.git",
"sb-cordova-plugin-db": "git+https://github.com/swayangjit/sb-cordova-plugin-db.git",
"sunbird-sdk": "git+https://github.com/Sunbird-Ed/sunbird-mobile-sdk.git#v2.3.19",
"sw-toolbox": "3.6.0",
"typescript-collections": "^1.3.2",
"x2js": "^3.2.6",
"zone.js": "0.8.18"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@ionic/app-scripts": "^3.2.4",
"@types/jest": "^24.0.15",
"@types/node": "^9.4.6",
"angular2-template-loader": "^0.6.2",
"babel-jest": "^24.8.0",
"babel-polyfill": "^6.26.0",
"gulp": "^4.0.0",
"html-loader": "^0.5.5",
"ionic-mocks": "^1.3.0",
"jest": "^24.8.0",
"jsonwebtoken": "^8.4.0",
"moment": "^2.23.0",
"null-loader": "^0.1.1",
"path": "^0.12.7",
"protractor": "^5.4.1",
"shelljs": "^0.8.1",
"ts-loader": "^3.5.0",
"ts-node": "^4.1.0",
"typescript": "2.7.2",
"uuid": "^3.3.2",
"webpack-merge": "^4.1.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-media": {},
"cordova-plugin-globalization": {},
"cordova-plugin-uniquedeviceid": {},
"cordova-plugin-app-version": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-console": {},
"cordova-plugin-imagechooser": {},
"cordova-plugin-qr-scanner": {},
"cordova-plugin-network-information": {},
"cordova-plugin-customconfigparameters": {},
"cordova-plugin-file-opener2": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.1.0"
},
"cordova-plugin-awesome-shared-preferences": {},
"cordova-plugin-sunbirdsplash": {},
"sb-cordova-plugin-customtabs": {
"URL_SCHEME": "staging.diksha.app",
"URL_HOST": "mobile"
},
"cordova-plugin-android-downloadmanager": {},
"cordova-plugin-buildconfig-reader": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-statusbar": {},
"cordova.plugins.diagnostic": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-code-push": {},
"cordova-plugin-fcm-with-dependecy-updated": {}
},
"platforms": []
},
"jest": {
"browser": false,
"globals": {
"cordova": true
},
"setupFiles": [
"<rootDir>/src/__tests__/setup.js"
],
"rootDir": "./",
"roots": [
"<rootDir>/src/pages",
"<rootDir>/src/component"
],
"moduleDirectories": [
"node_modules"
],
"testPathIgnorePatterns": [
"/node_modules/",
"src/component/profile-avatar/profile-avatar.spec.ts",
"src/component/report-issues/report-issues.spec.ts",
"src/component/view-more-card/view-more-card.spec.ts",
"src/pages/profile/guest-edit.profile/guest-edit.profile.spec.ts",
"src/pages/profile/guest-profile/guest.profile.spec.ts",
"src/pages/profile/overflowmenu/menu.overflow.component.spec.ts",
"src/pages/profile/user-search/user-search.spec.ts",
"src/pages/qrscanner/qrscanresulthandler.service.spec.ts",
"src/pages/upgrade/upgrade-popover.spec.ts",
"src/pages/user-and-groups/group-detail-nav-popover/group-detail-nav-popover.spec.ts",
"src/pages/user-and-groups/popover/popover.spec.ts",
"src/pages/view-more-activity/view-more-activity.spec.ts",
"src/pages/download-manager/downloads-tab/downloads-tab.spec.ts",
"src/pages/profile-settings/profile-settings.spec.ts",
"src/component/confirm-alert/confirm-alert.component.spec.ts",
"src/pages/reports/report-list/report-list.spec.ts",
"src/pages/reports/user-report/user-report.spec.ts",
"src/pages/course-batches/course-batches.spec.ts",
"src/component/app-rating-alert/app-rating-alert.spec.ts",
"src/pages/reports/group-report-alert/group-report-alert.spec.ts",
"src/component/view-credits/view-credits.spec.ts",
"src/pages/reports/reports.spec.ts",
"src/pages/user-type-selection/user-type-selection.spec.ts",
"src/pages/user-and-groups/share-user-and-groups/share-user-and-groups.spec.ts",
"src/pages/language-settings/language-settings.spec.ts",
"src/pages/settings/datasync/datasync.spec.ts",
"src/pages/qr-code-result/qr-code-result.spec.ts",
"src/pages/settings/settings.spec.ts",
"src/pages/onboarding/onboarding.spec.ts",
"src/pages/profile/profile-component.spec.ts",
"src/component/assessment-details/assessment-details.spec.ts",
"src/pages/search/search.spec.ts",
"src/pages/user-and-groups/add-or-remove-group-user/add-or-remove-group-user.spec.ts",
"src/pages/courses/courses.spec.ts",
"src/pages/profile/personal-details-edit.profile/personal-details-edit.profile.spec.ts",
"src/pages/user-and-groups/group-members/group-members.spec.ts",
"src/component/content-rating-alert/content-rating-alert.spec.ts",
"src/pages/reports/group-report-list/group.report.list.spec.ts",
"src/component/edit-contact-verify-popup/edit-contact-verify-popup.spec.ts",
"src/component/edit-contact-details-popup/edit-contact-details-popup.spec.ts",
"src/pages/page-filter/page.filter.spec.ts",
"src/pages/terms-and-conditions/terms-and-conditions.spec.ts",
"src/component/sign-in-card/sign-in-card.spec.ts",
"src/pages/user-and-groups/create-group/create-group.spec.ts",
"src/pages/settings/about-us/about-us.spec.ts",
"src/component/card/course/course-card.spec.ts",
"src/pages/enrolled-course-details/enrollment-details/enrollment-details.spec.ts",
"src/component/content-actions/content-actions.component.spec.ts",
"src/pages/user-and-groups/group-details/group-details.spec.ts",
"src/pages/collection-details-etb/collection-details-etb.spec.ts",
"src/pages/collection-details/collection-details.spec.ts",
"src/pages/download-manager/download-manager.spec.ts",
"src/pages/search/filters/options/option.spec.ts"
],
"testMatch": [
"**/?(*.)(spec).ts"
],
"moduleFileExtensions": [
"js",
"jsx",
"json",
"ts",
"tsx"
],
"transform": {
"^.+\\.(ts|js)$": "babel-jest"
},
"coverageReporters": [
"text"
],
"moduleNameMapper": {
"^@app/(.*)$": "<rootDir>/src/$1"
},
"transformIgnorePatterns": []
}
}