-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·49 lines (49 loc) · 1.64 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": "sol-cooperative",
"displayName": "SOL Associcação",
"version": "1.0.13",
"description": "Sistema Online de Licitação",
"main": "index.js",
"scripts": {
"build:android": "cordova build android && ./assign.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CAR",
"license": "Apache-2.0",
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-plugin-androidx": "^1.0.2",
"cordova-plugin-androidx-adapter": "^1.1.0",
"cordova-plugin-cocoapod-support": "^1.6.0",
"cordova-plugin-firebasex": "git+https://github.com/dpa99c/cordova-plugin-firebase.git",
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-firebasex": {
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
"ANDROID_ICON_ACCENT": "#FF00FFFF",
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "17.0.0",
"ANDROID_FIREBASE_ANALYTICS_VERSION": "17.2.1",
"ANDROID_FIREBASE_MESSAGING_VERSION": "20.0.0",
"ANDROID_FIREBASE_CONFIG_VERSION": "19.0.3",
"ANDROID_FIREBASE_PERF_VERSION": "19.0.1",
"ANDROID_FIREBASE_AUTH_VERSION": "19.1.0",
"ANDROID_CRASHLYTICS_VERSION": "2.10.1",
"ANDROID_CRASHLYTICS_NDK_VERSION": "2.1.1"
},
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-firebase": {}
},
"platforms": [
"android"
]
},
"devDependencies": {
"cordova-plugin-firebase": "^2.0.5"
}
}