-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.7 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
{
"name": "com.bastisapp.merchantapp",
"displayName": "Karenderia Merchant Version 2",
"dependencies": {
"cordova-plugin-whitelist": "1.3.4",
"cordova-plugin-buildinfo": "4.0.0",
"cordova-plugin-camera": "4.1.0",
"cordova-plugin-device": "2.0.3",
"cordova-plugin-file-transfer": "1.7.1",
"cordova-plugin-geolocation": "4.0.2",
"cordova-plugin-inappbrowser": "3.2.0",
"cordova-plugin-media": "5.0.2",
"cordova-plugin-network-information": "2.0.2",
"cordova-plugin-splashscreen": "5.0.3",
"cordova.plugins.diagnostic": "5.0.1",
"cordova-plugin-request-location-accuracy": "2.3.0",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "5.0.4",
"cordova-plugin-ionic-webview": "5.0.0",
"cordova-plugin-insomnia": "4.3.0",
"cordova-plugin-dialogs": "git+https://github.com/dpa99c/cordova-plugin-dialogs.git",
"cordova-plugin-enable-multidex": "^0.2.0",
"cordova-plugin-firebasex": "9.1.1-cli"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-buildinfo": {},
"cordova-plugin-camera": {},
"cordova-plugin-device": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-media": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova.plugins.diagnostic": {},
"cordova-plugin-request-location-accuracy": {
"PLAY_SERVICES_VERSION": "11.0.1"
},
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
"GOOGLE_API_KEY_FOR_ANDROID": ""
},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-insomnia": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-enable-multidex": {},
"cordova-plugin-firebasex": {
"ANDROID_ICON_ACCENT": "#FF11FF11",
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "false",
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "false",
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "false",
"SETUP_RECAPTCHA_VERIFICATION": "false",
"IOS_STRIP_DEBUG": "true"
}
}
},
"scripts": {
"monaca:preview": "npm run dev",
"dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081"
},
"devDependencies": {
"browser-sync": "^2.24.5",
"cordova": "^9.0.0"
}
}