This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.79 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
{
"name": "adamrms-app",
"displayName": "AdamRMS",
"version": "1.0.0",
"description": "Rental Management System for Theatre, AV & Broadcast",
"main": "index.js",
"author": "Bithell Studios Ltd.",
"licence": "AGPL-3.0-only",
"repository": "https://github.com/adam-rms/app.git",
"cordova": {
"plugins": {
"cordova-plugin-app-version": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-file": {},
"cordova-plugin-vibration": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-oauth": {
"URL_SCHEME": "$PACKAGE_NAME",
"ANDROID_SUPPORT_CUSTOM_TABS_VERSION": "28.+"
},
"cordova-plugin-androidx-adapter": {}
},
"platforms": [
"browser",
"ios",
"android"
]
},
"dependencies": {
"cordova": "^10.0.0",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-camera": "^5.0.3",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-network-information": "2.0.2",
"cordova-plugin-oauth": "^4.0.1",
"cordova-plugin-update": "^0.1.0",
"cordova-plugin-vibration": "^3.1.1",
"cordova-plugin-whitelist": "^1.3.5",
"phonegap": "^9.0.0",
"phonegap-plugin-barcodescanner": "^8.1.0"
},
"devDependencies": {
"cordova-android": "^9.1.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-androidx-adapter": "^1.1.3"
}
}