-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
98 lines (98 loc) · 2.77 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "adapt-it-mobile",
"version": "1.17.3",
"description": "Adapt It Mobile",
"repository": {
"type": "git",
"url": "https://github.com/adapt-it/adapt-it-mobile.git"
},
"author": "Erik Brommers",
"license": "Apache-2.0",
"keywords": [
"cordova",
"translation editor",
"android",
"amazon-fireos",
"ios",
"adaptation"
],
"devDependencies": {
"cordova-android": "^13.0.0",
"cordova-clipboard": "github:ihadeed/cordova-clipboard",
"cordova-ios": "^7.1.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-chooser": "^1.3.2",
"cordova-plugin-customurlscheme": "^5.0.2",
"cordova-plugin-device": "github:apache/cordova-plugin-device",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^8.0.0",
"cordova-plugin-filepath": "github:adapt-it/cordova-plugin-filepath",
"cordova-plugin-keyboard": "github:sinn1/cordova-plugin-keyboard",
"cordova-plugin-network-information": "github:apache/cordova-plugin-network-information",
"cordova-sqlite-evcore-extbuild-free": "^0.18.0",
"cordova-uglify": "^0.0.8",
"fs": "^0.0.2",
"gulp": "^4.0.0",
"path": "^0.12.7",
"phonegap-plugin-mobile-accessibility": "github:phonegap/phonegap-mobile-accessibility",
"plist": "^3.0.1"
},
"dependencies": {
"cordova-lib": "^10.1.0",
"cordova-plugin-fonts": "^0.6.5",
"cordova-plugin-save-dialog": "2.0.1",
"cordova-plugin-statusbar": "^2.4.3",
"crypto-randomuuid": "^1.0.0",
"electron-builder": "^23.0.3",
"gulp-uglify": "^3.0.2",
"npx": "^3.0.0"
},
"bugs": {
"url": "https://github.com/adapt-it/adapt-it-mobile/issues"
},
"homepage": "https://github.com/adapt-it/adapt-it-mobile",
"eslintConfig": {
"env": {
"browser": true
},
"rules": {
"no-console": "off"
}
},
"build": {
"mac": {
"icon": "build/icons/icon.icns",
"target": "pkg"
}
},
"cordova": {
"plugins": {
"cordova-plugin-fonts": {},
"phonegap-plugin-mobile-accessibility": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "aim",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-keyboard": {},
"cordova-clipboard": {},
"cordova-sqlite-evcore-extbuild-free": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-plugin-chooser": {},
"cordova-plugin-save-dialog": {},
"cordova-plugin-filepath": {}
},
"platforms": [
"android",
"ios"
]
}
}