1
1
{
2
- "name" : " ionic3-components" ,
3
- "author" : " Ionic Framework" ,
4
- "homepage" : " https://ionicframework.com/" ,
5
- "private" : true ,
6
- "scripts" : {
7
- "clean" : " ionic-app-scripts clean" ,
8
- "build" : " ionic-app-scripts build" ,
9
- "ionic:build" : " ionic-app-scripts build" ,
10
- "ionic:serve" : " ionic-app-scripts serve"
11
- },
12
- "dependencies" : {
13
- "@angular/common" : " 4.1.3" ,
14
- "@angular/compiler" : " 4.1.3" ,
15
- "@angular/compiler-cli" : " 4.1.3" ,
16
- "@angular/core" : " 4.1.3" ,
17
- "@angular/forms" : " 4.1.3" ,
18
- "@angular/http" : " 4.1.3" ,
19
- "@angular/platform-browser" : " 4.1.3" ,
20
- "@angular/platform-browser-dynamic" : " 4.1.3" ,
21
- "@angular/tsc-wrapped" : " 4.2.6" ,
22
- "@ionic-native/barcode-scanner" : " 4.0.0" ,
23
- "@ionic-native/camera" : " 4.0.0" ,
24
- "@ionic-native/card-io" : " 4.0.0" ,
25
- "@ionic-native/core" : " 4.0.0" ,
26
- "@ionic-native/diagnostic" : " 4.0.0" ,
27
- "@ionic-native/geolocation" : " 4.0.0" ,
28
- "@ionic-native/google-maps" : " 4.0.0" ,
29
- "@ionic-native/splash-screen" : " 4.0.0" ,
30
- "@ionic-native/status-bar" : " 4.0.0" ,
31
- "@ionic/storage" : " 2.0.1" ,
32
- "angular2-swing" : " ^0.12.1" ,
33
- "chart.js" : " ^2.4.0" ,
34
- "ionic-angular" : " 3.5.2" ,
35
- "ionicons" : " 3.0.0" ,
36
- "moment" : " ^2.15.2" ,
37
- "rxjs" : " 5.4.2" ,
38
- "sw-toolbox" : " 3.6.0" ,
39
- "tslint-config-airbnb" : " ^5.2.1" ,
40
- "zone.js" : " ^0.8.12"
41
- },
42
- "devDependencies" : {
43
- "@ionic/app-scripts" : " 2.0.2" ,
44
- "@ionic/cli-plugin-cordova" : " 1.4.1" ,
45
- "@ionic/cli-plugin-ionic-angular" : " 1.3.2" ,
46
- "typescript" : " ~2.3.4"
47
- },
48
- "cordovaPlugins" : [
49
- " cordova-plugin-whitelist" ,
50
- " cordova-plugin-console" ,
51
- " cordova-plugin-statusbar" ,
52
- " cordova-plugin-device" ,
53
- " cordova-plugin-splashscreen" ,
54
- " ionic-plugin-keyboard"
55
- ],
56
- "cordovaPlatforms" : [],
57
- "description" : " Advanced Ionic Components: An Awesome Ionic project"
58
- }
2
+ "name" : " ionic3-components" ,
3
+ "author" : " Ionic Framework" ,
4
+ "homepage" : " https://ionicframework.com/" ,
5
+ "private" : true ,
6
+ "scripts" : {
7
+ "clean" : " ionic-app-scripts clean" ,
8
+ "build" : " ionic-app-scripts build" ,
9
+ "ionic:build" : " ionic-app-scripts build" ,
10
+ "ionic:serve" : " ionic-app-scripts serve"
11
+ },
12
+ "dependencies" : {
13
+ "@angular/common" : " 4.1.3" ,
14
+ "@angular/compiler" : " 4.1.3" ,
15
+ "@angular/compiler-cli" : " 4.1.3" ,
16
+ "@angular/core" : " 4.1.3" ,
17
+ "@angular/forms" : " 4.1.3" ,
18
+ "@angular/http" : " 4.1.3" ,
19
+ "@angular/platform-browser" : " 4.1.3" ,
20
+ "@angular/platform-browser-dynamic" : " 4.1.3" ,
21
+ "@angular/tsc-wrapped" : " 4.2.6" ,
22
+ "@ionic-native/barcode-scanner" : " 4.0.0" ,
23
+ "@ionic-native/camera" : " 4.0.0" ,
24
+ "@ionic-native/card-io" : " 4.0.0" ,
25
+ "@ionic-native/core" : " 4.0.0" ,
26
+ "@ionic-native/diagnostic" : " 4.0.0" ,
27
+ "@ionic-native/geolocation" : " 4.0.0" ,
28
+ "@ionic-native/google-maps" : " 4.0.0" ,
29
+ "@ionic-native/splash-screen" : " 4.0.0" ,
30
+ "@ionic-native/status-bar" : " 4.0.0" ,
31
+ "@ionic/storage" : " 2.0.1" ,
32
+ "angular2-swing" : " ^0.12.1" ,
33
+ "chart.js" : " ^2.4.0" ,
34
+ "ionic-angular" : " ^3.6.1" ,
35
+ "ionicons" : " 3.0.0" ,
36
+ "moment" : " ^2.15.2" ,
37
+ "rxjs" : " 5.4.2" ,
38
+ "sw-toolbox" : " 3.6.0" ,
39
+ "tslint-config-airbnb" : " ^5.2.1" ,
40
+ "zone.js" : " ^0.8.12" ,
41
+ "cordova-android" : " ~6.1.2" ,
42
+ "card.io.cordova.mobilesdk" : " https://github.com/card-io/card.io-Cordova-Plugin" ,
43
+ "cordova-plugin-camera" : " ~2.3.1" ,
44
+ "cordova-plugin-console" : " 1.0.5" ,
45
+ "cordova-plugin-device" : " 1.1.4" ,
46
+ "cordova-plugin-geolocation" : " ~2.4.2" ,
47
+ "cordova-plugin-googlemaps" : " ~1.4.0" ,
48
+ "cordova-plugin-splashscreen" : " ~4.0.1" ,
49
+ "cordova-plugin-statusbar" : " 2.2.1" ,
50
+ "cordova-plugin-whitelist" : " 1.3.1" ,
51
+ "cordova.plugins.diagnostic" : " ~3.4.1" ,
52
+ "ionic-plugin-keyboard" : " ~2.2.1" ,
53
+ "phonegap-plugin-barcodescanner" : " ~6.0.6"
54
+ },
55
+ "devDependencies" : {
56
+ "@ionic/app-scripts" : " ^2.1.4" ,
57
+ "typescript" : " ~2.3.4"
58
+ },
59
+ "cordovaPlugins" : [
60
+ " cordova-plugin-whitelist" ,
61
+ " cordova-plugin-console" ,
62
+ " cordova-plugin-statusbar" ,
63
+ " cordova-plugin-device" ,
64
+ " cordova-plugin-splashscreen" ,
65
+ " ionic-plugin-keyboard"
66
+ ],
67
+ "cordovaPlatforms" : [],
68
+ "description" : " Advanced Ionic Components: An Awesome Ionic project" ,
69
+ "cordova" : {
70
+ "platforms" : [
71
+ " android"
72
+ ],
73
+ "plugins" : {
74
+ "card.io.cordova.mobilesdk" : {},
75
+ "cordova-plugin-camera" : {},
76
+ "cordova-plugin-console" : {},
77
+ "cordova-plugin-device" : {},
78
+ "cordova-plugin-geolocation" : {},
79
+ "cordova-plugin-googlemaps" : {
80
+ "API_KEY_FOR_ANDROID" : " AIzaSyBaTVlHDndpSgbdDnRsCy2xFJt2tB41NB0" ,
81
+ "API_KEY_FOR_IOS" : " AIzaSyBaTVlHDndpSgbdDnRsCy2xFJt2tB41NB0"
82
+ },
83
+ "cordova-plugin-splashscreen" : {},
84
+ "cordova-plugin-statusbar" : {},
85
+ "cordova-plugin-whitelist" : {},
86
+ "cordova.plugins.diagnostic" : {},
87
+ "ionic-plugin-keyboard" : {},
88
+ "phonegap-plugin-barcodescanner" : {}
89
+ }
90
+ }
91
+ }
0 commit comments