|
@@ -1,62 +1,68 @@
|
1
|
1
|
{
|
2
|
|
- "name": "ionic-beer",
|
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"
|
|
2
|
+ "name": "ionic-beer",
|
|
3
|
+ "version": "0.0.1",
|
|
4
|
+ "author": "Ionic Framework",
|
|
5
|
+ "homepage": "http://ionicframework.com/",
|
|
6
|
+ "private": true,
|
|
7
|
+ "main": "main.js",
|
|
8
|
+ "scripts": {
|
|
9
|
+ "start": "electron .",
|
|
10
|
+ "build": "ionic-app-scripts build --copy electron.copy.js",
|
|
11
|
+ "clean": "ionic-app-scripts clean",
|
|
12
|
+ "lint": "ionic-app-scripts lint",
|
|
13
|
+ "ionic:build": "ionic-app-scripts build",
|
|
14
|
+ "ionic:serve": "ionic-app-scripts serve"
|
|
15
|
+ },
|
|
16
|
+ "config": {
|
|
17
|
+ "ionic_copy": "electron.copy.js"
|
|
18
|
+ },
|
|
19
|
+ "dependencies": {
|
|
20
|
+ "@angular/common": "4.1.0",
|
|
21
|
+ "@angular/compiler": "4.1.0",
|
|
22
|
+ "@angular/compiler-cli": "4.1.0",
|
|
23
|
+ "@angular/core": "4.1.0",
|
|
24
|
+ "@angular/forms": "4.1.0",
|
|
25
|
+ "@angular/http": "4.1.0",
|
|
26
|
+ "@angular/platform-browser": "4.1.0",
|
|
27
|
+ "@angular/platform-browser-dynamic": "4.1.0",
|
|
28
|
+ "@ionic-native/core": "3.7.0",
|
|
29
|
+ "@ionic-native/splash-screen": "3.7.0",
|
|
30
|
+ "@ionic-native/status-bar": "3.7.0",
|
|
31
|
+ "@ionic/storage": "2.0.1",
|
|
32
|
+ "cordova-android": "^6.2.3",
|
|
33
|
+ "cordova-ios": "^4.4.0",
|
|
34
|
+ "cordova-plugin-console": "^1.0.5",
|
|
35
|
+ "cordova-plugin-device": "^1.1.4",
|
|
36
|
+ "cordova-plugin-splashscreen": "^4.0.3",
|
|
37
|
+ "cordova-plugin-statusbar": "^2.2.2",
|
|
38
|
+ "cordova-plugin-whitelist": "^1.3.1",
|
|
39
|
+ "ionic-angular": "3.2.1",
|
|
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.10"
|
|
45
|
+ },
|
|
46
|
+ "devDependencies": {
|
|
47
|
+ "@ionic/app-scripts": "1.3.7",
|
|
48
|
+ "@ionic/cli-plugin-cordova": "1.4.0",
|
|
49
|
+ "@ionic/cli-plugin-ionic-angular": "1.3.1",
|
|
50
|
+ "electron": "^1.6.11",
|
|
51
|
+ "typescript": "2.2.1"
|
|
52
|
+ },
|
|
53
|
+ "description": "An Ionic project",
|
|
54
|
+ "cordova": {
|
|
55
|
+ "plugins": {
|
|
56
|
+ "cordova-plugin-console": {},
|
|
57
|
+ "cordova-plugin-device": {},
|
|
58
|
+ "cordova-plugin-splashscreen": {},
|
|
59
|
+ "cordova-plugin-statusbar": {},
|
|
60
|
+ "cordova-plugin-whitelist": {},
|
|
61
|
+ "ionic-plugin-keyboard": {}
|
13
|
62
|
},
|
14
|
|
- "dependencies": {
|
15
|
|
- "@angular/common": "4.1.0",
|
16
|
|
- "@angular/compiler": "4.1.0",
|
17
|
|
- "@angular/compiler-cli": "4.1.0",
|
18
|
|
- "@angular/core": "4.1.0",
|
19
|
|
- "@angular/forms": "4.1.0",
|
20
|
|
- "@angular/http": "4.1.0",
|
21
|
|
- "@angular/platform-browser": "4.1.0",
|
22
|
|
- "@angular/platform-browser-dynamic": "4.1.0",
|
23
|
|
- "@ionic-native/core": "3.7.0",
|
24
|
|
- "@ionic-native/splash-screen": "3.7.0",
|
25
|
|
- "@ionic-native/status-bar": "3.7.0",
|
26
|
|
- "@ionic/storage": "2.0.1",
|
27
|
|
- "cordova-android": "^6.2.3",
|
28
|
|
- "cordova-ios": "^4.4.0",
|
29
|
|
- "cordova-plugin-console": "^1.0.5",
|
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
|
|
- "ionic-angular": "3.2.1",
|
35
|
|
- "ionic-plugin-keyboard": "^2.2.1",
|
36
|
|
- "ionicons": "3.0.0",
|
37
|
|
- "rxjs": "5.1.1",
|
38
|
|
- "sw-toolbox": "3.6.0",
|
39
|
|
- "zone.js": "0.8.10"
|
40
|
|
- },
|
41
|
|
- "devDependencies": {
|
42
|
|
- "@ionic/app-scripts": "1.3.7",
|
43
|
|
- "@ionic/cli-plugin-cordova": "1.4.0",
|
44
|
|
- "@ionic/cli-plugin-ionic-angular": "1.3.1",
|
45
|
|
- "typescript": "2.2.1"
|
46
|
|
- },
|
47
|
|
- "description": "An Ionic project",
|
48
|
|
- "cordova": {
|
49
|
|
- "plugins": {
|
50
|
|
- "cordova-plugin-console": {},
|
51
|
|
- "cordova-plugin-device": {},
|
52
|
|
- "cordova-plugin-splashscreen": {},
|
53
|
|
- "cordova-plugin-statusbar": {},
|
54
|
|
- "cordova-plugin-whitelist": {},
|
55
|
|
- "ionic-plugin-keyboard": {}
|
56
|
|
- },
|
57
|
|
- "platforms": [
|
58
|
|
- "android",
|
59
|
|
- "ios"
|
60
|
|
- ]
|
61
|
|
- }
|
62
|
|
-}
|
|
63
|
+ "platforms": [
|
|
64
|
+ "android",
|
|
65
|
+ "ios"
|
|
66
|
+ ]
|
|
67
|
+ }
|
|
68
|
+}
|