This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 3.38 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
{
"name": "TACOS",
"version": "0.0.23",
"description": "TACOS by CASES.LU",
"homepage": "https://www.cases.lu",
"author": "CASES Luxembourg",
"scripts": {
"build": "BUILD_ENV=${BUILD_ENV:-local} ng build --configuration=$BUILD_ENV",
"extract": "ngx-translate-extract -i ./src -o ./src/assets/i18n/en.po ./src/assets/i18n/fr.po -c -s -f pot"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.9",
"@angular/common": "^13.3.9",
"@angular/compiler": "^13.3.9",
"@angular/compiler-cli": "^13.3.9",
"@angular/core": "^13.3.9",
"@angular/forms": "^13.3.9",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^13.3.9",
"@angular/platform-browser-dynamic": "^13.3.9",
"@angular/router": "^13.3.9",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@biesbjerg/ngx-translate-po-http-loader": "^3.1.0",
"@ionic-native/app-version": "^5.36.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/file": "^5.36.0",
"@ionic-native/http": "^5.36.0",
"@ionic-native/in-app-browser": "^5.36.0",
"@ionic-native/network": "^5.36.0",
"@ionic-native/social-sharing": "^5.36.0",
"@ionic-native/splash-screen": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/app-scripts": "3.2.4",
"@ionic/storage": "^3.0.6",
"@ngx-translate/core": "^14.0.0",
"@types/jssha": "^2.0.0",
"cordova-android": "10.1.2",
"cordova-browser": "6.0.0",
"cordova-plugin-advanced-http": "3.3.1",
"cordova-plugin-app-version": "0.1.14",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-whitelist": "^1.3.5",
"cordova-plugin-x-socialsharing": "^6.0.3",
"cordova-res": "^0.15.4",
"core-js": "^3.22.5",
"es6-promise-plugin": "^4.2.2",
"google-libphonenumber": "^3.2.27",
"hammerjs": "^2.0.8",
"ical": "^0.8.0",
"ionic-angular": "3.9.10",
"ionic-cache": "^6.0.3",
"ionicons": "^6.0.1",
"jssha": "^3.2.0",
"ngx-pagination": "^5.1.1",
"randomstring": "^1.2.2",
"readable-stream": "^3.6.0",
"rss-parser": "git+https://github.com/tofra/rss-parser.git",
"run": "^1.4.0",
"rxjs": "^7.5.5",
"rxjs-compat": "^6.6.7",
"scripts": "^0.1.0",
"typescript": "4.6.4",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.4",
"@types/jssha": "^2.0.0",
"typescript": "4.6.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-app-version": {},
"cordova-plugin-file": {},
"cordova-plugin-advanced-http": {
"OKHTTP_VERSION": "3.10.0"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-x-socialsharing": {
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
},
"cordova-plugin-network-information": {}
},
"platforms": [
"browser",
"android"
]
}
}