1
1
{
2
- "name" : " ionic-example" ,
3
- "version" : " 0.0.1" ,
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.3" ,
16
- "@angular/compiler" : " 4.1.3" ,
17
- "@angular/compiler-cli" : " 4.1.3" ,
18
- "@angular/core" : " 4.1.3" ,
19
- "@angular/forms" : " 4.1.3" ,
20
- "@angular/http" : " 4.1.3" ,
21
- "@angular/platform-browser" : " 4.1.3" ,
22
- "@angular/platform-browser-dynamic" : " 4.1.3" ,
23
- "@ionic-native/core" : " 3.12.1" ,
24
- "@ionic-native/splash-screen" : " 3.12.1" ,
25
- "@ionic-native/status-bar" : " 3.12.1" ,
26
- "@ionic/storage" : " 2.0.1" ,
27
- "ionic-angular" : " 3.6.1" ,
28
- "ionicons" : " 3.0.0" ,
29
- "rxjs" : " 5.4.0" ,
30
- "sw-toolbox" : " 3.6.0" ,
31
- "zone.js" : " 0.8.12"
32
- },
33
- "devDependencies" : {
34
- "@ionic/app-scripts" : " 2.1.4" ,
35
- "typescript" : " 2.3.4"
36
- },
37
- "description" : " An Ionic project"
38
- }
2
+ "name" : " ionic-example" ,
3
+ "version" : " 1.0.0" ,
4
+ "author" : " Daniel Lang" ,
5
+ "scripts" : {
6
+ "clean" : " ionic-app-scripts clean" ,
7
+ "build" : " ionic-app-scripts build" ,
8
+ "lint" : " ionic-app-scripts lint" ,
9
+ "ionic:build" : " ionic-app-scripts build" ,
10
+ "ionic:serve" : " ionic-app-scripts serve"
11
+ },
12
+ "config" : {
13
+ "ionic_webpack" : " ./config/webpack.config.js"
14
+ },
15
+ "dependencies" : {
16
+ "@angular/common" : " 4.4.3" ,
17
+ "@angular/compiler" : " 4.4.3" ,
18
+ "@angular/compiler-cli" : " 4.4.3" ,
19
+ "@angular/core" : " 4.4.3" ,
20
+ "@angular/forms" : " 4.4.3" ,
21
+ "@angular/http" : " 4.4.3" ,
22
+ "@angular/platform-browser" : " 4.4.3" ,
23
+ "@angular/platform-browser-dynamic" : " 4.4.3" ,
24
+ "@ionic-native/core" : " 4.3.0" ,
25
+ "@ionic-native/splash-screen" : " 4.3.0" ,
26
+ "@ionic-native/status-bar" : " 4.3.0" ,
27
+ "@ionic/storage" : " 2.0.1" ,
28
+ "cordova-android" : " ^6.2.3" ,
29
+ "cordova-ios" : " ^4.4.0" ,
30
+ "cordova-plugin-device" : " ^1.1.4" ,
31
+ "cordova-plugin-splashscreen" : " ^4.0.3" ,
32
+ "cordova-plugin-statusbar" : " ^2.2.2" ,
33
+ "cordova-plugin-whitelist" : " ^1.3.1" ,
34
+ "cordova-sqlite-storage" : " ^2.0.4" ,
35
+ "ionic-angular" : " 3.7.0" ,
36
+ "ionic-plugin-keyboard" : " ^2.2.1" ,
37
+ "ionicons" : " 3.0.0" ,
38
+ "rxjs" : " 5.4.3" ,
39
+ "sw-toolbox" : " 3.6.0" ,
40
+ "typeorm" : " 0.1.0-alpha.49" ,
41
+ "zone.js" : " 0.8.17"
42
+ },
43
+ "devDependencies" : {
44
+ "@ionic/app-scripts" : " ^3.0.0" ,
45
+ "@types/node" : " ^8.0.31" ,
46
+ "typescript" : " 2.3.4"
47
+ },
48
+ "description" : " An Ionic project" ,
49
+ "cordova" : {
50
+ "plugins" : {
51
+ "cordova-plugin-device" : {},
52
+ "cordova-plugin-splashscreen" : {},
53
+ "cordova-plugin-statusbar" : {},
54
+ "cordova-plugin-whitelist" : {},
55
+ "ionic-plugin-keyboard" : {},
56
+ "cordova-sqlite-storage" : {}
57
+ },
58
+ "platforms" : [
59
+ " android" ,
60
+ " ios"
61
+ ]
62
+ }
63
+ }
0 commit comments