|
@@ -1,7 +1,7 @@
|
1
|
1
|
{
|
2
|
|
- "name": "ionic-hello-world",
|
3
|
|
- "author": "Ionic Framework",
|
4
|
|
- "homepage": "http://ionicframework.com/",
|
|
2
|
+ "name": "ionic-beer",
|
|
3
|
+ "author": "Ionic Beer",
|
|
4
|
+ "homepage": "https://github.com/oktadeveloper/spring-boot-ionic-example",
|
5
|
5
|
"private": true,
|
6
|
6
|
"scripts": {
|
7
|
7
|
"clean": "ionic-app-scripts clean",
|
|
@@ -10,26 +10,26 @@
|
10
|
10
|
"ionic:serve": "ionic-app-scripts serve"
|
11
|
11
|
},
|
12
|
12
|
"dependencies": {
|
13
|
|
- "@angular/common": "4.0.0",
|
14
|
|
- "@angular/compiler": "4.0.0",
|
15
|
|
- "@angular/compiler-cli": "4.0.0",
|
16
|
|
- "@angular/core": "4.0.0",
|
17
|
|
- "@angular/forms": "4.0.0",
|
18
|
|
- "@angular/http": "4.0.0",
|
19
|
|
- "@angular/platform-browser": "4.0.0",
|
20
|
|
- "@angular/platform-browser-dynamic": "4.0.0",
|
|
13
|
+ "@angular/common": "4.0.2",
|
|
14
|
+ "@angular/compiler": "4.0.2",
|
|
15
|
+ "@angular/compiler-cli": "4.0.2",
|
|
16
|
+ "@angular/core": "4.0.2",
|
|
17
|
+ "@angular/forms": "4.0.2",
|
|
18
|
+ "@angular/http": "4.0.2",
|
|
19
|
+ "@angular/platform-browser": "4.0.2",
|
|
20
|
+ "@angular/platform-browser-dynamic": "4.0.2",
|
21
|
21
|
"@ionic-native/core": "3.4.2",
|
22
|
22
|
"@ionic-native/splash-screen": "3.4.2",
|
23
|
23
|
"@ionic-native/status-bar": "3.4.2",
|
24
|
24
|
"@ionic/storage": "2.0.1",
|
25
|
|
- "ionic-angular": "3.0.1",
|
|
25
|
+ "ionic-angular": "3.1.0",
|
26
|
26
|
"ionicons": "3.0.0",
|
27
|
27
|
"rxjs": "5.1.1",
|
28
|
28
|
"sw-toolbox": "3.4.0",
|
29
|
|
- "zone.js": "^0.8.4"
|
|
29
|
+ "zone.js": "^0.8.5"
|
30
|
30
|
},
|
31
|
31
|
"devDependencies": {
|
32
|
|
- "@ionic/app-scripts": "1.3.0",
|
|
32
|
+ "@ionic/app-scripts": "1.3.4",
|
33
|
33
|
"typescript": "~2.2.1"
|
34
|
34
|
},
|
35
|
35
|
"cordovaPlugins": [
|
|
@@ -48,5 +48,5 @@
|
48
|
48
|
"locator": "ios"
|
49
|
49
|
}
|
50
|
50
|
],
|
51
|
|
- "description": "ionic-beer: An Ionic project"
|
|
51
|
+ "description": "ionic-beer: An Ionic project developed with 💙 at Okta"
|
52
|
52
|
}
|