-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 2.71 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
{
"name": "com.rn0x.altaqwaa",
"displayName": "التقوى",
"version": "1.2.7",
"description": "تطبيق إسلامي سهل الإستخدام و جامع للكثير من الميزات التي يحتاجها المسلم في يومه",
"main": "index.js",
"scripts": {
"dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081",
"device": "cordova run android --device",
"build": "cordova build android --release",
"build-apk": "cordova build android --release -- --packageType=apk",
"build-aab": "cordova build android --release -- --packageType=bundle",
"bundle": "cordova build android --release -- --packageTypjetifiere=bundle",
"android": "cordova platform add android@latest",
"clean": "cordova clean && npm cache clean --force",
"keytool": "node keytool.js",
"rm": "rmdir /s /q node_modules platforms plugins && del package-lock.json && npm run android && npm run device"
},
"author": {
"name": "Ryan Almalki",
"email": "[email protected]",
"url": "https://www.altaqwaa.org"
},
"license": "GPL-3.0",
"dependencies": {
"browser-sync": "^3.0.3",
"cordova": "^12.0.0",
"cordova-clipboard": "^1.3.0",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-badge-fix": "^0.8.10",
"cordova-plugin-device": "^3.0.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-geolocation": "^5.0.0",
"cordova-plugin-vibration": "^3.1.1"
},
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-navigationbar-color": {},
"cordova-clipboard": {},
"cordova-plugin-device": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"cordova-plugin-local-notification": {
"ANDROID_SUPPORT_V4_VERSION": "26.+",
"ANDROIDX_VERSION": "1.2.0",
"ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
},
"cordova-plugin-dialogs": {},
"cordova-plugin-downloader": {},
"cordova-plugin-android-permissions": {},
"phonegap-plugin-mobile-accessibility": {},
"cordova-plugin-vibration": {}
},
"platforms": [
"android"
]
},
"devDependencies": {
"cordova-android": "^13.0.0",
"cordova-plugin-downloader": "file:my-plugins/cordova-plugin-downloader",
"cordova-plugin-local-notification": "file:my-plugins/cordova-plugin-local-notification",
"cordova-plugin-navigationbar-color": "file:my-plugins/cordova-plugin-navigationbar-color",
"cordova-plugin-network-information": "github:apache/cordova-plugin-network-information",
"cordova-plugin-statusbar": "file:my-plugins/cordova-plugin-statusbar",
"phonegap-plugin-mobile-accessibility": "github:phonegap/phonegap-mobile-accessibility"
}
}