forked from Tommertom/diyDevApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 4.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "divDevApp",
"version": "0.0.4",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build --prod",
"debug": "start chrome http://localhost:9000 && remotedebug_ios_webkit_adapter --port 9000 & ionic-app-scripts serve -b",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"debug:ios": "remotedebug_ios_webkit_adapter --port 9000 & start chrome http://localhost:9000"
},
"dependencies": {
"@angular/animations": "5.2.9",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/compiler-cli": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@ionic-native/core": "4.5.3",
"@ionic-native/device": "4.6.0",
"@ionic-native/qr-scanner": "4.6.0",
"@ionic-native/splash-screen": "4.5.3",
"@ionic-native/status-bar": "4.5.3",
"@ionic-native/vibration": "4.6.0",
"@ionic/storage": "^2.1.3",
"com.telerik.plugins.nativepagetransitions": "0.6.5",
"cordova-android": "6.4.0",
"cordova-android-support-gradle-release": "1.3.0",
"cordova-ios": "4.5.4",
"cordova-plugin-appavailability": "0.4.2",
"cordova-plugin-chrome-apps-common": "1.0.7",
"cordova-plugin-chrome-apps-iossocketscommon": "1.0.2",
"cordova-plugin-chrome-apps-sockets-udp": "1.3.0",
"cordova-plugin-compat": "1.2.0",
"cordova-plugin-customurlscheme": "4.3.0",
"cordova-plugin-device": "2.0.2",
"cordova-plugin-dialogs": "2.0.1",
"cordova-plugin-file": "6.0.1",
"cordova-plugin-file-opener2": "2.0.19",
"cordova-plugin-file-transfer": "1.7.1",
"cordova-plugin-globalization": "1.11.0",
"cordova-plugin-google-analytics": "1.8.3",
"cordova-plugin-inappbrowser": "3.0.0",
"cordova-plugin-ionic-webview": "1.1.19",
"cordova-plugin-ios-keychain": "3.0.1",
"cordova-plugin-media": "5.0.2",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-remote-injection": "0.5.2",
"cordova-plugin-screen-orientation": "3.0.1",
"cordova-plugin-splashscreen": "5.0.2",
"cordova-plugin-statusbar": "2.4.2",
"cordova-plugin-touch-id": "3.3.1",
"cordova-plugin-vibration": "3.1.0",
"cordova-plugin-whitelist": "1.3.3",
"es6-promise-plugin": "4.2.2",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"pushwoosh-cordova-plugin": "6.5.0",
"rxjs": "5.5.7",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.20"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.8",
"typescript": "2.6.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"com.telerik.plugins.nativepagetransitions": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "24.+"
},
"cordova-plugin-appavailability": {},
"cordova-plugin-chrome-apps-sockets-udp": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "ion.pro.dev"
},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-file": {},
"cordova-plugin-file-opener2": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-globalization": {},
"cordova-plugin-google-analytics": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ios-keychain": {},
"cordova-plugin-media": {
"KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO"
},
"cordova-plugin-network-information": {},
"cordova-plugin-remote-injection": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-touch-id": {
"FACEID_USAGE_DESCRIPTION": "Scan your face to login"
},
"cordova-plugin-vibration": {},
"cordova-plugin-whitelist": {},
"pushwoosh-cordova-plugin": {
"LOG_LEVEL": "DEBUG",
"IOS_FOREGROUND_ALERT_TYPE": "BANNER",
"ANDROID_FOREGROUND_PUSH": "true"
}
},
"platforms": [
"ios",
"android"
]
}
}