11{
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.3.0" ,
29- "cordova-ios" : " ^4.5.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.6" ,
41- "zone.js" : " 0.8.17"
42- },
43- "devDependencies" : {
44- "@ionic/app-scripts" : " ^3.0.0" ,
45- "@types/node" : " ^8.0.31" ,
46- "sql.js" : " ^0.5.0" ,
47- "typescript" : " 2.3.4"
48- },
49- "description" : " An Ionic project" ,
50- "cordova" : {
51- "plugins" : {
52- "cordova-plugin-device" : {},
53- "cordova-plugin-splashscreen" : {},
54- "cordova-plugin-statusbar" : {},
55- "cordova-plugin-whitelist" : {},
56- "ionic-plugin-keyboard" : {},
57- "cordova-sqlite-storage" : {}
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"
5811 },
59- "platforms" : [
60- " android" ,
61- " ios"
62- ]
63- }
64- }
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.4.0" ,
29+ "cordova-ios" : " ^4.5.0" ,
30+ "cordova-plugin-device" : " ^1.1.7" ,
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.6" ,
41+ "zone.js" : " 0.8.17"
42+ },
43+ "devDependencies" : {
44+ "@ionic/app-scripts" : " ^3.0.0" ,
45+ "@types/node" : " ^8.0.31" ,
46+ "sql.js" : " ^0.5.0" ,
47+ "typescript" : " 2.3.4"
48+ },
49+ "description" : " An Ionic project" ,
50+ "cordova" : {
51+ "plugins" : {
52+ "cordova-plugin-device" : {},
53+ "cordova-plugin-splashscreen" : {},
54+ "cordova-plugin-statusbar" : {},
55+ "cordova-plugin-whitelist" : {},
56+ "ionic-plugin-keyboard" : {},
57+ "cordova-sqlite-storage" : {}
58+ },
59+ "platforms" : [
60+ " android" ,
61+ " ios"
62+ ]
63+ }
64+ }
0 commit comments