forked from pnczeus/dride-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
146 lines (146 loc) · 4.68 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "dride",
"author": "dride",
"homepage": "https://dride.io",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/animations": "^4.1.3",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/platform-server": "4.1.2",
"@angular/tsc-wrapped": "^4.1.3",
"@ionic-native/ble": "^3.10.3",
"@ionic-native/core": "^3.12.1",
"@ionic-native/dialogs": "^3.14.0",
"@ionic-native/facebook": "^3.14.0",
"@ionic-native/file": "^3.10.3",
"@ionic-native/firebase": "^3.4.4",
"@ionic-native/google-plus": "^3.14.0",
"@ionic-native/in-app-browser": "^3.10.3",
"@ionic-native/insomnia": "^4.1.0",
"@ionic-native/launch-review": "^4.1.0",
"@ionic-native/local-notifications": "^3.14.0",
"@ionic-native/native-storage": "^4.1.0",
"@ionic-native/open-native-settings": "^4.1.0",
"@ionic-native/social-sharing": "^3.10.3",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "^3.12.3",
"@ionic-native/toast": "^3.5.0",
"@ionic-native/transfer": "^3.10.3",
"@ionic-native/video-editor": "^3.13.1",
"@ionic/storage": "2.0.1",
"amdefine": "^1.0.1",
"angular2-elastic": "^0.13.0",
"angular2-moment": "^1.4.0",
"angularfire2": "^4.0.0-rc.1",
"autoprefixer": "^7.1.1",
"buffer-shims": "^1.0.0",
"cordova-custom-config": "~3.2.0",
"cordova-ios": "~4.3.1",
"cordova-plugin-ble-central": "~1.1.4",
"cordova-plugin-browsertab": "~0.2.0",
"cordova-plugin-buildinfo": "~1.1.0",
"cordova-plugin-console": "~1.0.4",
"cordova-plugin-customurlscheme": "~4.3.0",
"cordova-plugin-device": "~1.1.3",
"cordova-plugin-dialogs": "~1.3.3",
"cordova-plugin-facebook4": "~1.7.4",
"cordova-plugin-file": "~4.3.0",
"cordova-plugin-file-transfer": "~1.6.0",
"cordova-plugin-googleplus": "~5.1.1",
"cordova-plugin-inappbrowser": "~1.6.1",
"cordova-plugin-splashscreen": "~4.0.0",
"cordova-plugin-statusbar": "~2.2.0",
"cordova-plugin-video-editor": "~1.0.9",
"cordova-plugin-whitelist": "~1.3.0",
"cordova-plugin-x-socialsharing": "~5.1.3",
"cordova-universal-links-plugin": "~1.2.1",
"de.appplant.cordova.plugin.local-notification": "~0.8.5",
"firebase": "^3.6.9",
"intl": "^1.2.5",
"ionic-angular": "^3.6.0",
"ionic-plugin-keyboard": "~2.2.1",
"ionicons": "3.0.0",
"raven-js": "^3.17.0",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"videogular2": "^5.2.9",
"web-animations-js": "^2.3.1",
"zone.js": "0.8.12"
},
"devDependencies": {
"@ionic/app-scripts": "^2.1.4",
"@types/core-js": "^0.9.41",
"ionic": "3.9.2",
"typescript": "2.3.4"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"description": "dride-app: An Ionic project",
"cordova": {
"platforms": [
"ios"
],
"plugins": {
"cordova-custom-config": {},
"cordova-plugin-ble-central": {
"BLUETOOTH_USAGE_DESCRIPTION": "Control your Dride"
},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-googleplus": {
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.802741428178-kobq6qupo37ipqa6ocr448spova6ubg4"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-socialsharing": {},
"de.appplant.cordova.plugin.local-notification": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-browsertab": {},
"cordova-plugin-buildinfo": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "io.dride",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-dialogs": {},
"cordova-plugin-facebook4": {
"APP_ID": "1825311747740641",
"APP_NAME": "dride"
},
"cordova-plugin-video-editor": {},
"cordova-universal-links-plugin": {}
}
}
}