This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·106 lines (106 loc) · 3.8 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
{
"name": "Stud.UCLouvain",
"version": "0.0.1",
"author": "UCLouvain INGI Students",
"homepage": "https://www.facebook.com/Stud.UCLouvain",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
"@angular/animations": "^8.0.0",
"@angular/cli": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/http": "^7.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/pwa": "^0.900.6",
"@angular/router": "^8.2.14",
"@angular/service-worker": "^8.0.0",
"@ionic-native/app-availability": "^5.0.0",
"@ionic-native/calendar": "^5.0.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/device": "^5.0.0",
"@ionic-native/geolocation": "^5.0.0",
"@ionic-native/google-maps": "^5.0.0",
"@ionic-native/in-app-browser": "^5.0.0",
"@ionic-native/market": "^5.0.0",
"@ionic-native/network": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.0.5",
"@ionic/storage": "^2.2.0",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@types/node": "^12.12.27",
"cordova": "^9.0.0",
"cordova-android": "^8.1.0",
"cordova-plugin-appavailability": "^0.4.2",
"cordova-plugin-calendar": "~5.1.5",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-googlemaps": "git+https://github.com/mapsplugin/cordova-plugin-googlemaps.git#multiple_maps",
"cordova-plugin-googlemaps-sdk": "git+https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk.git",
"cordova-plugin-market": "^1.2.0",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-support-google-services": "^1.3.2",
"hoek": "^6.1.2",
"ionic-cache": "^4.1.0",
"ionicons": "^5.0.1",
"rxjs": "^6.5.4",
"sw-toolbox": "^3.6.0",
"timers": "^0.1.1",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.25",
"@angular/compiler-cli": "^8.2.14",
"@ionic/angular-toolkit": "^2.2.0",
"@ionic/app-scripts": "^3.2.4",
"@types/jasmine": "^3.5.6",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.2",
"karma-spec-reporter": "0.0.32",
"node-sass": "^4.13.1",
"protractor": "^5.4.3",
"typescript": "~3.4.5",
"webpack": "^4.42.0"
},
"description": "Stud.UCLouvain : an app for UCLouvain students made by UCLouvain students",
"cordova": {
"plugins": {
"cordova-plugin-appavailability": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-market": {},
"cordova-plugin-googlemaps": {
"API_KEY_FOR_ANDROID": "apikeyformapandroid",
"API_KEY_FOR_IOS": "apikeyformapios",
"PLAY_SERVICES_VERSION": "15.0.1",
"ANDROID_SUPPORT_V4_VERSION": "28.+",
"LOCATION_WHEN_IN_USE_DESCRIPTION": "This app wants to get your location while this app runs only.",
"LOCATION_ALWAYS_USAGE_DESCRIPTION": "This app wants to get your location always, even this app runs in background."
},
"cordova-support-google-services": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-calendar": {},
"cordova-plugin-network-information": {}
},
"platforms": [
"android"
]
}
}