forked from dpa99c/cordova-plugin-firebasex-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.54 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
{
"name": "uk.co.workingedge.firebase.test",
"displayName": "FirebaseTest",
"version": "11.0.0",
"description": "Test project for cordova-plugin-firebasex",
"author": "Dave Alden",
"license": "Apache-2.0",
"dependencies": {
"cordova-custom-config": "^5.1.0",
"cordova-plugin-androidx-adapter": "^1.1.1",
"cordova-plugin-dialogs": "git+https://github.com/dpa99c/cordova-plugin-dialogs.git",
"cordova-plugin-enable-multidex": "^0.2.0",
"cordova-plugin-firebasex": "*",
"cordova-plugin-hello-c": "^1.1.1",
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-firebasex": {
"ANDROID_ICON_ACCENT": "#FF11FF11",
"IOS_STRIP_DEBUG": "true",
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "false",
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "false",
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "false",
"SETUP_RECAPTCHA_VERIFICATION": "true",
"IOS_ENABLE_APPLE_SIGNIN": "true"
},
"cordova-custom-config": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-enable-multidex": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-hello-c": {}
},
"platforms": [
"android",
"ios"
]
},
"devDependencies": {
"cordova-android": "^9.0.0",
"cordova-ios": "^6.1.1",
"google-auth-library": "^4.2.5"
},
"scripts": {
"send": "node ./scripts/sendMessage.js",
"enableAnalyticsDebug": "node ./scripts/enableFirebaseAnalyticsDebug.js"
}
}