-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
121 lines (121 loc) · 4 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
{
"name": "ebc",
"author": "EBC: Electionic Business Card",
"description": "ebc: An Ionic project",
"homepage": "http://ionicframework.com/",
"version": "2.3.5",
"license": "GNU GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/Pekes317/ebc.git"
},
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"postversion": "ionic-version --never-amend"
},
"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",
"@angular/platform-server": "5.2.9",
"@angular/tsc-wrapped": "^4.4.6",
"@ionic-native/app-availability": "4.7.0",
"@ionic-native/app-preferences": "^4.7.0",
"@ionic-native/app-rate": "^4.7.0",
"@ionic-native/app-version": "^4.7.0",
"@ionic-native/camera": "4.7.0",
"@ionic-native/contacts": "4.7.0",
"@ionic-native/core": "4.7.0",
"@ionic-native/deeplinks": "^4.7.0",
"@ionic-native/file": "4.7.0",
"@ionic-native/firebase": "^4.7.0",
"@ionic-native/in-app-browser": "4.7.0",
"@ionic-native/launch-navigator": "4.7.0",
"@ionic-native/social-sharing": "4.7.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@ionic/cloud-angular": "^0.12.0",
"@ionic/storage": "2.1.3",
"@types/socket.io-client": "^1.4.32",
"angularfire2": "^5.0.0-rc.6",
"cordova-android": "7.1.0",
"cordova-ios": "4.5.4",
"cordova-plugin-actionsheet": "^2.3.3",
"cordova-plugin-app-preferences": "^0.99.3",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-appavailability": "^0.4.2",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-contacts": "^3.0.1",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-firebase": "^1.0.5",
"cordova-plugin-inappbrowser": "^3.1.0",
"cordova-plugin-ionic-webview": "^2.2.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.4.0",
"es6-promise-plugin": "^4.2.2",
"firebase": "^4.12.0",
"ionic-angular": "^3.9.2",
"ionic-plugin-deeplinks": "^1.0.15",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "4.0.0",
"node-sass": "4.13.1",
"rxjs": "5.5.8",
"socket.io-client": "^2.1.0",
"sw-toolbox": "3.6.0",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "^4.2.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "^3.1.9",
"ionic": "^3.20.0",
"ionic-version": "^1.0.2",
"typescript": "2.8.3"
},
"cordova": {
"plugins": {
"cordova-plugin-actionsheet": {},
"cordova-plugin-app-version": {},
"cordova-plugin-file": {},
"cordova-plugin-firebase": {},
"cordova-plugin-appavailability": {},
"cordova-plugin-camera": {},
"cordova-plugin-contacts": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-socialsharing": {},
"ionic-plugin-deeplinks": {
"URL_SCHEME": "ebc",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "ebc.beezleeart.com",
"ANDROID_PATH_PREFIX": "/"
},
"ionic-plugin-keyboard": {},
"uk.co.workingedge.phonegap.plugin.launchnavigator": {},
"cordova-plugin-app-preferences": {}
},
"platforms": [
"ios",
"android"
]
}
}