forked from davidhealey/waistline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.56 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
{
"name": "com.waist.line",
"displayName": "Waistline",
"scripts": {
"postinstall": "patch-package"
},
"devDependencies": {
"cordova": "^12.0.0",
"cordova-android": "^12.0.1",
"cordova-browser": "^7.0.0",
"cordova-electron": "^3.1.0",
"cordova-plugin-browsersync-gen2": "^1.1.7",
"cordova-plugin-camera": "^7.0.0",
"cordova-plugin-chooser": "^1.3.2",
"cordova-plugin-crop": "github:rastafan/cordova-plugin-crop",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^8.0.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-tts-advanced": "^0.5.3",
"cordova-plugin-x-socialsharing": "^6.0.4",
"patch-package": "^7.0.0",
"phonegap-plugin-barcodescanner": "^8.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-browsersync-gen2": {},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-chooser": {},
"cordova-plugin-crop": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-network-information": {},
"cordova-plugin-tts-advanced": {},
"cordova-plugin-x-socialsharing": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
}
},
"platforms": [
"browser",
"electron",
"android"
]
}
}