-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.09 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
{
"name": "tabify",
"version": "1.2.2",
"author": "Raymond Chavez",
"homepage": "https://tabifyapp.com/",
"private": true,
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
},
"engines": {
"node": "10.19.0"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/fire": "^5.2.1",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/core": "^5.21.5",
"@ionic-native/facebook": "^5.21.6",
"@ionic-native/keychain": "^5.21.5",
"@ionic-native/splash-screen": "^5.21.5",
"@ionic-native/status-bar": "^5.21.5",
"@ionic/pro": "1.0.20",
"@ionic/storage": "2.2.0",
"@sentry/browser": "^5.12.5",
"@types/node": "10.3.6",
"@ultimate/ngxerrors": "1.4.0",
"ably": "^1.1.24",
"cordova-android": "8.1.0",
"cordova-android-support-gradle-release": "^3.0.1",
"cordova-browser": "6.0.0",
"cordova-ios": "5.1.1",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-facebook4": "^6.3.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.1.3",
"cordova-plugin-ios-keychain": "3.0.1",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"currency.js": "^1.2.2",
"firebase": "^6.6.2",
"ionic-angular": "3.9.5",
"ionic2-rating": "^1.2.2",
"ionicons": "3.0.0",
"moment": "^2.24.0",
"promise-polyfill": "8.0.0",
"rxjs": "6.2.1",
"rxjs-compat": "6.0.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.29"
},
"devDependencies": {
"@ionic/app-scripts": "^3.2.3",
"firebase-tools": "^6.1.0",
"prettier": "1.19.1",
"typescript": "~2.6.2"
},
"description": "The easiest way to pay and split the tab at your favorite restaurants. Redefine how you dine with Tabify.",
"cordova": {
"plugins": {
"cordova-plugin-ios-keychain": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-device": {},
"cordova-plugin-facebook4": {
"APP_ID": "810366729156697",
"APP_NAME": "Tabify",
"FACEBOOK_HYBRID_APP_EVENTS": "false",
"FACEBOOK_ANDROID_SDK_VERSION": "5.13.0"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"browser",
"ios"
]
},
"config": {
"ionic_aot_write_to_disk": true,
"ionic_optimization": "./config/webpack.config.js",
"ionic_webpack": "./config/webpack.config.js",
"ionic_generate_source_map": "true"
}
}