-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.83 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
{
"name": "ionic-hello-world",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"@ionic-native/background-geolocation": "^3.11.0",
"@ionic-native/core": "^3.6.1",
"@ionic-native/device-orientation": "^3.12.1",
"@ionic-native/facebook": "^3.1.0",
"@ionic-native/geolocation": "^3.11.0",
"@ionic-native/google-maps": "^3.9.2",
"@ionic-native/media": "^3.10.3",
"@ionic-native/network": "^3.11.0",
"@ionic-native/screen-orientation": "^4.0.0",
"@ionic/storage": "^2.0.0",
"angularfire2": "^2.0.0-beta.8",
"chart.js": "^2.5.0",
"com.megster.cordova.FileChooser": "http://github.com/don/cordova-filechooser.git",
"cordova-android": "^6.2.3",
"cordova-plugin-ble-central": "^1.1.4",
"cordova-plugin-console": "1.0.5",
"cordova-plugin-device": "1.1.4",
"cordova-plugin-device-orientation": "^1.0.7",
"cordova-plugin-facebook4": "~1.7.4",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-file-opener2": "~2.0.8",
"cordova-plugin-filepath": "^1.0.2",
"cordova-plugin-geolocation": "~2.4.2",
"cordova-plugin-googlemaps": "~1.4.0",
"cordova-plugin-mauron85-background-geolocation": "^2.2.5",
"cordova-plugin-media": "^3.0.1",
"cordova-plugin-network-information": "^1.3.3",
"cordova-plugin-screen-orientation": "^2.0.1",
"cordova-plugin-splashscreen": "~4.0.1",
"cordova-plugin-statusbar": "2.2.1",
"cordova-plugin-whitelist": "1.3.1",
"es6-promise-plugin": "git+https://github.com/vstirbu/PromisesPlugin.git",
"firebase": "^3.7.2",
"install": "^0.9.6",
"ionic-angular": "2.2.0",
"ionic-audio": "^3.0.0",
"ionic-native": "^2.8.1",
"ionic-native-transitions": "^1.0.3",
"ionic-plugin-keyboard": "~2.2.1",
"ionicons": "3.0.0",
"ng2-translate": "^5.0.0",
"npm": "^4.5.0",
"rxjs": "5.0.1",
"sw-toolbox": "3.4.0",
"zone.js": "0.7.2"
},
"devDependencies": {
"@ionic/app-scripts": "1.1.4",
"@ionic/cli-plugin-cordova": "1.3.0",
"@ionic/cli-plugin-ionic-angular": "1.3.0",
"typescript": "2.0.9"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"description": "MyActivity24: An Ionic project",
"cordova": {
"platforms": [
"android"
],
"plugins": {
"com.megster.cordova.FileChooser": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-facebook4": {
"APP_ID": "1600296770276937",
"APP_NAME": "myctivity24"
},
"cordova-plugin-file-opener2": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-googlemaps": {
"API_KEY_FOR_ANDROID": "AIzaSyCzUJcimlvlr-xt1EXw-je6cxqS6nbAZA0",
"API_KEY_FOR_IOS": "AIzaSyCzUJcimlvlr-xt1EXw-je6cxqS6nbAZA0",
"NSLOCATIONWHENINUSEUSAGEDESCRIPTION": "Show your location on the map",
"NSLOCATIONALWAYSUSAGEDESCRIPTION": "Trace your location on the map"
},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-ble-central": {},
"cordova-plugin-filepath": {},
"cordova-plugin-file": {},
"cordova-plugin-media": {},
"cordova-plugin-mauron85-background-geolocation": {
"ACCOUNT_TYPE": "$PACKAGE_NAME.account",
"CONTENT_AUTHORITY": "$PACKAGE_NAME"
},
"cordova-plugin-device-orientation": {},
"cordova-plugin-network-information": {},
"cordova-plugin-screen-orientation": {}
}
}
}