1
1
{
2
- "name" : " ionic-hello-world" ,
3
- "version" : " 0.0.0" ,
4
- "author" : " Ionic Framework" ,
5
- "homepage" : " http://ionicframework.com/" ,
6
- "private" : true ,
7
- "scripts" : {
8
- "clean" : " ionic-app-scripts clean" ,
9
- "build" : " ionic-app-scripts build" ,
10
- "lint" : " ionic-app-scripts lint" ,
11
- "ionic:build" : " ionic-app-scripts build" ,
12
- "ionic:serve" : " ionic-app-scripts serve"
13
- },
14
- "dependencies" : {
15
- "@angular/common" : " 4.1.2" ,
16
- "@angular/compiler" : " 4.1.2" ,
17
- "@angular/compiler-cli" : " 4.1.2" ,
18
- "@angular/core" : " 4.1.2" ,
19
- "@angular/forms" : " 4.1.2" ,
20
- "@angular/http" : " 4.1.2" ,
21
- "@angular/platform-browser" : " 4.1.2" ,
22
- "@angular/platform-browser-dynamic" : " 4.1.2" ,
23
- "@ionic-native/core" : " 3.10.2" ,
24
- "@ionic-native/keyboard" : " ^3.12.1" ,
25
- "@ionic-native/network" : " ^3.12.1" ,
26
- "@ionic-native/splash-screen" : " 3.10.2" ,
27
- "@ionic-native/status-bar" : " 3.10.2" ,
28
- "@ionic-native/toast" : " ^3.12.1" ,
29
- "@ionic/storage" : " 2.0.1" ,
30
- "angularfire2" : " ^4.0.0-rc.1" ,
31
- "cordova-plugin-console" : " 1.0.5" ,
32
- "cordova-plugin-device" : " 1.1.4" ,
33
- "cordova-plugin-network-information" : " ^1.3.3" ,
34
- "cordova-plugin-splashscreen" : " ~4.0.1" ,
35
- "cordova-plugin-statusbar" : " 2.2.2" ,
36
- "cordova-plugin-whitelist" : " 1.3.1" ,
37
- "cordova-plugin-x-toast" : " ^2.6.0" ,
38
- "firebase" : " ^4.1.1" ,
39
- "ionic-angular" : " 3.3.0" ,
40
- "ionic-plugin-keyboard" : " ~2.2.1" ,
41
- "ionicons" : " 3.0.0" ,
42
- "rxjs" : " 5.1.1" ,
43
- "sw-toolbox" : " 3.6.0" ,
44
- "zone.js" : " 0.8.11"
45
- },
46
- "devDependencies" : {
47
- "@ionic/app-scripts" : " 1.3.7" ,
48
- "@ionic/cli-plugin-cordova" : " 1.3.0" ,
49
- "@ionic/cli-plugin-ionic-angular" : " 1.3.0" ,
50
- "typescript" : " 2.3.3"
51
- },
52
- "cordovaPlugins" : [
53
- " cordova-plugin-whitelist" ,
54
- " cordova-plugin-console" ,
55
- " cordova-plugin-statusbar" ,
56
- " cordova-plugin-device" ,
57
- " cordova-plugin-splashscreen" ,
58
- " ionic-plugin-keyboard"
59
- ],
60
- "cordovaPlatforms" : [],
61
- "description" : " fhc-app: An Ionic project" ,
62
- "cordova" : {
63
- "plugins" : {
64
- "cordova-plugin-x-toast" : {},
65
- "cordova-plugin-network-information" : {},
66
- "cordova-plugin-console" : {},
67
- "cordova-plugin-device" : {},
68
- "cordova-plugin-splashscreen" : {},
69
- "cordova-plugin-statusbar" : {},
70
- "cordova-plugin-whitelist" : {},
71
- "ionic-plugin-keyboard" : {}
2
+ "name" : " ionic-hello-world" ,
3
+ "version" : " 0.0.0" ,
4
+ "author" : " Ionic Framework" ,
5
+ "homepage" : " http://ionicframework.com/" ,
6
+ "private" : true ,
7
+ "scripts" : {
8
+ "clean" : " ionic-app-scripts clean" ,
9
+ "build" : " ionic-app-scripts build" ,
10
+ "lint" : " ionic-app-scripts lint" ,
11
+ "ionic:build" : " ionic-app-scripts build" ,
12
+ "ionic:serve" : " ionic-app-scripts serve"
13
+ },
14
+ "dependencies" : {
15
+ "@angular/common" : " 4.1.2" ,
16
+ "@angular/compiler" : " 4.1.2" ,
17
+ "@angular/compiler-cli" : " 4.1.2" ,
18
+ "@angular/core" : " 4.1.2" ,
19
+ "@angular/forms" : " 4.1.2" ,
20
+ "@angular/http" : " 4.1.2" ,
21
+ "@angular/platform-browser" : " 4.1.2" ,
22
+ "@angular/platform-browser-dynamic" : " 4.1.2" ,
23
+ "@ionic-native/core" : " 3.10.2" ,
24
+ "@ionic-native/keyboard" : " ^3.12.1" ,
25
+ "@ionic-native/network" : " ^3.12.1" ,
26
+ "@ionic-native/splash-screen" : " 3.10.2" ,
27
+ "@ionic-native/status-bar" : " 3.10.2" ,
28
+ "@ionic-native/toast" : " ^3.12.1" ,
29
+ "@ionic/storage" : " 2.0.1" ,
30
+ "angularfire2" : " ^4.0.0-rc.1" ,
31
+ "cordova-plugin-console" : " 1.0.5" ,
32
+ "cordova-plugin-device" : " 1.1.4" ,
33
+ "cordova-plugin-fcm" : " ^2.1.2" ,
34
+ "cordova-plugin-network-information" : " ^1.3.3" ,
35
+ "cordova-plugin-splashscreen" : " ~4.0.1" ,
36
+ "cordova-plugin-statusbar" : " 2.2.2" ,
37
+ "cordova-plugin-whitelist" : " 1.3.1" ,
38
+ "cordova-plugin-x-toast" : " ^2.6.0" ,
39
+ "firebase" : " ^4.1.1" ,
40
+ "ionic-angular" : " 3.3.0" ,
41
+ "ionic-plugin-keyboard" : " ~2.2.1" ,
42
+ "ionicons" : " 3.0.0" ,
43
+ "rxjs" : " 5.1.1" ,
44
+ "sw-toolbox" : " 3.6.0" ,
45
+ "zone.js" : " 0.8.11"
46
+ },
47
+ "devDependencies" : {
48
+ "@ionic/app-scripts" : " 1.3.7" ,
49
+ "@ionic/cli-plugin-cordova" : " 1.3.0" ,
50
+ "@ionic/cli-plugin-ionic-angular" : " 1.3.0" ,
51
+ "typescript" : " 2.3.3"
52
+ },
53
+ "cordovaPlugins" : [
54
+ " cordova-plugin-whitelist" ,
55
+ " cordova-plugin-console" ,
56
+ " cordova-plugin-statusbar" ,
57
+ " cordova-plugin-device" ,
58
+ " cordova-plugin-splashscreen" ,
59
+ " ionic-plugin-keyboard"
60
+ ],
61
+ "cordovaPlatforms" : [],
62
+ "description" : " fhc-app: An Ionic project" ,
63
+ "cordova" : {
64
+ "plugins" : {
65
+ "cordova-plugin-x-toast" : {},
66
+ "cordova-plugin-network-information" : {},
67
+ "cordova-plugin-console" : {},
68
+ "cordova-plugin-device" : {},
69
+ "cordova-plugin-splashscreen" : {},
70
+ "cordova-plugin-statusbar" : {},
71
+ "cordova-plugin-whitelist" : {},
72
+ "ionic-plugin-keyboard" : {},
73
+ "cordova-plugin-fcm" : {}
74
+ }
72
75
}
73
- }
74
- }
76
+ }
0 commit comments